Hi,
I was wondering if it is possible to change the index (pattern) which Kibana uses for the UI under "Stack Monitoring". As far as I see we can already do this for filebeat (for Kibana) via monitoring.ui.logs.index
so I was wondering if we can do exactly that for the cluster, nodes & index monitoring. As far as I understand it goes to .monitoring-es-*
by default.
Backstory is that we would like to collect several metricbeat logs into different metricbeat indices with different ILM policies on a different cluster. As we can already specify a remote monitoring cluster configuring the index the UI reads from is the last missing piece.
Regards