<?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 Whitelist/Blacklist Event ID using Forwarder Management in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Whitelist-Blacklist-Event-ID-using-Forwarder-Management/m-p/380536#M93909</link>
    <description>&lt;P&gt;I am running Splunk Enterprise 7.1.1 and testing how the Forwarder Management uses the Serverclass.conf for Event ID whitelisting / blacklisting. I created a folder directory "winevt" in the $SPLUNK_HOME/etc/deployment-apps folder to enable the "winevt" App. I created a server class called "PROD" and moved 1 machine over to it. I then created a default directory with a "inputs.conf" file in this path $SPLUNK_HOME/etc/deployment-apps/winevt. I'd like to test whitelisting only event id 4625 from the windows security logs &lt;BR /&gt;
so I modified the "inputs.conf" file which contains:&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
disabled=0&lt;/P&gt;

&lt;H1&gt;only index events with these event IDs.&lt;/H1&gt;

&lt;P&gt;whitelist = EventCode=4625&lt;BR /&gt;
blacklist = EventCode=4624,4634,4648,4670,4672&lt;/P&gt;

&lt;P&gt;On the universal forwarder, i do see that this file appears from C:\Program Files\SplunkUniversalForwarder\etc\apps\winevt\default. However, I do not see any security logs being forwarded to my indexer. Any ideas on what i'm doing wrong?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 21:57:04 GMT</pubDate>
    <dc:creator>jonsantos</dc:creator>
    <dc:date>2020-09-29T21:57:04Z</dc:date>
    <item>
      <title>Whitelist/Blacklist Event ID using Forwarder Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Whitelist-Blacklist-Event-ID-using-Forwarder-Management/m-p/380536#M93909</link>
      <description>&lt;P&gt;I am running Splunk Enterprise 7.1.1 and testing how the Forwarder Management uses the Serverclass.conf for Event ID whitelisting / blacklisting. I created a folder directory "winevt" in the $SPLUNK_HOME/etc/deployment-apps folder to enable the "winevt" App. I created a server class called "PROD" and moved 1 machine over to it. I then created a default directory with a "inputs.conf" file in this path $SPLUNK_HOME/etc/deployment-apps/winevt. I'd like to test whitelisting only event id 4625 from the windows security logs &lt;BR /&gt;
so I modified the "inputs.conf" file which contains:&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
disabled=0&lt;/P&gt;

&lt;H1&gt;only index events with these event IDs.&lt;/H1&gt;

&lt;P&gt;whitelist = EventCode=4625&lt;BR /&gt;
blacklist = EventCode=4624,4634,4648,4670,4672&lt;/P&gt;

&lt;P&gt;On the universal forwarder, i do see that this file appears from C:\Program Files\SplunkUniversalForwarder\etc\apps\winevt\default. However, I do not see any security logs being forwarded to my indexer. Any ideas on what i'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:57:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Whitelist-Blacklist-Event-ID-using-Forwarder-Management/m-p/380536#M93909</guid>
      <dc:creator>jonsantos</dc:creator>
      <dc:date>2020-09-29T21:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Whitelist/Blacklist Event ID using Forwarder Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Whitelist-Blacklist-Event-ID-using-Forwarder-Management/m-p/380537#M93910</link>
      <description>&lt;P&gt;I have configured my \etc\system\local\inputs.conf as follows:&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;whitelist = EventCode="4625" &lt;/P&gt;

&lt;P&gt;The above whitelist only forwards event ID 4625 log events to my collector.  I did not have to blacklist any other event IDs.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Whitelist-Blacklist-Event-ID-using-Forwarder-Management/m-p/380537#M93910</guid>
      <dc:creator>sswigart</dc:creator>
      <dc:date>2020-01-24T17:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Whitelist/Blacklist Event ID using Forwarder Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Whitelist-Blacklist-Event-ID-using-Forwarder-Management/m-p/380538#M93911</link>
      <description>&lt;P&gt;Hi dyude @jonsantos ,&lt;BR /&gt;
Can u try this,&lt;/P&gt;

&lt;P&gt;On the deployment server create an inputs.conf file in the local diretory of winevt app( &lt;STRONG&gt;$SPLUNK_HOME/etc/deployment-apps/winevt/local/inputs.conf&lt;/STRONG&gt;) and then try pushing the file.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0
whitelist1 = EventCode=4625
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;An inputs.conf should get created in local directory of winevt app in the forwarder(&lt;STRONG&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\winevt\local\inputs.conf&lt;/STRONG&gt; ). Check the permission of the inputs.conf file in forwarder.&lt;/P&gt;

&lt;P&gt;Search the logs with the given index name(if any). &lt;/P&gt;

&lt;P&gt;Let me know if this helps&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2020 20:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Whitelist-Blacklist-Event-ID-using-Forwarder-Management/m-p/380538#M93911</guid>
      <dc:creator>vinod94</dc:creator>
      <dc:date>2020-01-26T20:29:06Z</dc:date>
    </item>
  </channel>
</rss>

