forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be defensive about determining ES cluster UUID (elastic#13020)
* Be defensive about determining ES cluster UUID If the beat being monitored is using the Elasticsearch output, Metricbeat must be able to retrieve that Elasticsearch cluster's UUID. If it cannot, either there's a problem or the monitored beat hasn't established a connection to the Elasticsearch cluster configured in the output yet. Either way, Metricbeat should not send monitoring data about the monitored beat or else that data will not have the cluster_uuid field and therefore not get associated with the correct Elasticsearch cluster in the Stack Monitoring UI. * Make beat/stats metricset also check for cluster UUID when monitored beat output == ES * Also spin up Elasticsearch container * Allow monitored Metricbeat enough time to determine it's ES cluster's UUID * Increasing sleep time * Increasing sleep time again
- Loading branch information
1 parent
2c85c97
commit d1cd81a
Showing
4 changed files
with
69 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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