estools: tools for interacting with elasticsearch


Keywords
sysadmin, search, elasticsearch, templates, rivers
License
MIT
Install
pip install estools==1.1.2

Documentation

estools

A set of commandline utilities for interacting with instances of the elasticsearch search engine.

Installation

estools is available on PyPI and can be installed using pip:

$ pip install estools

Usage

Currently available tools within estools

Command Description
es-rotate Rotate a set of daily indices (creates "current" aliases and deletes old indices)
es-river Get, create, delete and compare rivers
es-template Get, create, delete and compare index templates

License

estools is released under the MIT license, a copy of which can be found in LICENSE.