Fixed typo in cat indices docs
This commit is contained in:
parent
14e17f44a1
commit
960efe6202
|
@ -52,7 +52,7 @@ How many merge operations have the shards for the `wiki` completed?
|
|||
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
% curl 'localhost:9200/_cat/indices/wiki?pri&v&h=health,index,prirep,docs.count,mt'
|
||||
% curl 'localhost:9200/_cat/indices/wiki?pri&v&h=health,index,pri,rep,docs.count,mt'
|
||||
health index docs.count mt pri.mt
|
||||
green wiki 9646 16 16
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue