Monitoring tab not displaying (AKA Marvel)

Our Marvel monitoring tab in the Kibana UI disappeared today. Our setup is as follows

/etc/kibana/kibana.yml

xpack.security.enabled: false
xpack.monitoring.enabled: true

And to collect data from particular indices, we configured the xpack.monitoring.collection.indices setting as described here.

/etc/elasticsearch/elasticsearch.yml

xpack.monitoring.collection.indices: +test-*

I verified these configs are being used and we restarted kibana and elasticsearch.

1 Like

Having the same issue here... looking forward to resolution

Yeah it's strange. We installed everything on our laptops with the same configuration and it works as expected.

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