Difference between revisions of "GET / cat/indices"

From wikieduonline
Jump to navigation Jump to search
 
(19 intermediate revisions by 4 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
  /_cat/indices
+
 
 +
 
 +
  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
 
  /_cat/indices?v
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]]

Latest revision as of 07:58, 30 January 2023

Advertising: