anton-johansson / elasticsearch-shell

Provides a shell for managing Elasticsearch instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Provides a shell for managing Elasticsearch instances.

License:Apache License 2.0


Languages

Language:Java 98.7%Language:JavaScript 1.0%Language:Shell 0.3%