AutohomeCorp / frostmourne

Frostmourne(霜之哀伤监控平台)是基于Elasticsearch, Prometheus, SkyWalking, InfluxDB,Mysql/TiDB,ClickHouse, SqlServer, IoTDB数据的分布式监控报警系统. Monitor & alert & alarm for Elasticsearch,Prometheus data。主要使用springboot2 + vue-element-admin
https://frostmourne-demo.github.io
MIT License
1.39k stars 308 forks source link

使用数据查询时日志报错 #126

Closed FengZh61 closed 1 year ago

FengZh61 commented 1 year ago

image

1,数据名配置,索引前缀,我认为应该是模糊匹配,但是在查询数据时是完全匹配,日志中报没有这个index,我在所以后面加上*,数据查询可以查询出结果,但是日志有WARN告警,不知道是否正常。

LittleShrimp1987 commented 1 year ago

warn日志没影响,但是有条error这个有影响 你自己看下

FengZh61 commented 1 year ago

warn日志没影响,但是有条error这个有影响 你自己看下

ERROR是配置数据名的时候索引前缀的问题,我理解填写graylog 他应该去查的是graylog开头的所有index,但实际上他只去查graylog了。

LittleShrimp1987 commented 1 year ago

要加*