Skip to content

anton-johansson/elasticsearch-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header.txt

Stars

Watchers

Forks

Packages

No packages published

Languages