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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...