<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Why isn't whitelisting for universal forwarder working in Splunk v6.6.3? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358178#M65390</link>
    <description>&lt;P&gt;I am using UF 6.6.3.0 on my domain controller and following is my inputs.conf. The whitelisting part is not working I am seeing all event codes.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = newest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
evt_resolve_ad_obj = 0&lt;BR /&gt;
checkpointInterval = 5&lt;/P&gt;

&lt;H1&gt;only index events with these event IDs.&lt;/H1&gt;

&lt;P&gt;whitelist = 4723,4724,4740,4782&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
renderXml=false&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:56:53 GMT</pubDate>
    <dc:creator>hrithiktej</dc:creator>
    <dc:date>2020-09-29T15:56:53Z</dc:date>
    <item>
      <title>Why isn't whitelisting for universal forwarder working in Splunk v6.6.3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358178#M65390</link>
      <description>&lt;P&gt;I am using UF 6.6.3.0 on my domain controller and following is my inputs.conf. The whitelisting part is not working I am seeing all event codes.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = newest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
evt_resolve_ad_obj = 0&lt;BR /&gt;
checkpointInterval = 5&lt;/P&gt;

&lt;H1&gt;only index events with these event IDs.&lt;/H1&gt;

&lt;P&gt;whitelist = 4723,4724,4740,4782&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
renderXml=false&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358178#M65390</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2020-09-29T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't whitelisting for universal forwarder working in Splunk v6.6.3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358179#M65391</link>
      <description>&lt;P&gt;Hi hrithiktej,&lt;BR /&gt;
in whitelist you have to insert regexes (see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf&lt;/A&gt; ).&lt;BR /&gt;
So in your case, if 4723,4724,4740,4782 are only numbers, try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;whitelist = 4723|4724|4740|4782
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;if they are EventCodes, try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;whitelist = EventCode\=4723|EventCode\=4724|EventCode\=4740|EventCode\=4782
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(check if in your events EvenCode is written as EventCode or EventID)&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358179#M65391</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-26T10:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't whitelisting for universal forwarder working in Splunk v6.6.3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358180#M65392</link>
      <description>&lt;P&gt;I figured this out here is my new inputs.conf.&lt;/P&gt;

&lt;P&gt;IF YOU DONT TYPE blacklist it will not understand whitelist&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = newest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
evt_resolve_ad_obj = 0&lt;BR /&gt;
checkpointInterval = 5&lt;/P&gt;

&lt;H1&gt;only index events with these event IDs.&lt;/H1&gt;

&lt;P&gt;whitelist = 4723,4724,4740,4782&lt;/P&gt;

&lt;H1&gt;exclude these event IDs from being indexed.&lt;/H1&gt;

&lt;P&gt;blacklist = 1100-8191&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
renderXml=false&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:56:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358180#M65392</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2020-09-29T15:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't whitelisting for universal forwarder working in Splunk v6.6.3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358181#M65393</link>
      <description>&lt;P&gt;thanks for your reply .please check my resolution for this issue below&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-whitelisting-for-universal-forwarder-working-in-Splunk/m-p/358181#M65393</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2017-09-26T10:33:49Z</dc:date>
    </item>
  </channel>
</rss>

