Skip to content

Commit 6eff192

Browse files
DaveCTurnerjrodewig
andcommitted
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 <james.rodewig@elastic.co>
1 parent 120d78c commit 6eff192

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/reference/migration/migrate_7_8.asciidoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,27 @@ Assign users with the `kibana_user` role to the `kibana_admin` role.
315315
Discontinue use of the `kibana_user` role.
316316
====
317317

318+
[discrete]
319+
[[breaking_78_cluster_coordination_changes]]
320+
=== Cluster coordination changes
321+
322+
.The voting configuration exclusions API's `POST _cluster/voting_config_exclusions/<node_name>` request path is deprecated.
323+
[%collapsible]
324+
====
325+
*Details* +
326+
The voting configuration exclusions API's
327+
`POST _cluster/voting_config_exclusions/<node_name>` request path is now
328+
deprecated. To add a voting configuration exclusion, specify node names or node
329+
IDs using a query parameter instead:
330+
331+
- `POST _cluster/voting_config_exclusions?node_names=<node_names>`
332+
- `POST _cluster/voting_config_exclusions?node_ids=<node_ids>`
333+
334+
*Impact* +
335+
To avoid deprecation warnings, discontinue use of the
336+
`POST _cluster/voting_config_exclusions/<node_name>` request path.
337+
====
338+
318339
[discrete]
319340
[[breaking_78_transform_changes]]
320341
=== Transforms changes

0 commit comments

Comments
 (0)