Difference between revisions of "GET / cat/indices"

From wikieduonline
Jump to navigation Jump to search
 
(13 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
  
== Relate ==
+
GET /_cat/indices?v&health=[[yellow]]
[[/_close]]
+
 
[[/_cluster/settings]]
+
== Related ==
{{cat API}}
+
* [[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

Advertising: