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?
