Skip to content

ElasticSearch API (V1)

Download OpenAPI description
Languages
Servers
Mock server

https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/

Graylog Cluster

https://vpc-graylog-v1-z7flncd44w6d4wnpwfp45jbzja.eu-central-1.es.amazonaws.com/

Index API Cluster

https://vpc-referencedata-prod-v3-uirokgmhkptbrr7o6wid3unube.eu-central-1.es.amazonaws.com/

Shards

Everything about Shards

Indicies

Operations

Read all index on cluster

Request

healthstatusindexuuidprirepdocs.countdocs.deletedstore.sizepri.store.size
Name of indexnumber of existing docsnumber of deleted docssize with unitsize 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

curl -i -X GET \
  https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/_cat/indices

Responses

OK

Bodytext/plain
string

List Shards

Request

Query
indexstring

Show all shards from all indicies

Examples:
index=graylog_*
index=
curl -i -X GET \
  'https://idp.cdq.com/_mock/apis/elasticsearch-api/api-v1/_cat/shards?index=string'

Responses

OK

Bodytext/plain
string

Mappings

Operations