0
votes

I have 10 node elasticsearch cluster, and in this cluster the kabul index exist with 1 primary and 1 replica shard, and i want to know on what node the primary and replica shards of given index exist, how do this?

1

1 Answers

2
votes

You can run GET _cat/shards?v&index=<index-name> via kibana

cat shards API

Api Results (an example):

enter image description here