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!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...