From eecf094ac1b168962d797164ab4842b16a12a7e4 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Mon, 20 Jun 2016 14:23:32 -0400 Subject: [PATCH] add indices nodes info flag to docs --- docs/reference/cluster/nodes-info.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cluster/nodes-info.asciidoc b/docs/reference/cluster/nodes-info.asciidoc index 8b505218664..77f77da3c89 100644 --- a/docs/reference/cluster/nodes-info.asciidoc +++ b/docs/reference/cluster/nodes-info.asciidoc @@ -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] --------------------------------------------------