Skip to content

Commit 4786172

Browse files
Update indices.asciidoc
Fixed typo in cat indices Relates to elastic#7936
1 parent 306e0d0 commit 4786172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/cat/indices.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ What's my largest index by disk usage not including replicas?
4141

4242
[source,shell]
4343
--------------------------------------------------
44-
% curl 'localhost:9200/_cat/indices?bytes=b' | sort -rnk7
44+
% curl 'localhost:9200/_cat/indices?bytes=b' | sort -rnk8
4545
green open wiki 2 0 6401 1115 158843725 158843725
4646
green open twitter 5 1 11434 0 67155614 33577857
4747
green open twitter2 2 0 2030 0 6125085 6125085

0 commit comments

Comments
 (0)