ohmyzsh/plugins/elasticsearch
Fedele Mantuano bdf5147632 Added README.md
2015-08-31 17:11:13 +02:00
..
_GET Added README.md 2015-08-31 17:11:13 +02:00
elasticsearch.plugin.zsh Added GET API Elasticsearch plugin 2015-08-27 21:26:56 +02:00
README.md Added README.md 2015-08-31 17:11:13 +02:00

elasticsearch

This plugin makes easy to use Elasticsearch API and it also offering autocomplete for common APIs. There are GET, HEAD, DELETE, PUT and POST commands.

Examples usage:

  • GET _cluster/health
  • GET _cat
  • DELETE twitter

Aliases

  • alias ech='GET _cluster/health': Cluster status health
  • alias ecs='GET _cluster/state': Allows to get a comprehensive state information of the whole cluster
  • alias ens='GET _nodes/stats': Allows to retrieve all of the cluster nodes statistics
  • alias esf='GET _stats/fielddata': Field data memory usage on index level