Splunk Search

listing _time changes the format to epoch

frbuser
Path Finder

It looks like using stats list(_time) displays the results in epoch. How do I make this more human readable?

0 Karma
1 Solution

vnravikumar
Champion

Hi @frbuser

Please try

|eval date = strftime(_time,"%d-%m-%Y")| stats list(date)

View solution in original post

0 Karma

vnravikumar
Champion

Hi @frbuser

Please try

|eval date = strftime(_time,"%d-%m-%Y")| stats list(date)
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 ...