Difference between revisions of "Curator (Elasticsearch)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{ELK}}")
 
 
(27 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>
  
 +
 +
* <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.
 +
 +
 +
 +
== Related terms ==
 +
*  [[Index Lifecycle Management (ILM)]] policies
 +
 +
 +
== Activities ==
 +
* Review Curator [[YAML]] configuration file documentation: https://www.elastic.co/guide/en/elasticsearch/client/curator/current/configfile.html
 +
* [[Review curator logs]]
 +
* 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]]

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: