Dashboards & Visualizations

How do I create a dashboard that displays Splunk Timeline for multiple dates?

mangeshtonde
Observer

I am working on a dashboard, where I have to display the timelines for multiple dates.

Relase In ST(Start Date) In ST(End Date) In RT(Start Date) In RT(End Date) In ET(Start Date) In ET(End Date)
22.1            
22.2 03/01/2022 20/01/2022 25/01/2022 02/02/2022 03/02/2022 11/02/2022
22.3 24/01/2022 10/02/2022 16/02/2022 23/02/2022 24/02/2022 04/03/2022
22.4 16/02/2022 03/03/2022 08/03/2022 16/03/2022 17/03/2022 03/03/2022

 

The dates are as above, I managed display the timeline for 2 dates but when I am incorporating multiple dates, the dashboard gets distorted this is what I want.

mangeshtonde_1-1660209225502.png

This is what I have implemented.

mangeshtonde_0-1660208317770.png

This is my search.

| rename "PR_Go_Live" as In_PR "In_ST_Start Date" as ST_Start_Date "In_ST_End Date" as ST_End_Date "In_ST_End Date" as RT_End_Date
| eval start = strptime(ST_Start_Date, "%d/%m/%Y")
| eval end = strptime(In_PR, "%d/%m/%Y")
| eval duration = (end - start) * 1000
| stats count by start ST_End_Date ST_End_Date duration Release
| table start Release ST_End_Date duration

 

 

 

Labels (1)
0 Karma

mangeshtonde
Observer

@woodcock - will you able to help?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...

Index This | How many sevens are there between 1 and 100?

August 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...