Everything about Shards
ElasticSearch API (V1)
https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/
https://vpc-graylog-v1-z7flncd44w6d4wnpwfp45jbzja.eu-central-1.es.amazonaws.com/
https://vpc-referencedata-prod-v3-uirokgmhkptbrr7o6wid3unube.eu-central-1.es.amazonaws.com/
Request
| health | status | index | uuid | pri | rep | docs.count | docs.deleted | store.size | pri.store.size |
|---|---|---|---|---|---|---|---|---|---|
| Name of index | number of existing docs | number of deleted docs | size with unit | size with unit |
For further information see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat.html#numeric-formats example: green open graylog_425 wB5aTGRkROyBbU0S5TWiQg 1 0 9979319 0 18gb 18gb
- Mock server
https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/_cat/indices
- Graylog Cluster
https://vpc-graylog-v1-z7flncd44w6d4wnpwfp45jbzja.eu-central-1.es.amazonaws.com/_cat/indices
- Index API Cluster
https://vpc-referencedata-prod-v3-uirokgmhkptbrr7o6wid3unube.eu-central-1.es.amazonaws.com/_cat/indices
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/_cat/indices- Mock server
https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/_cat/shards
- Graylog Cluster
https://vpc-graylog-v1-z7flncd44w6d4wnpwfp45jbzja.eu-central-1.es.amazonaws.com/_cat/shards
- Index API Cluster
https://vpc-referencedata-prod-v3-uirokgmhkptbrr7o6wid3unube.eu-central-1.es.amazonaws.com/_cat/shards
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/_cat/shards?index=string'