Splunk Search

How to extract date YYYYMMDD from _time?

royimad
Builder

How to extract date YYYYMMDD from _time?

Tags (1)
1 Solution

Damien_Dallimor
Ultra Champion
... | eval mytime=strftime(_time, "%Y%m%d") | table mytime

View solution in original post

nandipatisunil
Path Finder

How do i get this treated as date again?
I was using the above eval to get just the date out (ignoring the time) ... but i see that the string extracted is treated as a number when i graph it.

How do i get it converted back to date?

eg: i have events with different timestamp and the same date. I want to group them based on the date by ignoring the timestamp on it.

0 Karma

kristian_kolb
Ultra Champion

with strptime;

...| eval my_new_time = strptime(mytime, "%Y%m%d")

/k

0 Karma

Damien_Dallimor
Ultra Champion
... | eval mytime=strftime(_time, "%Y%m%d") | table mytime
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...