<?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 How do I configure Splunk Universal Forwarder with an Splunk Deployment Server to send only specific Windows Logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195644#M38906</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;i am new to splunk. I was already succesfull at intalling it and forwarding data (win Event logs) to it. Now i'm trying to restrict the forwarded data from Windows 2008 and Windows 2012 to only warnings and erros. To do this i'm using the splunk deployment Server and an deoployment app that contains only the Input.conf.&lt;/P&gt;

&lt;P&gt;Now to the Specs.&lt;BR /&gt;
Splunk Server Instance 6.2.3 running a Windows Server 2012R2 OS, it acts as indexer and deployment Server.&lt;BR /&gt;
The data comes from Splunk Universal Forwarder 6.2.3 installed on Windows Server 2012 and 2008.&lt;/P&gt;

&lt;P&gt;The Input.conf I'm deploying in the app is like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]
disabled = 0

[WinEventLog://Application]
disabled=0
blacklist= Type="Information"
index = main

[WinEventLog://Security]
disabled=0
blacklist= Keywords="Audit Success" Type="Information"
index = main

[WinEventLog://System]
disabled=0
blacklist= Type="Information"
index = main

[WinEventLog://Setup]
disabled = 0
blacklist= Type="Information"
index = main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I created an app in with this structure on the deployment server&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\&lt;/CODE&gt;                                                      _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Default&lt;/CODE&gt;                                         _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Default\Input.conf&lt;/CODE&gt;                      _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Local&lt;/CODE&gt;                                              _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Local\app.conf --&amp;amp;gt; leere Datei&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I have successfully deployed this app to the forwarder and i know that somthing is changed by this because after the deployment i dont receive any logs even thought on Servers are log generated there the blacklisting does not apply.&lt;BR /&gt;
I created the deployment Setup based on this site &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Monitorwindowsdata/+%22Monitoring+Windows+Logs"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Monitorwindowsdata/+"Monitoring+Windows+Logs&lt;/A&gt; and this site &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Updating/Extendedexampledeployseveralstandardforwarders"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Updating/Extendedexampledeployseveralstandardforwarders&lt;/A&gt;&lt;BR /&gt;
When i remove the blacklisting from the conf it works and i havent found a solution on this site yet.&lt;BR /&gt;
Therefore the question.&lt;/P&gt;

&lt;P&gt;Thanks in advance for the help&lt;BR /&gt;
Ludwig_MDC&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2015 14:39:06 GMT</pubDate>
    <dc:creator>Ludwig_MDC</dc:creator>
    <dc:date>2015-07-08T14:39:06Z</dc:date>
    <item>
      <title>How do I configure Splunk Universal Forwarder with an Splunk Deployment Server to send only specific Windows Logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195644#M38906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;i am new to splunk. I was already succesfull at intalling it and forwarding data (win Event logs) to it. Now i'm trying to restrict the forwarded data from Windows 2008 and Windows 2012 to only warnings and erros. To do this i'm using the splunk deployment Server and an deoployment app that contains only the Input.conf.&lt;/P&gt;

&lt;P&gt;Now to the Specs.&lt;BR /&gt;
Splunk Server Instance 6.2.3 running a Windows Server 2012R2 OS, it acts as indexer and deployment Server.&lt;BR /&gt;
The data comes from Splunk Universal Forwarder 6.2.3 installed on Windows Server 2012 and 2008.&lt;/P&gt;

&lt;P&gt;The Input.conf I'm deploying in the app is like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]
disabled = 0

[WinEventLog://Application]
disabled=0
blacklist= Type="Information"
index = main

[WinEventLog://Security]
disabled=0
blacklist= Keywords="Audit Success" Type="Information"
index = main

[WinEventLog://System]
disabled=0
blacklist= Type="Information"
index = main

[WinEventLog://Setup]
disabled = 0
blacklist= Type="Information"
index = main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I created an app in with this structure on the deployment server&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\&lt;/CODE&gt;                                                      _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Default&lt;/CODE&gt;                                         _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Default\Input.conf&lt;/CODE&gt;                      _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Local&lt;/CODE&gt;                                              _&lt;BR /&gt;
&lt;CODE&gt;C:\Program Files\Splunk\etc\deployment-apps\&amp;amp;lt;app_name&amp;amp;gt;\Local\app.conf --&amp;amp;gt; leere Datei&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I have successfully deployed this app to the forwarder and i know that somthing is changed by this because after the deployment i dont receive any logs even thought on Servers are log generated there the blacklisting does not apply.&lt;BR /&gt;
I created the deployment Setup based on this site &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Monitorwindowsdata/+%22Monitoring+Windows+Logs"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Monitorwindowsdata/+"Monitoring+Windows+Logs&lt;/A&gt; and this site &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Updating/Extendedexampledeployseveralstandardforwarders"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Updating/Extendedexampledeployseveralstandardforwarders&lt;/A&gt;&lt;BR /&gt;
When i remove the blacklisting from the conf it works and i havent found a solution on this site yet.&lt;BR /&gt;
Therefore the question.&lt;/P&gt;

&lt;P&gt;Thanks in advance for the help&lt;BR /&gt;
Ludwig_MDC&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195644#M38906</guid>
      <dc:creator>Ludwig_MDC</dc:creator>
      <dc:date>2015-07-08T14:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Splunk Universal Forwarder with an Splunk Deployment Server to send only specific Windows Logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195645#M38907</link>
      <description>&lt;P&gt;According to the docs at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/MonitorWindowsdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/MonitorWindowsdata&lt;/A&gt;, "Type" is a numeric value, not text, and I'm not sure it does the right thing with text.   So, as per the blurb below's MS link, try &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;blacklist= Type=3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Copied here for reference:&lt;BR /&gt;
A numeric value that represents one of the the five types of events that can be logged ("Error", "Warning", "Information", "Success Audit", and "Failure Audit".) Only available on server machines that run Windows Server 2008 or later, or clients that run Windows Vista or later. See "Win32_NTLogEvent class (Windows)" (&lt;A href="http://msdn.microsoft.com/en-us/library/aa394226(v=vs.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/aa394226(v=vs.85).aspx&lt;/A&gt;) on MSDN. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:46:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195645#M38907</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2015-07-09T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Splunk Universal Forwarder with an Splunk Deployment Server to send only specific Windows Logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195646#M38908</link>
      <description>&lt;P&gt;i already tried that and it diddn't work. When you Clink on the link to the Microsoft site you will see that Type is a String value and therefore probably text.&lt;BR /&gt;
By the way the blacklist works with &lt;CODE&gt;Type="Information"&lt;/CODE&gt;, i honestly dont know why it didn't work yesterday.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 06:48:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195646#M38908</guid>
      <dc:creator>Ludwig_MDC</dc:creator>
      <dc:date>2015-07-10T06:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Splunk Universal Forwarder with an Splunk Deployment Server to send only specific Windows Logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195647#M38909</link>
      <description>&lt;P&gt;Problem is solved.&lt;/P&gt;

&lt;P&gt;i dont know why it didn't work before but who cares.&lt;/P&gt;

&lt;P&gt;all i changed was &lt;CODE&gt;blacklist= Keywords="Audit Success" Type="Information"&lt;/CODE&gt; to&lt;BR /&gt;
&lt;CODE&gt;blacklist= Type="Information" Keywords="Audit Success"&lt;/CODE&gt;  maybe that was it but i also tried that yesterday and it didn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 07:14:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-Universal-Forwarder-with-an-Splunk/m-p/195647#M38909</guid>
      <dc:creator>Ludwig_MDC</dc:creator>
      <dc:date>2015-07-10T07:14:44Z</dc:date>
    </item>
  </channel>
</rss>

