My inputs.conf is configured to monitor a directory with may different subfolders, and each contains different types of log files. Is there a way I can make crcSalt only apply to a certain subfolder or file type?
For example, here is my inputs.conf entry:
[monitor://c:\var\log\data\]
disabled = false
index = logdata
If I add crcSalt = <SOURCE> here, it will apply to all input files within the c:\var\log\data folder. But what if I only want it to apply to files in the the c:\var\log\data\program subfolder? (I have too many subfolders to define inputs.conf entries for each one).
Is there a way I can make crcSalt only apply to a specific folder or file within my input directory?
... View more