add indices nodes info flag to docs

This commit is contained in:
Mike McCandless 2016-06-20 14:23:32 -04:00
parent ebc3c17c34
commit eecf094ac1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ By default, it just returns all attributes and core settings for a node:
Elasticsearch version running on this node.
It also allows to get only information on `settings`, `os`, `process`, `jvm`,
`thread_pool`, `transport`, `http`, `plugins` and `ingest`:
`thread_pool`, `transport`, `http`, `plugins`, `ingest` and `indices`:
[source,js]
--------------------------------------------------