Getting Data In

extracting timestamp without second

kyoungwoon
Engager

Hi everyone,
I'm trying to extract timestamp from following log entry.

0188010010999992012010100004+70933-008667FM-12+0009ENJA V0201001N006010021019N0030001N1+00171+00121096611ADDAA106002091AY161061AY221061GF108991081071002501999999MA1999999096501MD1710221+9999MW1611REMSYN088AAXX 01001 01001 11330 81006 10017 20012 39650 49661 57022 60021 76162 887// 333 91109;

Date information is 201201010000 in 16-27 position and it only contains YYYYMMDDHHMM, not SS. When I tried with "%Y%m%d%H%M", it always returned 2012010100004. (At the end, 4 is not the second information)
I tried with followings.

NO_BINARY_CHECK=1
SHOULD_LINEMERGE=false
TIME_FORMAT=%Y%m%d%H%M
TIME_PREFIX=^\d{15}

When I tried to grab only date information using "%Y%m%d", it always returned 201201010. One more '0' at the end which should not be included. It makes problem when the hour is 11 or 12 as the day became 11th.
Why one additional digit is grabbed?

Any suggestions?
Thank you in advance.

Tags (1)
0 Karma

BobM
Builder

Try adding

MAX_TIMESTAMP_LOOKAHEAD=12

That should force it to ignore the 13th digit.

kyoungwoon
Engager

I've tried, but it didn't work.

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...