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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

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 ...