Getting Data In

Recognizing timestamps split across multiple lines

MatMeredith
Path Finder

My event have separate date and time fields on separate lines. E.g.


Date: 29 April 2013

Time: 12:02:03.6

Is it possible to configure Splunk to automatically extract timestamps for these events, piecing together the date and time as necessary?

Many thanks!

Tags (1)
0 Karma
1 Solution

_d_
Splunk Employee
Splunk Employee

Not automatically. I would use datetime.xml here and define custom extractions.

View solution in original post

0 Karma

_d_
Splunk Employee
Splunk Employee

Not automatically. I would use datetime.xml here and define custom extractions.

0 Karma

MatMeredith
Path Finder

That's what I feared... Thanks!

0 Karma

kristian_kolb
Ultra Champion

Splunk is fairly good at interpreting timestamps by itself. You could try to index a log file and see how well it performs. Two things, though;

1) ensure that you have correct line_breaking, since splunk will normally break events when on the line where it encounters a timestamp. So if you have some lines before the timestamp that are part of the event, you may need to get explicit with some props.conf settings (either a SHOULD_LINEMERGE=true / MUST_BREAK.., BREAK_ONLY.. combo, or SHOULD_LINEMERGE=false / LINE_BREAKER combo. See the docs for props.conf for this.

2) You'll probably need to adjust the MAX_TIMESTAMP_LOOKAHEAD to a higher number than the default 150.

See this (and the following) page(s);

http://docs.splunk.com/Documentation/Splunk/latest/Data/HowSplunkextractstimestamps

Hope this helps,

Kristian

0 Karma

MatMeredith
Path Finder

Sadly this doesn't seem to work. Splunk cannot automatically figure out the separate date and time fields... Thanks though!

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...