Getting Data In

TIME_PREFIX Challenge

b17gunnr
Path Finder

Hello folks,

I'm fighting some events in the future and am having some trouble breaking the code for parsing an event. I have the following event (with a little redaction) and have tried some flavors of the the stanza below primarily messing with the TIME_PREFIX to no avail. For every change I make (and a Splunk restart after the fact), Splunk just wants the event in UTC and it is not considering my timezone offset.

Does anyone have any suggestions or thoughts at to why I cannot get Splunk to recognize that time properly? Thank you.

 

{"id": 141865, "summary": "User's password changed", "remoteAddress": "X.X.X.X", "created": "2025-06-12T14:13:19.323+0000", "category": "user management", "eventSource": "", "objectItem": {"id": "lots_of_jibberish", "name": "lots_of_jibberish", "typeName": "USER", "parentId": "10000", "parentName": "com.AAA.BBB.CCC.DDD"}, "associatedItems": [{"id": "lots_of_jibberish", "name": "lots_of_jibberish", "typeName": "USER", "parentId": "10000", "parentName": "com.AAA.BBB.CCC.DDD"}]}

[my_stanza]
TIME_PREFIX = "created": "
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3NZ
TZ = UTC

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Try changing the timezone in your time format

TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N%z

("Z" as you have used it is just a character constant - which is used n some date formats)

Time variables 

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Try changing the timezone in your time format

TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N%z

("Z" as you have used it is just a character constant - which is used n some date formats)

Time variables 

gcusello
SplunkTrust
SplunkTrust

Hi @b17gunnr ,

these seem to be json files.

to use a regex, you must see the row data, maybe there are some backslashes in your logs before quotes: check them to be sure about your TIME_PREFIX.

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...