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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Enhance Security Operations with Automated Threat Analysis in the Splunk EcosystemAre you leveraging ...

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...