Skip to content

Commit

Permalink
Add deprecation docs for voting config excls. API (#78821)
Browse files Browse the repository at this point in the history
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 <james.rodewig@elastic.co>
  • Loading branch information
DaveCTurner and jrodewig committed Jan 26, 2022
1 parent 1667ced commit 5e7e64a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/reference/migration/migrate_7_8.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/<node_name>` request path is deprecated.
[%collapsible]
====
*Details* +
The voting configuration exclusions API's
`POST _cluster/voting_config_exclusions/<node_name>` 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=<node_names>`
- `POST _cluster/voting_config_exclusions?node_ids=<node_ids>`
*Impact* +
To avoid deprecation warnings, discontinue use of the
`POST _cluster/voting_config_exclusions/<node_name>` request path.
====

[discrete]
[[breaking_78_transform_changes]]
=== Transforms changes
Expand Down

0 comments on commit 5e7e64a

Please sign in to comment.