-
Notifications
You must be signed in to change notification settings - Fork 796
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
[v1.0.2.rc2] ES role shows the same on all nodes #109
Comments
Could you provide the output of the following commands?
|
Please see attached, though perhaps I should run the query with the nodeId? e.g. curl http://elasticmaster-01:9200/_nodes/elasticmaster-01/stats (otherwise you get metrics of all nodes, unless this is the expected result). |
I'm sorry, of course the output from one of the nodes would have been enough. My bad! But this is very helpful in narrowing down the issue. I'm using it to build some test cases to prevent us from having regressions on this in the future and then we'll fix the role detection. |
This PR adds some more test cases for a multi-node 5.5.0 cluster and fixes the role detection. Fixes prometheus-community#109
@dannyk81 the fix was merged. I update the docker image and create a new release ASAP |
Thank you! |
Hi guys, We've moved to ES5 and are suffering from this as well. Can you please release a new version? |
Thank for testing the fix, we'll try to release a new version soon. @zwopir |
We've just released the 1.0.2. |
Just upgraded to the latest RC, however I noticed that all nodes have almost the same values for the ES role labels, only semi-correct ones are ingest node (though they show that they are also client node, which they are not):
The rest are all wrong:
I double checked our configuration and the roles are defined correctly.
We are using Elasticsearch 5.5.0
Any ideas? any addtional info you need?
The text was updated successfully, but these errors were encountered: