Elasticsearch - JMX Exporter

Hello, i'm using JMX Exporter to get MBeans from Elasticsearch running in Docker container.

This is part of Docker environment to parsing in to container to run Java JMX exporter as JavaAgent

-e ES_JAVA_OPTS=-javaagent:/prometheus/jmx_prometheus_javaagent-0.13.0.jar=4444:/prometheus/prometheus-jmx-config.yaml

When i start Elasticsearch, i can see on port 4444 all data from JMX Exporter.
BUT when Elasticsearch load all modules (I think X-Pack security will be the suspect) JMX Exporter stop working and responding: The connection was reset.

I tried this Elasticsearch settings in elasticsearch.yml

xpack.license.self_generated.type: basic
xpack.security.enabled: false
xpack.monitoring.enabled: false
xpack.ml.enabled: false

But always the same conclusion. Inoperative JMX Exporter after loading modules.

Every help and idea will be much appreciated.

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