Skip to content

collectors ElasticSearchCollector

Rob Smith edited this page Oct 29, 2012 · 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

Example Output

servers.hostname.elasticsearch.disk.reads.count 55996
servers.hostname.elasticsearch.disk.reads.size 1235387392
servers.hostname.elasticsearch.disk.writes.count 5808198
servers.hostname.elasticsearch.disk.writes.size 23287275520
servers.hostname.elasticsearch.http.current 1
servers.hostname.elasticsearch.indices.datastore.size 22724243633
servers.hostname.elasticsearch.indices.docs.count 11968062
servers.hostname.elasticsearch.indices.docs.deleted 2692068
servers.hostname.elasticsearch.process.cpu.percent 58
servers.hostname.elasticsearch.process.mem.resident 5192126464
servers.hostname.elasticsearch.process.mem.share 11075584
servers.hostname.elasticsearch.process.mem.virtual 7109668864
Clone this wiki locally