Jolokia module enabled by default?

Having just installed Metricbeat, using nearly exactly the default config file, I was surprised to see error messages show up in Elasticsearch that mention the Jolokia module. It's definitely not enabled in my configfile, and to stop the messages showing up, I had to explicitly disable it:

- module: jolokia
  metricsets: ["jmx"]
  enabled: false

Should this be considered normal, or is it a bug?

Hi @godefroi,

Could you please specify your metricbeat version? this could be a bug but we need to check :slight_smile:

It's 5.4.3, but now I'm actually pretty confident it was spurious messages coming from someone else's Metricbeat installed on another machine that I wasn't aware of. Sorry for the noise.

Ok, good to know!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.