tes

Tool for Elasticsearch


Keywords
tes, elasticsearch
License
GPL-3.0
Install
pip install tes==1.1.1

Documentation

# tes

https://pypi.org/project/tes/

Tes stands for Tool for Elasticsearch. Tes is a command-line tool based on

python elasticsearch APIs. Following are the various subtools under tes which can be used to invoke different kinds of elasticsearch APIs.

  1. tes:cat is used to invoke cat api calls like count, allocation, health e.t.c.
  2. tes:cluster is used to make api calls to elasticsearch cluster like stats e.t.c.
  3. tes:node is used to make Node client api calls like info, stats e.t.c.