- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Having trouble with CRC, I set my inputs to use crcSalt =
However, I still get this error: ignored file (crc conflict, needs crcSalt) for this file:
E:\Log Files\com.chexweb.library_logs_2010\ex100110.log
If the path is unique, why is there a crc conflict? Here's a copy of my inputs.conf:
[monitor://E:\Log Files\com.chexweb.w3_logs_2010]
followTail = 0
crcSalt =
index=iis_com-chexweb-www
[monitor://E:\Log Files\com.chexweb.library_logs_2010]
followTail = 0
crcSalt =
index=iis_com-chexweb-library
[monitor://E:\Log Files\com.chexweb.courses_logs_2010]
followTail = 0
crcSalt =
index=iis_com-chexweb-courses
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Did you use
crcSalt = <SOURCE>
or
crcSalt = <source>
? The former, with capitals, is required
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Did you use
crcSalt = <SOURCE>
or
crcSalt = <source>
? The former, with capitals, is required
