Skip to content

deeshugupta/tes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.