<?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 Re: Manage UF blacklist and whitelist with DS in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/How-to-manage-UF-blacklist-and-whitelist-with-DS/m-p/652988#M2406</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249714" target="_blank"&gt;@SplunkExplorer&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Small correction. The eventcodes need to be comma separated. Thank you for accepting the answer.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[WinEventLog://Security]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;&lt;EM&gt;&amp;lt;other parameter&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;whitelist =&amp;nbsp;&lt;STRONG&gt;4624,4625&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 05:14:24 GMT</pubDate>
    <dc:creator>dhruv</dc:creator>
    <dc:date>2023-08-03T05:14:24Z</dc:date>
    <item>
      <title>How to manage UF blacklist and whitelist with DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/How-to-manage-UF-blacklist-and-whitelist-with-DS/m-p/650342#M2355</link>
      <description>&lt;P&gt;Hi Splunkers (I know, you starts to see my post too much on this blog...sorry!), I'm a bit confused about the management of blacklist and whitelist mechanism, for universal forwarders.&lt;/P&gt;
&lt;P&gt;As I wrote on others posts, we are managing a Splunk Cloud for a customer where we are completing, for Windows logs, the migration from WMI to UF. After installation completed, we want to manage those UF with a DS. Reading docs, I got that first step to say a Splunk host "Hey, you are a DS!" is to create the first app to be deployed on clients.&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/MSApp/2.0.4/MSInfra/Createthesendtoindexerapp" target="_self"&gt;Here&lt;/A&gt;&amp;nbsp;the example states about outputs.conf but, due we already linked UFs to our HF, we don't need that; we prefer to use the inputs.conf, cause we want manage blacklist and whitelist mechanism true DS.&lt;/P&gt;
&lt;P&gt;The confusing thing for me is: is I want to say to UF "Hey, collect only a subset of Windows Event Code ", I saw here on community some posts where people get struck with whitelist and its wa suggested to them to us bot parameters: whitelist and blacklist. What I don't understand is why this and, so, the final configuration.&lt;/P&gt;
&lt;P&gt;For Example, if I want to say on inputs.conf for Security logs "Hey, collect only 4624 and 4625" I will have something like that:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;[WinEventLog://Security]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;EM&gt;&amp;lt;other parameter&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;whitelist = &lt;STRONG&gt;?&lt;/STRONG&gt;&lt;BR /&gt;blacklist=&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 19:24:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/How-to-manage-UF-blacklist-and-whitelist-with-DS/m-p/650342#M2355</guid>
      <dc:creator>SplunkExplorer</dc:creator>
      <dc:date>2023-08-02T19:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Manage UF blacklist and whitelist with DS</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/How-to-manage-UF-blacklist-and-whitelist-with-DS/m-p/652893#M2403</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249714"&gt;@SplunkExplorer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes. So&amp;nbsp;&lt;SPAN&gt;if you want to collect only 4624 and 4625 event codes, Your inputs.conf will look like this :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[WinEventLog://Security]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;&lt;EM&gt;&amp;lt;other parameter&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;whitelist =&amp;nbsp;&lt;STRONG&gt;4624/4625&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will ensure only these two eventcodes are ingested and nothing else.&lt;/P&gt;&lt;P&gt;Here is a doc to understand it better -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.2/Admin/Inputsconf#Event_Log_filtering" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.2/Admin/Inputsconf#Event_Log_filtering&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.2/Admin/Inputsconf#Event_Log_allow_list_and_deny_list_formats" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.2/Admin/Inputsconf#Event_Log_allow_list_and_deny_list_formats&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 12:33:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/How-to-manage-UF-blacklist-and-whitelist-with-DS/m-p/652893#M2403</guid>
      <dc:creator>dhruv</dc:creator>
      <dc:date>2023-08-02T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Manage UF blacklist and whitelist with DS</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/How-to-manage-UF-blacklist-and-whitelist-with-DS/m-p/652988#M2406</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249714" target="_blank"&gt;@SplunkExplorer&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Small correction. The eventcodes need to be comma separated. Thank you for accepting the answer.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[WinEventLog://Security]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;&lt;EM&gt;&amp;lt;other parameter&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;whitelist =&amp;nbsp;&lt;STRONG&gt;4624,4625&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 05:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/How-to-manage-UF-blacklist-and-whitelist-with-DS/m-p/652988#M2406</guid>
      <dc:creator>dhruv</dc:creator>
      <dc:date>2023-08-03T05:14:24Z</dc:date>
    </item>
  </channel>
</rss>

