I'm trying to use Jolokia + metricbeat to gather Info about the JVM Memory.
I did everything like described in the docs but it won't work. Jolokia jmx metricset | Metricbeat Reference [7.11] | Elastic
jmx.mappings:
- mbean: 'java.lang:type=Memory'
attributes:
- attr: HeapMemoryUsage
field: memory.heap_usage
- attr: NonHeapMemoryUsage
field: memory.non_heap_usage
I can collect other JMX metrics thou. Does anybody know how to solve this issue? I'm using latest jolokia with latest elastic stack
I already tried downgrading Jolokia to 1.5