A set of commandline utilities for interacting with instances of the elasticsearch search engine.
estools is available on PyPI and can be installed using pip:
$ pip install estools
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 |
estools is released under the MIT license, a copy of which can be found in
LICENSE.