JMX Input
Activity
Show:

Todd Trimmer November 13, 2013 at 9:38 PM
You can extend this idea further and let the input periodically do a remote JMX call to any MBean you want. Why limit it to just JVM-oriented MBeans?
Fixed
Details
Details
Assignee

Reporter

Labels
Fix versions
Affects versions
Created July 24, 2012 at 8:01 PM
Updated February 6, 2015 at 7:22 PM
Resolved February 6, 2015 at 7:22 PM
Its possible to discover other local running jvms with in java. This input would find other running jvms, attach and flush metrics into logstash at a set interval.
http://docs.oracle.com/javase/6/docs/jdk/api/attach/spec/index.html
It might also be of use to define remote jvms to attach to for the cases where logstash cannot be run on said machine.