Difference between revisions of "Elasticsearch index"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
** https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html
 
** https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html
 
** https://www.elastic.co/guide/en/elasticsearch/reference/7.17/docs-index_.html
 
** https://www.elastic.co/guide/en/elasticsearch/reference/7.17/docs-index_.html
 +
** https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html
  
 +
* [[Index properties]]: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules
 
* [[ILM]]
 
* [[ILM]]
* [[curator]]
+
* [[Curator]]
  
 +
== Index operations ==
 +
List indexes:
 
* <code>curl -XGET http://localhost:9200[[/_cat/indices]]?v</code>
 
* <code>curl -XGET http://localhost:9200[[/_cat/indices]]?v</code>
 +
* <code>curl -XGET "http://localhost:9200[[/_cat/indices]]?v&s=store.size"</code>
 +
* <code>[[curl -k "https://localhost:9200/_cat/indices?v&health=red"]] -u'XXX:UUU'</code>
  
{{cat API}}
+
Delete index:
 +
* <code>[[curl -X DELETE]]</code>
 +
 
 +
Show settings:
 +
* <code>[[/myindex/_settings]]</code>
  
* <code>[[curl -X DELETE]]</code>
 
  
[[/myindex/_settings]]
+
== cat API ==
 +
{{cat API}}
  
 
== Related ==
 
== Related ==
 
* [[Data too large]]
 
* [[Data too large]]
 
* [[Kibana]]
 
* [[Kibana]]
 +
* [[Update index settings]]
 +
* [[Low disk watermark]]
 +
* <code>[[index.mapping.total_fields.limit]]</code>
  
 
== See also ==
 
== See also ==
 
* {{curator}}
 
* {{curator}}
 +
* {{ES URLs}}
 
* {{Elasticsearch}}
 
* {{Elasticsearch}}
  
 
[[Category:Elasticsearch]]
 
[[Category:Elasticsearch]]

Latest revision as of 07:59, 30 January 2023

Index operations[edit]

List indexes:

Delete index:

Show settings:


cat API[edit]

Related[edit]

See also[edit]

  • https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-templates.html
  • Advertising: