The _cat/indices
endpoint returns primary shard count and replica factor, e.g.
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open hioqqain.local.dev Z364S_RLSjiQF6cK_45Vcg 4 1 100 23 233.1kb 233.1kb
yellow open hioqqain.local.dev 0zCVSdGeSsS-zKBu-fTE8Q 4 1 0 0 1.1kb 1.1kb
But the help says they should be shard count,
pri | p,shards.primary,shardsPrimary | number of primary shards
rep | r,shards.replica,shardsReplica | number of replica shards
Is the help wrong in this case?