Hi Splunk Community
We have created few whitelist in our inputs.conf file. It was all fine until i try to enter the following:
whitelist10=Type="Information" SourceName="Customer.Service" Message="*Request Info:ContactCustomer - CreateNewContact*"
Is there a limit to number of whitelist we can create?
Or what is the next correct key to use after whitelist9 ?
thanks!!
Azrad
Hi,
Yes there is limitation when you specify whitelist/blacklist for Windows Event Montitoring
https://docs.splunk.com/Documentation/Splunk/8.0.4/Admin/Inputsconf#Windows_Event_Log_Monitor
* Numbered whitelist settings are permitted from 1 to 9, so whitelist1 through
whitelist9 and blacklist1 through blacklist9 are supported.
* If no whitelist or blacklist rules are present, the input reads all events.
Hi,
Yes there is limitation when you specify whitelist/blacklist for Windows Event Montitoring
https://docs.splunk.com/Documentation/Splunk/8.0.4/Admin/Inputsconf#Windows_Event_Log_Monitor
* Numbered whitelist settings are permitted from 1 to 9, so whitelist1 through
whitelist9 and blacklist1 through blacklist9 are supported.
* If no whitelist or blacklist rules are present, the input reads all events.
hi @harsmarvania57
Thanks for the answer. We made some changes to our config and combined the whitelist where possible.