Splunk Search

How to convert a plain text field to a time format?

marstj
New Member

Hi, i have a field in my logs that is date and time but it is in plain text not in time format. The field looks like this "Field=(Y/M/D h.m)".

Any suggestion how i can convert it so i can use it in time based queries?

Thanks

0 Karma

richgalloway
SplunkTrust
SplunkTrust

To convert the time field at index time, edit the TIME_FORMAT attribute in your props.conf file. You may need to adjust other settings as well.

[mysourcetype]
TIME_PREFIX = FIELD=
TIME_FORMAT = %Y/%m/%d %H.%M

To convert the time field at search time, use the strptime function.

... | eval ts = strptime(field, "%Y/%m/%d %H.%M") | ...
---
If this reply helps you, Karma would be appreciated.
0 Karma
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 ...