Skip to content

collectors ElasticSearchCollector

Rob Smith edited this page Jul 25, 2013 · 12 revisions

ElasticSearchCollector

Collect the elasticsearch stats for the local node

Dependencies

  • urlib2

Options - Generic Options

Setting Default Description Type
byte_unit byte Default numeric output(s) str
enabled False Enable collecting these metrics bool
host 127.0.0.1 str
measure_collector_time False Collect the collector run time in ms bool
port 9200 int
stats jvm, thread_pool, indices, Available stats:
- jvm (JVM information)
- thread_pool (Thread pool information)
- indices (Individual index stats)
list

Example Output

servers.hostname.elasticsearch.cache.filter.evictions 9
servers.hostname.elasticsearch.cache.filter.size 1700
servers.hostname.elasticsearch.cache.id.size 98
servers.hostname.elasticsearch.fielddata.evictions 12
servers.hostname.elasticsearch.fielddata.size 1448

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally