Dashboards & Visualizations

how i can use timeformat.

rajhemant26
New Member

Hello everyone.

Want to display the output only for the time which crosses 18 months (earliest time)

Tags (1)
0 Karma

koshyk
Super Champion

Please try something like.. (would be good if paste some sample events , so we can frame the query)

|inputlookup Qasd.csv 
|stats latest(alpq) as latest_time first(alpq) as earliest_time by Release 
| eval earliest_time=strftime(earliest_time,"%d/%m/%Y")
| eval latest_time =strftime(latest_time,"%d/%m/%Y")
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...