Difference between revisions of "Elasticsearch index"

From wikieduonline
Jump to navigation Jump to search
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
* https://www.elastic.co/blog/what-is-an-elasticsearch-index
  
 +
* Index API:
 +
** 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/current/indices-update-settings.html
  
 +
* [[Index properties]]: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules
 +
* [[ILM]]
 +
* [[Curator]]
 +
 +
== Index operations ==
 +
List indexes:
 +
* <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>
 +
 +
Delete index:
 +
* <code>[[curl -X DELETE]]</code>
  
* [[ILM]]
+
Show settings:
* [[curator]]
+
* <code>[[/myindex/_settings]]</code>
 +
 
 +
 
 +
== cat API ==
 +
{{cat API}}
 +
 
 +
== Related ==
 +
* [[Data too large]]
 +
* [[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: