Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exporter failed to get nodes data #378

Open
lechen26 opened this issue Sep 1, 2020 · 1 comment
Open

exporter failed to get nodes data #378

lechen26 opened this issue Sep 1, 2020 · 1 comment

Comments

@lechen26
Copy link

lechen26 commented Sep 1, 2020

Hi

i'm using the elastic-exporter to fetch data from our elastic.co clusters.
it used to work properly but suddenly i see a lot of errors on the exporter log:
level=warn ts=2020-09-01T16:07:17.58499204Z caller=nodes.go:1865 msg="failed to fetch and decode node stats" err="HTTP Request failed with code 400"

when looking on the exporter metrics as http://localhost:9114 i dont see any metrics of nodes (such as elasticsearch_indices_indexing_index_total).

what can be the reason for this annoying error?

the exporter command on the deployment looks like the following

- command:
    - /bin/elasticsearch_exporter
    - --es.uri=$(ES_HOST)
    - --es.all
    - --es.cluster_settings
    - --es.shards

both staging and production clusters are 7.7.1.
staging cluster works as usual and we see all metrics, while prod not.

this 400 error can be related to overhead on the ES side?
how can i investigate it further?

10x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants