Getting Data In

TIME_FORMAT regex help

Esky73
Builder

12/02/2015 12:00:00 AM, Execute time: 0150

looking to extract the date and the 24hr time pls

Tags (1)
0 Karma

jplumsdaine22
Influencer

See here for the time format variables
https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables

Assuming the date is month/day/year and the time is a 12 hour clock (not 24 hour as you say), try
TIME_FORMAT = %m/%d/%Y %I:%M:%S %p

Esky73
Builder

it is definitely 24h - thanks i'll try first thing in the morn

0 Karma

jplumsdaine22
Influencer

If its 24 hours, why does it have a AM/PM ? 16:00:00 AM wouldn't make much sense!

0 Karma

Esky73
Builder

i see your point - however, further entries:

12/02/2015 12:00:00 AM, Execute Time: 1415
12/02/2015 12:00:00 AM, Execute Time: 1500
12/02/2015 12:00:00 AM, Execute Time: 1515
12/02/2015 12:00:00 AM, Execute Time: 1315

0 Karma

harshal_chakran
Builder

Try this:

rex field=_raw "(?ms)^(?P\d{2}\/\d{2}\/\d{4}\s+\d{2}:\d{2}:\d{2}\s+\w{2})"

You can use Splunk's "Extract Fields" from Event Actions to perform the same.

0 Karma

Esky73
Builder

hi thanks - i'm trying to do this in a props.conf file - not in a search

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...