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!

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 ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...