Splunk Dev

How to create a display with two dates, one being today's date and the other being the previous working day?

jwilliams1
Engager

Hi there,

I'm currently building a dashboard and need to display two dates, one being today's date and the other being the previous working day.

I use the query below for today's date

 <query> index=main | head 1 | eval Date = strftime(_time,"%d/%m/%Y") | fields Date</query>


Could you help me with the query to display the previous working day.

Many thanks!

Janine

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

could you describe your real issue why you try to get those two days? That way we could propose the whole solution to you.

r. Ismo

0 Karma

PaulPanther
Motivator

Do you wanna use these both dates as a timepicker input or do you just wanna display both dates in one or two panels?

One way could be:

| makeresults count=1
| eval _time=(_time - 86400)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...