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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...