Security

How do you convert extracted fields from a 12 hour format to a 24 hour format?

arunsoni
Explorer

I have two fields that are extracted in Splunk i.e.. start time and end time which is in 12 hours formats. I want to convert them to 24 hours format. Can someone help on this ?

here is the data below,
start time : 11/21/2018 11:04:54 AM, End time : 11/21/2018 11:04:56 AM
start time : 2010-04-01,,11/20/2018 6:59:59 PM, End time :11/20/2018 7:03:20 PM

Tags (2)
0 Karma

Vijeta
Influencer

You can use the below commands to convert time to 24hr format

convert timeformat="%Y/%m/%d %I:%M:%S %p" MkTime(start_time) as new_start_time| convert ctime(new_start_time) as start_time
0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...