Installation

Can you help me write the time prefix?

AzmathShaik
Path Finder

Hello All,

i have log events, in which my time stamp looks like

superuser:02/13/2019 04:08:24:367 PM UTC
supportUser:02/13/2019 02:06:23:497 PM UTC
auditUser:02/13/2019 09:04:44:367 PM UTC
libSMAL:02/13/2019 03:08:29:300 PM UTC

and i defined TIME_PREFIX as TIME_PREFIX=^: .

Can some please tell me if i defined it correctly?

Thanks

0 Karma

whrg
Motivator

Hello @AzmathShaik,

^: will not work, because ^ refers to the beginning of the line and there are no colons at the beginning of your lines.

Also, you should specify TIME_FORMAT. Splunk will try to recognize the time format on its own, but that can be error-prone.

Instead, try it like this:

TIME_PREFIX = \w+:
TIME_FORMAT = %m/%d/%Y %H:%M:%S:%3N %p %Z
MAX_TIMESTAMP_LOOKAHEAD = 64
0 Karma
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 ...