Continuously import data from Elasticsearch to Graphite. Its built as an Akka application to be extensible and easy to create different measurements.
Currently imports Jenkins data created with elasticsearch-jenkins.
Recommended IDE is IntelliJ IDEA (version >= 13). Simply clone the repo and open the build.sbt
file with IntelliJ.
Run sbt assembly
and a fat JAR will be created in the target/scala-2.10
folder.
Configure the application in a copy of application.conf.
Start the application using the fat JAR with command java -Dconfig.file=<path to config file> -jar <path to JAR file>
.