Hi
I am trying to configure jmx on logstash docker container. My logstash.conf file looks like this:
input {
jmx {
path => "/usr/share/logstash/jmx"
polling_frequency => 15
nb_thread => 4
type => "jmx"
}
}
My jmx configuration file lies under "/logstash/jmx" directory. Did i define the correct absolute path for the input ?
Thank you