Getting Data In

How to convert time format of 20090930 to 30-Sep-2009?

srinathd
Contributor

I want to get the time in this format 2009-Sep-30 from 20090930

Tags (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

This should work:

eval t=strftime(strptime(<your date field>, "%Y%m%d"), "%Y-%b-%d")
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

This should work:

eval t=strftime(strptime(<your date field>, "%Y%m%d"), "%Y-%b-%d")
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...