Skip to content

Commit

Permalink
Remove included docs (#50557)
Browse files Browse the repository at this point in the history
In #50499 we accidentally duplicated the docs for the `?local` parameter to the
`GET _cat/nodes` API. This commit removes the duplicate docs.
  • Loading branch information
DaveCTurner authored Jan 2, 2020
1 parent 8092a49 commit b209e7b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions docs/reference/cat/nodes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,17 +285,14 @@ Number of suggest operations, such as `0`.

include::{docdir}/rest-api/common-parms.asciidoc[tag=help]

include::{docdir}/rest-api/common-parms.asciidoc[tag=local]
+
--
`local`::
(Optional, boolean) If `true`, the request computes the list of selected nodes
from the local cluster state. Defaults to `false`, which means the list of
selected nodes is computed from the cluster state on the master node. In either
case the coordinating node sends a request for further information to each
selected node. deprecated::[7.6,This parameter does not cause this API to act
locally. It will be removed in version 8.0.]
--
(Optional, boolean)
deprecated:[7.6.0,This parameter does not cause this API to act locally. It will be removed in version 8.0.]
If `true`, the request computes the list of selected nodes from the local
cluster state. Defaults to `false`, which means the list of selected nodes is
computed from the cluster state on the master node. In either case the
coordinating node sends a request for further information to each selected
node.

include::{docdir}/rest-api/common-parms.asciidoc[tag=master-timeout]

Expand Down

0 comments on commit b209e7b

Please sign in to comment.