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!

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, ...