How to Install elasticsearch-curator in Ubuntu 18.04



Install elasticsearch-curator by entering the following commands in the terminal:

sudo apt update
sudo apt install elasticsearch-curator

Description:

command-line tool for managing Elasticsearch time-series indices

Elasticsearch Curator helps manage Elasticsearch time-series indices. It consists of a Python library and a CLI tool providing a high-level interface to Elasticsearch administration tasks, such as: . - Management of index aliases - Index optimization - Changing the replica count - Modifying the shard/index allocation using routing tags - Index snapshotting . This package contains the curator and es_repo_mgr command-line tools.

Homepage: https://github.com/elasticsearch/curator

Version: 5.2.0-1

Section: universe/python