Monitoring Splunk

Splunk 6 not reading all files in a folder

somesoni2
Revered Legend

Hi All,

I have created a java program which is generating 20 log files whose names are like this.

l1DebugQueue.log
l2DebugQueue.log
l3DebugQueue.log
....
....
l10DebugQueue.log
l11DebugQueue.log
l12DebugQueue.log
....
....
l20DebugQueue.log
l11DebugQueue.log

I have configured splunk to monitor the folder, but Splunk was not reading any of the file. In _internal index splunkkd logs, I see lot of error messages says

File will not be read, seekptr checksum did not match

Upon googling, I found solution to add following to inputs.conf

 crcSalt = <SOURCE>

Restared splunk after that and now SPlunk is reading 9 files only out of 20 and still seeing the errors in _internal index.

Any idea what can be tried next?

Thanks in advanced.

Tags (2)
0 Karma
1 Solution

rahulroy_splunk
Path Finder

The error you mentioned generally happens if first few character of the files matches even though the file names are different. So first check if first few characters (say 100) are same across all files, if yes then, one option would be add a file header for each file which is unique for each file (file name with some timestamp value should do for you). Splunk should be able to read all files after this without using crcSalt.

View solution in original post

rahulroy_splunk
Path Finder

The error you mentioned generally happens if first few character of the files matches even though the file names are different. So first check if first few characters (say 100) are same across all files, if yes then, one option would be add a file header for each file which is unique for each file (file name with some timestamp value should do for you). Splunk should be able to read all files after this without using crcSalt.

somesoni2
Revered Legend

This worked.

0 Karma
Get Updates on the Splunk Community!

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...