Getting Data In

SplunkForwarder File Monitor stopped working at 23:59 June 30th 2013

ultima
Explorer

As the title says.
Forwarder File Monitor stopped working at 23:59 June 30th 2013

inputs.conf:

[monitor://E:\Logs]
disabled = 0
sourcetype = mftlogs

[WinEventLog:Security]
disabled = 0

Debug:
07-01-2013 13:51:05.570 +0200 DEBUG TcpOutputProc - Registering Channel for : source::E:\Logs<removed>.log|host::MFTD|mftlogs|:9997, oneTimeClient=0, _events.size()=0, _refCount=1, _waitingAckQ.size()=0, _supportsACK=0
07-01-2013 13:51:05.570 +0200 DEBUG TcpOutputProc - Unregistering Channel for : source::E:\Logs<removed>.log.log|host::MFTD|mftlogs|:9997, oneTimeClient=0, _events.size()=1, _refCount=2, _waitingAckQ.size()=0, _supportsACK=0

Windows Eventlog still gets inserted into splunk, but not the logs.
Anyone ? 😞

0 Karma
1 Solution

ultima
Explorer

Thanks Ayn.

Date came in as

01/07/2013 15:05:29

Splunk thought is was 7th of januar.
Damn US date stamps.

Corrected this in the props.conf.
Added:

[mftlogs]
TIME_FORMAT = %d/%m/%Y %H:%M:%S

View solution in original post

0 Karma

ultima
Explorer

Thanks Ayn.

Date came in as

01/07/2013 15:05:29

Splunk thought is was 7th of januar.
Damn US date stamps.

Corrected this in the props.conf.
Added:

[mftlogs]
TIME_FORMAT = %d/%m/%Y %H:%M:%S
0 Karma

Ayn
Legend

I suspect this is a timestamp parsing issue. Splunk tries to guess what format the timestamp for a log event is in (unless you tell it explicitly what the format is), and sometimes it guesses wrong. If you do a realtime search you'll see all logs coming in regardless of what timestamp they're assigned, so that might be a thing to do for troubleshooting purposes.

Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...