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
Get Updates on the Splunk Community!

The Payment Operations Wake-Up Call: Why Financial Institutions Can't Afford ...

The same scenario plays out across financial institutions daily. A payment system fails at 11:30 AM on a busy ...

Make Your Case: A Ready-to-Send Letter for Getting Approval to Attend .conf25

Hello Splunkers, Want to attend .conf25 in Boston this year but not sure how to convince your manager? We've ...

Community Spotlight: A Splunk Expert's Journey

In the world of data analytics, some journeys leave a lasting impact not only on the individual but on the ...