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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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