This CLI application grew out of the necessities from job interacting with Elasticsearch indices. Of course it was not meant to replace the full functionality of Kibana but to be able to execute some Elasticsearch queries that I used everyday in the terminal. For example:

  • create and delete an index
  • retrieve the mapping and settings of an index
  • check the connection and health of the cluster or of a particular index in the cluster.
  • execute basic term/terms queries and filtering.
  • query the logs and filtering for a particular application or log level

It is still WIP but for more details please visit: Github