elasticsearch/docs/reference/migration
David Turner 8c6f821c75
Remove the 'local' parameter of /_cat/nodes (#50594)
The cat nodes API performs a `ClusterStateAction` then a `NodesInfoAction`.
Today it accepts the `?local` parameter and passes this to the
`ClusterStateAction` but this parameter has no effect on the `NodesInfoAction`.
This is surprising, because `GET _cat/nodes?local` looks like it might be a
completely local call but in fact it still depends on every node in the
cluster.

This parameter was deprecated in 7.x in #50499 and this commit removes it.

Relates #50088
2020-01-06 14:12:51 +00:00
..
apis [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
migrate_8_0 Remove the 'local' parameter of /_cat/nodes (#50594) 2020-01-06 14:12:51 +00:00
index.asciidoc [DOCS] Removed redundant (not quite right) information about upgrades. 2019-04-04 16:20:08 -07:00
migrate_8_0.asciidoc Remove the 'local' parameter of /_cat/nodes (#50594) 2020-01-06 14:12:51 +00:00
migration.asciidoc Remove Migration Upgrade and Assistance APIs (#40075) 2019-03-15 15:34:50 -06:00