I'm not sure if the crcSalt is necessarily the problem. I would try setting a "whitelist" attribute for the inputs stanza to only allow for files ending in ".log" to be monitored. It takes a regular expression, so something like whitelist = \.log$ This would filter out the log.swp files. Also this method would preserve the stanza header. You can create this stanza in local/inputs.conf and just set the whitelist attribute there, while still being able to upgrade the add-on later if there's any changes to default/inputs.conf.
... View more