Getting Data In

How to write the extract the timestamp from my sample event in props.conf?

sreejith2k2
Explorer

How to write the extract the timestamp from the following event in props.conf?

Mar 3 15:16:10 servername user:info syslog.........

0 Karma
1 Solution

somesoni2
Revered Legend

Add these to your props.conf

[yoursourcetype]
....other line breaking stuffs...
TIME_PREFIX = ^
TIME_FORMAT = %b %d %H:%M:%S
MAX_TIMESTAMP_LOOKAHEAD = 15

View solution in original post

0 Karma

somesoni2
Revered Legend

Add these to your props.conf

[yoursourcetype]
....other line breaking stuffs...
TIME_PREFIX = ^
TIME_FORMAT = %b %d %H:%M:%S
MAX_TIMESTAMP_LOOKAHEAD = 15
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 ...