Skip to content

collectors ElasticSearchCollector

Rob Smith edited this page Aug 11, 2012 · 12 revisions

ElasticSearchCollector

Collect the elasticsearch stats for the local node

Dependencies

  • urlib2

Options

  • Generic Options
  • host:
  • enabled: Enable collecting these metrics
  • port:
  • byte_unit: Default numeric output(s)

Example Output

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