<?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 remove Security event logs as one of my data inputs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-Security-event-logs-as-one-of-my-data-inputs/m-p/93380#M19425</link>
    <description>&lt;P&gt;When I had initiall installed my forwarder I selected "security" as one of my inputs. Now I want to remove this as an input.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2012 15:23:12 GMT</pubDate>
    <dc:creator>aywong</dc:creator>
    <dc:date>2012-10-17T15:23:12Z</dc:date>
    <item>
      <title>How do I remove Security event logs as one of my data inputs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-Security-event-logs-as-one-of-my-data-inputs/m-p/93380#M19425</link>
      <description>&lt;P&gt;When I had initiall installed my forwarder I selected "security" as one of my inputs. Now I want to remove this as an input.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 15:23:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-Security-event-logs-as-one-of-my-data-inputs/m-p/93380#M19425</guid>
      <dc:creator>aywong</dc:creator>
      <dc:date>2012-10-17T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove Security event logs as one of my data inputs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-Security-event-logs-as-one-of-my-data-inputs/m-p/93381#M19426</link>
      <description>&lt;P&gt;Assuming you are talking windows here...&lt;/P&gt;

&lt;P&gt;There will be an &lt;CODE&gt;inputs.conf&lt;/CODE&gt; with the Splunk directory on the forwarder. This could be in a system location or an application, so either (where &lt;CODE&gt;$SPLUNK_HOME&lt;/CODE&gt; is the Splunk installation directory (e.g. &lt;CODE&gt;D:\Program Files\Splunk\&lt;/CODE&gt;)):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME\etc\system\local\inputs.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME\etc\apps\&amp;lt;appName&amp;gt;\default\inputs.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME\etc\apps\&amp;lt;appName&amp;gt;\local\inputs.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this file (should be easy to find in windows) there will probably be something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
disabled = 0 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There may be some extra parameters, but you will need to change the "&lt;CODE&gt;disabled = 0&lt;/CODE&gt;" to "&lt;CODE&gt;disabled = 1&lt;/CODE&gt;". E.g:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
disabled = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will disable that input, you will then need to restart Splunk on the forwarder to make sure that changes are applied.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 16:03:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-Security-event-logs-as-one-of-my-data-inputs/m-p/93381#M19426</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-10-17T16:03:09Z</dc:date>
    </item>
  </channel>
</rss>

