Useful tools to work with Elastic stack in Python
It consists of two main modules:
indextools
: tools to work with Elastic indicesdoctools
: tools to work with Elastic documents
pip install elastictools
git clone https://github.com/ncthuc/elastictools.git
cd elastictools
pip install --editable .