elasticsearch/docs/reference/cat
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
..
alias.asciidoc [DOCS] Remove unsupported local and master_timeout parms from cat API docs (#47933) 2019-10-14 11:38:46 -04:00
allocation.asciidoc [DOCS] Document bytes and time params in cat API docs (#47672) 2019-10-10 08:29:27 -04:00
count.asciidoc [DOCS] Remove unsupported local and master_timeout parms from cat API docs (#47933) 2019-10-14 11:38:46 -04:00
fielddata.asciidoc [DOCS] Remove unsupported local and master_timeout parms from cat API docs (#47933) 2019-10-14 11:38:46 -04:00
health.asciidoc [DOCS] Remove unsupported local and master_timeout parms from cat API docs (#47933) 2019-10-14 11:38:46 -04:00
indices.asciidoc [DOCS] Document bytes and time params in cat API docs (#47672) 2019-10-10 08:29:27 -04:00
master.asciidoc [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) 2019-09-09 13:13:41 -04:00
nodeattrs.asciidoc [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) 2019-09-09 13:13:41 -04:00
nodes.asciidoc Remove the 'local' parameter of /_cat/nodes (#50594) 2020-01-06 14:12:51 +00:00
pending_tasks.asciidoc [DOCS] Document bytes and time params in cat API docs (#47672) 2019-10-10 08:29:27 -04:00
plugins.asciidoc [DOCS] Correct typo in ICU Analysis plugin description (#47175) 2019-09-27 10:48:00 -04:00
recovery.asciidoc [DOCS] Remove unsupported local and master_timeout parms from cat API docs (#47933) 2019-10-14 11:38:46 -04:00
repositories.asciidoc [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) 2019-09-09 13:13:41 -04:00
segments.asciidoc Remove type field from DocWriteRequest and associated Response objects (#47671) 2019-10-11 10:23:55 +01:00
shards.asciidoc [DOCS] Remove shadow replica reference (#50029) 2019-12-10 09:30:04 -05:00
snapshots.asciidoc [DOCS] Remove unsupported local and master_timeout parms from cat API docs (#47933) 2019-10-14 11:38:46 -04:00
tasks.asciidoc [DOCS] Remove individual task retrieval from cat/tasks API (#49550) 2019-11-25 10:31:13 -05:00
templates.asciidoc [DOCS] Document bytes and time params in cat API docs (#47672) 2019-10-10 08:29:27 -04:00
thread_pool.asciidoc [DOCS] Document bytes and time params in cat API docs (#47672) 2019-10-10 08:29:27 -04:00