Cherry-pick to 7.x: Support "cluster" scope in Metricbeat elasticsearch module (#18547)#20413
Merged
ycombinator merged 1 commit intoelastic:7.xfrom Aug 4, 2020
ycombinator:backport/7.x/pr-18547
Merged
Cherry-pick to 7.x: Support "cluster" scope in Metricbeat elasticsearch module (#18547)#20413ycombinator merged 1 commit intoelastic:7.xfrom ycombinator:backport/7.x/pr-18547
ycombinator merged 1 commit intoelastic:7.xfrom
ycombinator:backport/7.x/pr-18547
Conversation
* Adding configuration for hosts_mode * Only perform master check in HostsModeNode * Only ask the node if it's the master node if we're in HostsModeNode * Unpack host_mode string into enum * Adding some specific TODOs in node_stats code * Updating x-pack/metricbeat reference config * Set correct service URI * Get master node ID * Adding CHANGELOG entry * Rename hosts_mode => scope * Removing stale TODO comment * Adding docs * Refactoring common code into helper method * Do not set service URI up front * Updating documentation per review * Remove comments from doc examples * Adding configuration for hosts_mode * Set correct service URI * Adding CHANGELOG entry * Rename hosts_mode => scope * Do not set service URI up front * Update metricbeat/docs/modules/elasticsearch.asciidoc Co-authored-by: DeDe Morton <dede.morton@elastic.co> * Update metricbeat/module/elasticsearch/_meta/docs.asciidoc Co-authored-by: DeDe Morton <dede.morton@elastic.co> * Update reference config * Cleaning up CHANGELOG * Updating generated files Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Contributor
|
Pinging @elastic/integrations-services (Team:Services) |
Contributor
ChrsMark
approved these changes
Aug 4, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports the following commits to 7.x: