GET /_cat/shards

Hi,
When I run
GET /_cat/shards
I get the next output:
.kibana 0 p STARTED 21 60.6kb xxx.xx.x.xxx elk-1

What the zero means?

Thanks

GET /_cat/shards?v to show header of data :smiley:

Sorry, I didn't understand what you wrote

GET /_cat/shards - without column names
GET /_cat/shards?v - shows with the name of the columns

0 - it's count of shards

0 is the shard number. It starts at 0, so an index with 3 shards will have shards numbered 0, 1 and 2.

1 Like

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.