Help Center/ Cloud Search Service/ FAQs/ Using CSS Cluster Search Engines/ How Do I Check the Number of Shards and Replicas in a CSS Cluster?
Updated on 2024-09-14 GMT+08:00

How Do I Check the Number of Shards and Replicas in a CSS Cluster?

  1. Log in to the CSS management console.
  2. On the Clusters page, click Access Kibana in the Operation column of a cluster.
  3. Log in to Kibana and choose Dev Tools.

  4. On the Console page, run the GET _cat/indices?v command query the number of shards and replicas in a cluster. In the following figure, the pri column indicates the number of index shards, and the rep column indicates the number of replicas. After an index is created, its pri value cannot be modified. Its rep value can be modified.