Difference between revisions of "/ cat/shards"
Jump to navigation
Jump to search
(Created page with " /_cat/shards {{ES}}") |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[/_cat/]]shards | [[/_cat/]]shards | ||
+ | [[/_cat/]]shards?v | ||
+ | curl --insecure https://localhost:9200/_cat/shards?v -u "elastic:your-password" | ||
+ | index shard prirep state docs store ip node | ||
+ | yourindex1 0 r STARTED 0 208b 10.12.7.36 elasticsearch-master-1 | ||
+ | yourindex2 0 p STARTED 0 208b 10.12.15.48 elasticsearch-master-0 | ||
+ | .../... | ||
− | {{ES}} | + | curl --insecure https://localhost:9200/_cat/shards?v -u "elastic:your-password" |
+ | index shard prirep state docs store ip node | ||
+ | yourindex1 0 p STARTED 4351786 27.8gb 10.12.7.36 elasticsearch-master-1 | ||
+ | yourindex2 0 r UNASSIGNED | ||
+ | .../... | ||
+ | |||
+ | |||
+ | <code>[[/_cat/allocation]]?v</code> | ||
+ | |||
+ | == Related == | ||
+ | * [[Elasticsearch storage]] | ||
+ | * [[Elasticsearch index]] | ||
+ | * [[Elasticsearch shards]] | ||
+ | * <code>[[elasticsearch-shard]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{ES tr}} | ||
+ | * {{Elasticsearch}} | ||
+ | |||
+ | [[Category:Elasticsearch]] |
Latest revision as of 15:46, 9 November 2022
/_cat/shards /_cat/shards?v
curl --insecure https://localhost:9200/_cat/shards?v -u "elastic:your-password" index shard prirep state docs store ip node yourindex1 0 r STARTED 0 208b 10.12.7.36 elasticsearch-master-1 yourindex2 0 p STARTED 0 208b 10.12.15.48 elasticsearch-master-0 .../...
curl --insecure https://localhost:9200/_cat/shards?v -u "elastic:your-password" index shard prirep state docs store ip node yourindex1 0 p STARTED 4351786 27.8gb 10.12.7.36 elasticsearch-master-1 yourindex2 0 r UNASSIGNED .../...
Related[edit]
See also[edit]
- Elasticsearch troubleshooting, Elasticsearch logs,
yellow, Low disk watermark, in-memory shard lock, re-running
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: