Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 438 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 438 Bytes

esmanage

Simple python script to manage elasticsearch indexes and aliases

Build image

$ docker build -t esmanage:latest .

Running the container

$ docker run -ti --network yournet esmanage:latest --help

List indexes

$ docker run -ti --network yournet esmanage:latest --host=ELASTICHOST index list

List aliases

$ docker run -ti --network yournet esmanage:latest --host=ELASTICHOST alias list