Splunk Search

Convert Millseconds to Epoch Time

IRHM73
Motivator

Hi, I wonder whether someone could help me please.

I'm extracting a time stamp in the format 2015-01-31T23:59:55.281Z which I'm trying to convert to an epoch time.

I'm using this line to do this: eval generatedAt=strptime(LoggedInTime, "%Y-%m-%dT%H:%M:%S")|convert timeformat="%d/%b/%Y %H:%M:%S" ctime(LoggedInTime)

The problem I have is that this isn't converting the milliseconds replacing the actual milliseconds with zeroes.

Could someone possibly look at this please and let me know where I've gone wrong.

Many thanks and kind regards

Chris

Tags (2)
0 Karma
1 Solution

MuS
Legend

Hi IRHM73,

add a .%3N to the time string, see the docs http://docs.splunk.com/Documentation/Splunk/6.3.0/SearchReference/Commontimeformatvariables the learn more about time format options.

cheers, MuS

View solution in original post

0 Karma

MuS
Legend

Hi IRHM73,

add a .%3N to the time string, see the docs http://docs.splunk.com/Documentation/Splunk/6.3.0/SearchReference/Commontimeformatvariables the learn more about time format options.

cheers, MuS

0 Karma

IRHM73
Motivator

Hi @Mus, thank you once more for taking the time to help me.

This works perfectly.

Many thanks and kind regards

Chris

0 Karma
Get Updates on the Splunk Community!

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...