Commit 6ff2d72 1 parent 1ecdbb3 commit 6ff2d72 Copy full SHA for 6ff2d72
File tree 3 files changed +3
-1
lines changed
content.en/docs/release-notes
content.zh/docs/release-notes
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Information about release notes of INFINI Console is provided here.
34
34
35
35
### Bug fix
36
36
- Fixed missing data when processing multiple time series in a group with insight data API (#127 )
37
+ - Fixed incorrect node health change activity logging (#154 )
37
38
38
39
### Improvements
39
40
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ title: "版本历史"
34
34
35
35
### Bug fix
36
36
- 修复 Insight API 处理多时间序列数据时数据丢失的问题 (#127 )
37
+ - 修复错误的节点健康状态变更事件 (#154 )
37
38
38
39
### Improvements
39
40
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ func (processor *MetadataProcessor) HandleUnknownNodeStatus(ev []byte) error {
132
132
}
133
133
esClient := elastic .GetClient (processor .config .Elasticsearch )
134
134
queryDslTpl := `{"script": {
135
- "source": "ctx._source.metadata.labels.status='unavailable '",
135
+ "source": "ctx._source.metadata.labels.status='unknown '",
136
136
"lang": "painless"
137
137
},
138
138
"query": {
You can’t perform that action at this time.
0 commit comments