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

Cherry-pick #10639 to 6.7: Fix missing nodes from Node Listing page when using Metricbeat Elasticsearch module with xpack.enabled: true #10672

Merged
merged 1 commit into from
Feb 12, 2019

Conversation

ycombinator
Copy link
Contributor

Cherry-pick of PR #10639 to 6.7 branch. Original message:

Starting Metricbeat 6.6.0, if a user uses the elasticsearch module for stack monitoring (by setting xpack.enabled: true in their modules.d/elasticsearch.yml), they will see no nodes in their Elasticsearch Node Listing page. 😮

screen shot 2019-02-07 at 10 24 33 am

This is because the UI code relies on the type=nodes_stats documents in .monitoring-es-* to contain a source_node property with certain fields in it. The elasticsearch/node_stats metricset wasn't indexing this property.

This PR fixes this bug.

…csearch module with xpack.enabled: true (elastic#10639)

* Add source_node object to node_stats documents

* Adding CHANGELOG entry

(cherry picked from commit 6ddaae6)
@ycombinator ycombinator merged commit b9689a5 into elastic:6.7 Feb 12, 2019
@ycombinator ycombinator deleted the backport_10639_6.7 branch December 25, 2019 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants