<?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: Is it possible to add an item to the whitelist in just one specific client in a server class? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243438#M47176</link>
    <description>&lt;P&gt;Try using advanced filtering.  Create a second whitelist that filters based on EventCode and ComputerName.  Set ComputerName to the name of the client that you want to log the event.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = default&lt;BR /&gt;
whitelist=4618,4621,4624,4625,4634,4649,4675,4692,4693,4706,4719,4720,4722-4735,4737,4738,4740,4744-4762,4765-4766,4794,4897,4964,1102,4648,5038,6281&lt;BR /&gt;
whitelist1=EventCode="2000" ComputerName="insert name of client here"&lt;/P&gt;

&lt;P&gt;Or you could create a new app that contains whitelist1 for event code 2000, and only apply it to the single client.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
whitelist1=EventCode="2000"&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 16:02:14 GMT</pubDate>
    <dc:creator>spayneort</dc:creator>
    <dc:date>2016-05-12T16:02:14Z</dc:date>
    <item>
      <title>Is it possible to add an item to the whitelist in just one specific client in a server class?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243433#M47171</link>
      <description>&lt;P&gt;I have a server class (wineventlog) that has a whitelist in the inputs.conf. It looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0
index = default
whitelist=4618,4621,4624,4625,4634,4649,4675,4692,4693,4706,4719,4720,4722-4735,4737,4738,4740,4744-4762,4765-4766,4794,4897,4964,1102,4648,5038,6281
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This applies to all 14 clients in this server class. However, I want to add "2000" to the whitelist, but I need it in only one client out of the 14. Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 03:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243433#M47171</guid>
      <dc:creator>JoanHorikawa</dc:creator>
      <dc:date>2016-05-12T03:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to add an item to the whitelist in just one specific client in a server class?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243434#M47172</link>
      <description>&lt;P&gt;Not that I can think of.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 04:33:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243434#M47172</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-12T04:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to add an item to the whitelist in just one specific client in a server class?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243435#M47173</link>
      <description>&lt;P&gt;Can't think of any native method, but you can try these work arounds&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Create two copy of the app, one with current whitelist and one with additional 2000 to whitelist. Deploy current one to 13 servers and new (with additional whitelist) to that 1 server [probably easy]&lt;/LI&gt;
&lt;LI&gt;Add 2000 to whitelist in the current app. On indexer side, create a transform to route the event to nullQueue if the host is not that one client (more complex)&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 12 May 2016 07:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243435#M47173</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-12T07:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to add an item to the whitelist in just one specific client in a server class?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243436#M47174</link>
      <description>&lt;P&gt;I'd vote for option 1 - although if you don't already know about the nullQueue then do option 2 as it will be a useful exercise&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 08:38:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243436#M47174</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2016-05-12T08:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to add an item to the whitelist in just one specific client in a server class?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243437#M47175</link>
      <description>&lt;P&gt;I would also do option 1.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 13:15:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243437#M47175</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2016-05-12T13:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to add an item to the whitelist in just one specific client in a server class?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243438#M47176</link>
      <description>&lt;P&gt;Try using advanced filtering.  Create a second whitelist that filters based on EventCode and ComputerName.  Set ComputerName to the name of the client that you want to log the event.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = default&lt;BR /&gt;
whitelist=4618,4621,4624,4625,4634,4649,4675,4692,4693,4706,4719,4720,4722-4735,4737,4738,4740,4744-4762,4765-4766,4794,4897,4964,1102,4648,5038,6281&lt;BR /&gt;
whitelist1=EventCode="2000" ComputerName="insert name of client here"&lt;/P&gt;

&lt;P&gt;Or you could create a new app that contains whitelist1 for event code 2000, and only apply it to the single client.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
whitelist1=EventCode="2000"&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 16:02:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-add-an-item-to-the-whitelist-in-just-one/m-p/243438#M47176</guid>
      <dc:creator>spayneort</dc:creator>
      <dc:date>2016-05-12T16:02:14Z</dc:date>
    </item>
  </channel>
</rss>

