Difference between revisions of "GET / cat/indices"
Jump to navigation
Jump to search
↑ https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-templates.html
m (Thomas moved page / cat/indices to GET / cat/indices) |
|||
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html | https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html | ||
+ | |||
+ | |||
+ | curl -XGET http://localhost:9200/_cat/indices?v -u "your_user:your_password" | ||
+ | |||
+ | "/_cat/indices/_all?v&s=[[store.size]]" | ||
+ | |||
[[/_cat/]]indices | [[/_cat/]]indices | ||
Line 6: | Line 12: | ||
green open .security-9 rxTff_svTG-im719Tt3TTT 1 1 2 0 19kb 9.5kb | green open .security-9 rxTff_svTG-im719Tt3TTT 1 1 2 0 19kb 9.5kb | ||
− | == | + | GET /_cat/indices?v&health=[[yellow]] |
− | + | ||
+ | == Related == | ||
+ | * [[Elasticsearch index]] | ||
+ | * [[Update index settings]] | ||
+ | * <code>[[/_close]]</code> | ||
+ | * <code>[[/_cluster/settings]]</code> | ||
+ | * {{cat API}} | ||
== See also == | == See also == | ||
+ | * {{ES URLs}} | ||
* {{Elasticsearch}} | * {{Elasticsearch}} | ||
[[Category:ELK]] | [[Category:ELK]] |
Latest revision as of 07:58, 30 January 2023
https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html
curl -XGET http://localhost:9200/_cat/indices?v -u "your_user:your_password"
"/_cat/indices/_all?v&s=store.size"
/_cat/indices
/_cat/indices?v health status index uuid pri rep docs.count docs.deleted store.size pri.store.size green open .security-9 rxTff_svTG-im719Tt3TTT 1 1 2 0 19kb 9.5kb
GET /_cat/indices?v&health=yellow
Related[edit]
- Elasticsearch index
- Update index settings
/_close
/_cluster/settings
/_cat/indices
/_cat/shards
/_cat/allocation
/_cat/plugins
/_cat/recovery
/_cat/snapshot
/_cat/repositories
/_cat/health
/_cat/templates
[1]
See also[edit]
- 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: