-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use discovery.seed_providers instead of discovery.zen.hosts_provider …
…starting 7.x (#2029) * Use discovery.seed_providers instead of discovery.zen.hosts_provider Starting Elasticsearch 7.0, `discovery.zen.hosts_provider` is deprecated in favor of `discovery.seed_providers`. The setting is removed in 8.0, preventing any 8.0 cluster to bootstrap. This commit switches over the Elasticsearch version when building the elasticsearch.yml configuration, to make sure versions lower than 7.0 use `discovery.zen.hosts_provider`, and other versions use the newer `discovery.seed_providers`.
- Loading branch information
Showing
4 changed files
with
33 additions
and
6 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