Skip to content

Commit ce75fa2

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 bdea7a8 commit ce75fa2

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
@@ -212,6 +212,27 @@ Assign users with the `kibana_user` role to the `kibana_admin` role.
212212
Discontinue use of the `kibana_user` role.
213213
====
214214

215+
[discrete]
216+
[[breaking_78_cluster_coordination_changes]]
217+
=== Cluster coordination changes
218+
219+
.The voting configuration exclusions API's `POST _cluster/voting_config_exclusions/<node_name>` request path is deprecated.
220+
[%collapsible]
221+
====
222+
*Details* +
223+
The voting configuration exclusions API's
224+
`POST _cluster/voting_config_exclusions/<node_name>` request path is now
225+
deprecated. To add a voting configuration exclusion, specify node names or node
226+
IDs using a query parameter instead:
227+
228+
- `POST _cluster/voting_config_exclusions?node_names=<node_names>`
229+
- `POST _cluster/voting_config_exclusions?node_ids=<node_ids>`
230+
231+
*Impact* +
232+
To avoid deprecation warnings, discontinue use of the
233+
`POST _cluster/voting_config_exclusions/<node_name>` request path.
234+
====
235+
215236
[discrete]
216237
[[breaking_78_transform_changes]]
217238
=== Transforms changes

0 commit comments

Comments
 (0)