Skip to content

Latest commit

 

History

History

es-stats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ES-Stats

This scripts prints various data about an Elasticsearch cluster

Arguments:

  • version: prints version info
  • status: prints general statistics and health
  • indices: prints all indices

Requirements:

  • ELASTICSEARCH_URL env variable set to the URL of your Elasticsearch. Authentication is not implemented.