Splunk Search

How can I use a dashboard timepicker across two timeranges and a subsearch

pwild_splunk
Splunk Employee
Splunk Employee

I have a complex search query that is quite slow when run over a longer period of time. It populates a dashboard.
To improve the dashboard's performance, I'm using a summary index which is supplemented with yesterday's data every night but I also want to include today's data within the dashbaord.

To do this, my dashboard has a search like this:

Index=mysummary
| appendpipe
[ search index=mydata earliest=@d ]
| table my, fields, here

This works fine with the timepicker so long as latest is always now. If I choose something like "Previous week" in the timepicker on the dashboard, I still get today's data appended because of the "@d" in the subsearch.

How can I modify the subsearch to only include today's data if today falls within the range of the timepickers time wndow?

0 Karma
1 Solution

skoelpin
SplunkTrust
SplunkTrust

I just solved a very similar problem.. I created a hidden panel in a dashboard which accepts the value from the timerange picker, and its output would look like earliest=<epoch> AND latest=<epoch> then used a token to pass this to the subsearch

https://answers.splunk.com/answers/664666/how-to-add-seconds-to-epoch-time-using-time-modifi.html

View solution in original post

0 Karma

skoelpin
SplunkTrust
SplunkTrust

I just solved a very similar problem.. I created a hidden panel in a dashboard which accepts the value from the timerange picker, and its output would look like earliest=<epoch> AND latest=<epoch> then used a token to pass this to the subsearch

https://answers.splunk.com/answers/664666/how-to-add-seconds-to-epoch-time-using-time-modifi.html

0 Karma
Get Updates on the Splunk Community!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...