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.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[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 ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...