-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Remove _nodes field from under cluster_stats as it's not being used #11955
Conversation
Pinging @elastic/stack-monitoring |
jenkins, test this |
In testing this, I still see a
|
@cachedout I just tested this PR locally and I'm not seeing the |
@ycombinator Interesting. In my testing I explicitly deleted the index each time but perhaps I made a mistake somewhere? I will re-test. |
My mistake! This works as described. |
What it says on the tin.
Testing this PR
Pull down this PR and build Metricbeat.
Enable the
elasticsearch-xpack
Metricbeat module.Start Metricbeat
Delete older
.monitoring-es-*
documents to start with a clean slate (makes it easier for testing).Using Kibana Console check that the Metricbeat-indexed monitoring documents for Elasticsearch don't contain the
cluster_stats._nodes
field.