You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It failed to collect index stats metrics, log of elasticsearch_exporter says
level=warn ts=2021-06-24T03:28:03.553975379Z caller=indices.go:1094 msg="failed to fetch and decode index stats" err="HTTP Request failed with code 400"
It returns an index_closed_exception 400 response below when I access _all/_stats of the elasticsearch cluster.
It failed to collect index stats metrics, log of elasticsearch_exporter says
It returns an
index_closed_exception
400 response below when I access_all/_stats
of the elasticsearch cluster.Response steps:
PUT test
PUT test/_alias/test_alias
POST test/_close
GET _all/_stats
curl localhost:9114/metrics
.The text was updated successfully, but these errors were encountered: