• 2023-07-14Elasticsearch:使用 runtime fields 探索你的数据
    Elasticsearch考虑要提取字段的大量日志数据。为数据建立索引非常耗时,并且会占用大量磁盘空间,而你只想探索数据结构而无需预先提交schema。你知道你的日志数据包含你要提取的特定字段。在这种情况下,我们要关注@timestamp和消息字段。通过使用运行时字段(runtimefields),你可以
  • 2022-10-26 istio部署demoapp应用 (十)流量镜像
    virtualservice-demoapp.yamlapiVersion:networking.istio.io/v1beta1kind:VirtualServicemetadata:name:demoappspec:hosts:-demoapphttp:-name:
  • 2022-10-26istio部署demoapp应用 (六)基于权重的流量分割
    架构图virtualservice-demoapp.yamlapiVersion:networking.istio.io/v1beta1kind:VirtualServicemetadata:name:demoappspec:hosts:-demoapphttp:
  • 2022-08-30Schema-validation: missing column [xxx_xxx] in table [xxx]
    数据库Mysql字段名为ClientIP,项目定义实体字段ClientIP通过@Column(name=“ClientIP”)来标识实体类中属性与数据表中字段的对应关系项目启动时发现报missingcolumn[cl