19 lines
583 B
Plaintext
19 lines
583 B
Plaintext
|
[float]
|
||
|
[[breaking_80_cluster_changes]]
|
||
|
=== Cluster changes
|
||
|
|
||
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
||
|
//Installation and Upgrade Guide
|
||
|
|
||
|
//tag::notable-breaking-changes[]
|
||
|
|
||
|
// end::notable-breaking-changes[]
|
||
|
|
||
|
[float]
|
||
|
==== Change to API to add voting configuration exclusions
|
||
|
|
||
|
The `POST /_cluster/voting_config_exclusions/{node_filter}` API has been
|
||
|
removed in favour of `POST /_cluster/voting_config_exclusions?node_names=...`
|
||
|
and `POST /_cluster/voting_config_exclusions?node_ids=...` which allow you to
|
||
|
specify the names or IDs of the nodes to exclude.
|