Hello,
I’m willing to create a variable in one of our dashboards that contains the union of values from 2 different data sources.
example: (using elasticsearch as datasource)
- VariableA of type query gets me all the “ServerNames” from DataSourceA
- VariableB of type query gets me all the “ServerNames” from DataSourceB
i would like to create VariableC of type query that gets me the union of “ServerNames” from DataSourceA and DataSourceB.
Is this achievable?
Thanks!