Difference between revisions of "Curator (Elasticsearch)"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* <code>curator</code>
 
* <code>curator</code>
 
* <code>[[pip install elasticsearch-curator]]</code>
 
* <code>[[pip install elasticsearch-curator]]</code>
 +
 +
<pre>
 +
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.
 +
</pre>
  
  

Revision as of 16:25, 22 April 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


Activities

See also

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