-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[elasticsearch] Remove hostname matching logic
The hostname matching is not needed anymore as: - since PR #1181 we only ask the _local node for stats when `is_external` is set to `false` - we don't match the hostname at all when `is_external` is `true` Matching hostnames can also filter out legitimate data when the local elasticsearch node reports a different hostname. See also issue #457
- Loading branch information
1 parent
6ed6edf
commit 8cbf5ac
Showing
2 changed files
with
6 additions
and
84 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