Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

#Munin plugin for elasticsearch

A simple Munin plugin for monitoring elasticsearch nodes in Ruby. Depends on JSON gem.

##Supported Modes

  • cache - field and filter cache stats
  • docs - document count
  • gc - GC collections/sec
  • jvm - JVM heap stats
  • ops - index, get, search, delete operations/sec
  • store - size of index
  • http - current and opened http connections

##Configuration

###Variables

  • host - a elasticsearch node capable of providing stats interface (default localhost)
  • port - elasticsearch HTTP API port (default 9200)
  • node - the name of the node to monitor (required)

###Example Config

[elasticsearch_*]
env.host 10.1.2.14
env.port 9200
env.node pinky

About

Munin plugin for monitoring elasticsearch nodes, including cache stats, document count, garbage collection, JVM heap stats, request rates, and store size

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages