Metadata-Version: 2.1
Name: feii
Version: 0.9.9
Summary: Fix error ilm index in Elasticsearch
Home-page: https://github.com/antohhh93/feii
Author: Anton Turko
Author-email: anton_turko@mail.ru
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2)
Requires-Dist: click

## Fix error ilm index in Elasticsearch

## Usage

```
Usage: feii [OPTIONS] COMMAND [ARGS]...

  Feii - utility for ilm indexes in Elasticsearch that allows you to:
    * fix errors in indexes
    * delete empty indexes
    * rollover big indexes
    * adding alias in indexes
    * applying parameters
    * fix write in indices

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  alias     Fix indexes without an alias.
  delete    Deletion of empty indexes.
  error     Fix ILM error.
  rollover  Rollover the big indexes.
  test      In the development.
  update    Update index settings.
  write     Fix of writing in indices.

  Run 'feii COMMAND --help' for more information on a command.
```


