Elasticsearch index
(Redirected from Es index)
Jump to navigation
Jump to search
- Index API:
- Index properties: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules
- ILM
- Curator
Contents
Index operations[edit]
List indexes:
curl -XGET http://localhost:9200/_cat/indices?v
curl -XGET "http://localhost:9200/_cat/indices?v&s=store.size"
curl -k "https://localhost:9200/_cat/indices?v&health=red" -u'XXX:UUU'
Delete index:
Show settings:
cat API[edit]
/_cat/indices
/_cat/shards
/_cat/allocation
/_cat/plugins
/_cat/recovery
/_cat/snapshot
/_cat/repositories
/_cat/health
/_cat/templates
[1]
Related[edit]
See also[edit]
- ELK: curator, logs, ILM, Snapshots
- Elasticsearch:
/_cat/, /_nodes/, /_cluster/, /_snapshot/, /_ilm/, /_xpack/, /_search/, /_security/, /my-index/,
/_bulk
- 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: