Skip to content

Commit 2504246

Browse files
committed
fix: correct node health change activity logging
1 parent 1ecdbb3 commit 2504246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/elastic/metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func (processor *MetadataProcessor) HandleUnknownNodeStatus(ev []byte) error {
132132
}
133133
esClient := elastic.GetClient(processor.config.Elasticsearch)
134134
queryDslTpl := `{"script": {
135-
"source": "ctx._source.metadata.labels.status='unavailable'",
135+
"source": "ctx._source.metadata.labels.status='unknown'",
136136
"lang": "painless"
137137
},
138138
"query": {

0 commit comments

Comments
 (0)