Skip to content

Simple python script to manage elasticsearch indexes and aliases

License

Notifications You must be signed in to change notification settings

mangelin/esmanage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple python script to manage elasticsearch indexes and aliases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published