Skip to content
Aaron Mildenstein edited this page Mar 10, 2015 · 40 revisions

Curator Documentation for V3.0+

Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your Elasticsearch indices.

Curator API Documentation (External)

The documentation in this wiki is intended to bridge the Curator API documentation and the functionality provided by the entry-point script usually installed by pip as /usr/bin/curator or /usr/local/bin/curator.

Since Curator 2.0, the API calls and the command-line script have been separated. This allows you to write your own scripts to accomplish similar goals, or even new and different things with the Curator API, and the Elasticsearch Python API.

Curator Command-Line Documentation (this wiki)

The wiki, being extensible, can contain information about both the API and the script. Unless otherwise specified, however, this wiki documentation should be presumed to refer to the behavior of the Curator command-line, with commands like:

delete
optimize
close
snapshot
alias

…and more!

Browse through the documentation here for more information.

Usage

Commands

Flags and settings

Clone this wiki locally