Difference between revisions of "Curator (Elasticsearch)"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{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]]. 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>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.
  
  
Line 16: Line 32:
  
 
== See also ==
 
== See also ==
* {{ELK}}
+
* {{curator}}
 
+
* {{ES URLs}}
 +
* {{elasticsearch}}
  
[[Category:Elastic]]
+
[[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: