Provides a shell for managing Elasticsearch instances.
- Show cluster health
- Show node information
- Handle multiple connections
- Session management
- Create indices
- Delete indices
$ echo 'deb [arch=all] http://apt.anton-johansson.com/ stable main' > /etc/apt/sources.list.d/anton-johansson.list
$ curl -fsSL http://apt.anton-johansson.com/signing-key.pub | sudo apt-key add -
$ sudo apt update
$ sudo apt install elasticsearch-shell
$ https://github.com/anton-johansson/elasticsearch-shell/releases/download/v1.0.0/elasticsearch-shell_1.0.0_all.deb
$ sudo dpkg --install elasticsearch-shell_1.0.0_all.deb
$ npm install --global elasticsearch-shell
mvn package
Apache License © Anton Johansson