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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...