From 5e7e64a8060bb14c48b3226ef83f39a5916584ef Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 26 Jan 2022 14:25:30 +0000 Subject: [PATCH] Add deprecation docs for voting config excls. API (#78821) In #55291 we deprecated the older form of the voting config exclusions API but forgot to record this deprecation in the docs. This commit adds the missing docs. Co-authored-by: James Rodewig --- docs/reference/migration/migrate_7_8.asciidoc | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/reference/migration/migrate_7_8.asciidoc b/docs/reference/migration/migrate_7_8.asciidoc index be167e858a375..db42d950609b5 100644 --- a/docs/reference/migration/migrate_7_8.asciidoc +++ b/docs/reference/migration/migrate_7_8.asciidoc @@ -212,6 +212,27 @@ Assign users with the `kibana_user` role to the `kibana_admin` role. Discontinue use of the `kibana_user` role. ==== +[discrete] +[[breaking_78_cluster_coordination_changes]] +=== Cluster coordination changes + +.The voting configuration exclusions API's `POST _cluster/voting_config_exclusions/` request path is deprecated. +[%collapsible] +==== +*Details* + +The voting configuration exclusions API's +`POST _cluster/voting_config_exclusions/` request path is now +deprecated. To add a voting configuration exclusion, specify node names or node +IDs using a query parameter instead: + +- `POST _cluster/voting_config_exclusions?node_names=` +- `POST _cluster/voting_config_exclusions?node_ids=` + +*Impact* + +To avoid deprecation warnings, discontinue use of the +`POST _cluster/voting_config_exclusions/` request path. +==== + [discrete] [[breaking_78_transform_changes]] === Transforms changes