Hello,
Currently i have configured single jmx json file for a single server in logstash jmx input configuration as below.
[{
"host" : "localhost" ,
"port" : 9000,
"alias" : "jmx.elasticsearch" ,
"queries" : [
{
"object_name" : "java.lang:type=Memory" ,
"object_alias" : "Memory"
}]
Is it possible to add more hosts and ports in the same json file?