Hello,
I am trying to build a dashboard that pulls information from multiple indices.
While both indices have the same data, the formatting is different, for example:
On index logstash, i have the property resourceId
, while on index custom-metrics
I have the property rid
.
Is it possible to apply the filters for resourceId
, while also making a visualization that pulls the value from the filter in order to build a kql query based on that?
Thanks