I have a search query that returns a list of transactions and their times. I've used that to create two kinds of visualizations: a timechart showing fluctuations over time and single value gauges showing summary values for the time period. In my dashboard, I have these as two separate panels, which I assume results in two separate queries for the same dataset, which seems like a waste of resources.... Is there a way for two visualizations to reference the same data set? BTW, I assume that something like this is possible using Splunk datasets, but I don't believe my admin has given me permission to generate them 😞 So is there any way of doing this just within the dashboard itself without using datasets?
... View more