Browse Source

Adding discovery.zen.bwc_ping_timeout to the list of removed zen settings (#81310)

This commit adds the discovery.zen.bwc_ping_timeout setting our documentation about the
settings that have been removed in 8.0.
Keith Massey 3 years ago
parent
commit
68a9eaa4dc

+ 1 - 0
docs/reference/migration/migrate_8_0/cluster-node-setting-changes.asciidoc

@@ -198,6 +198,7 @@ All settings under the `discovery.zen` namespace are no longer supported. They e
 - `discovery.zen.master_election.wait_for_joins_timeout`
 - `discovery.zen.master_election.ignore_non_master_pings`
 - `discovery.zen.publish.max_pending_cluster_states`
+- `discovery.zen.bwc_ping_timeout`
 
 *Impact* +
 Remove the `discovery.zen` settings from `elasticsearch.yml`. Specifying these settings will result in an error on startup.