Difference between revisions of "Curator (Elasticsearch)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lc}}
 +
[[Elasticsearch]] Curator is a [[command-line]] tool helps you manage, your Elasticsearch [[indices]] and [[snapshots]]. It only allow to delete entire [[indices]] <ref>https://www.elastic.co/guide/en/elasticsearch/client/curator/current/faq_partial_delete.html</ref>
  
Elasticsearch Curator is a [[command-line]] tool helps you manage, your Elasticsearch [[indices]] and [[snapshots]].
 
  
 +
* <code>curator</code>
 +
* <code>[[pip install elasticsearch-curator]]</code>
  
  
 +
curator --help
 +
Usage: curator [OPTIONS] ACTION_FILE
 +
 +
  Curator for Elasticsearch indices.
 +
 +
  See http://elastic.co/guide/en/elasticsearch/client/curator/current
 +
 +
Options:
 +
  --config PATH  Path to configuration file. Default: [[~/.curator/curator.yml]]
 +
  --dry-run      Do not perform any changes.
 +
  --version      Show the version and exit.
 +
  --help        Show this message and exit.
  
== Curator logs ==
 
020-07-06 00:00:24,110 ERROR    Failed to complete action: delete_indices.  <type 'exceptions.KeyError'>: 'indices'
 
  
  
Line 15: Line 27:
  
 
== Activities ==
 
== Activities ==
* Review Curator configuration file documentation: https://www.elastic.co/guide/en/elasticsearch/client/curator/current/configfile.html
+
* Review Curator [[YAML]] configuration file documentation: https://www.elastic.co/guide/en/elasticsearch/client/curator/current/configfile.html
* Review examples, https://www.elastic.co/guide/en/elasticsearch/client/curator/current/examples.html, including:  
+
* [[Review curator logs]]
  <code>allocation, close, cluster_routing, create_index, delete_indices, delete_snapshots, forcemerge, open, reindex, replicas, restore, rollover, shrink, snapshot</code>
+
* Review examples, https://www.elastic.co/guide/en/elasticsearch/client/curator/current/examples.html, including:  <code>allocation, close, cluster_routing, create_index, [[delete_indices]], delete_snapshots, forcemerge, open, reindex, replicas, restore, rollover, shrink, snapshot</code>
  
 
== See also ==
 
== See also ==
* {{ELK}}
+
* {{curator}}
 +
* {{ES URLs}}
 +
* {{elasticsearch}}
  
 
+
[[Category:Elastisearch]]
[[Category:Elastic]]
 

Latest revision as of 03:28, 25 October 2022

Elasticsearch Curator is a command-line tool helps you manage, your Elasticsearch indices and snapshots. It only allow to delete entire indices [1]



curator --help
Usage: curator [OPTIONS] ACTION_FILE

  Curator for Elasticsearch indices. 

  See http://elastic.co/guide/en/elasticsearch/client/curator/current

Options:
  --config PATH  Path to configuration file. Default: ~/.curator/curator.yml
  --dry-run      Do not perform any changes.
  --version      Show the version and exit.
  --help         Show this message and exit.


Related terms[edit]


Activities[edit]

See also[edit]

  • https://www.elastic.co/guide/en/elasticsearch/client/curator/current/faq_partial_delete.html
  • Advertising: