Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.36 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.36 KB

elasticsearch-shell

Build Status Codecov License

Provides a shell for managing Elasticsearch instances.

Features

  • Show cluster health
  • Show node information
  • Handle multiple connections
  • Session management
  • Create indices
  • Delete indices

Install

apt

$ 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

dpkg

$ 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

$ npm install --global elasticsearch-shell

Build

mvn package

License

Apache License © Anton Johansson