<?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: How do I tell my Light Forwarder to stop forwarding internal logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17021#M2118</link>
    <description>&lt;P&gt;In version 4.1.x, the Splunk Light Forwarder app is now configured to send internal logs to the indexer.  To disable this, you can create an inputs.conf setting on the Forwarding machine that turns off these inputs.  If you have a custom app that sets your inputs.conf on the forwarder, then you can add the following line to the local settings within that app.  Otherwise, you should create a $SPLUNK_HOME/etc/apps/SplunkLightForwarder/local/inputs.conf file that contains the following lines:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/var/log/splunk]
disabled = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You may also individually disable each occurrence:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/var/log/splunk/metrics.log]
disabled = true

[monitor://$SPLUNK_HOME/var/log/splunk/splunkd.log]
disabled = true

[monitor://$SPLUNK_HOME/var/log/splunk/license_audit.log]
disabled = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note: when running "splunk list monitor", you will still see these files as being monitored even though they are disabled.   &lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2010 23:55:55 GMT</pubDate>
    <dc:creator>Simeon</dc:creator>
    <dc:date>2010-07-08T23:55:55Z</dc:date>
    <item>
      <title>How do I tell my Light Forwarder to stop forwarding internal logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17020#M2117</link>
      <description>&lt;P&gt;I have enabled the SplunkLightForwarder app and it sends internal logs to my indexers.  Is there a way for me to stop the logs from being sent?  &lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2010 23:52:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17020#M2117</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-07-08T23:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell my Light Forwarder to stop forwarding internal logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17021#M2118</link>
      <description>&lt;P&gt;In version 4.1.x, the Splunk Light Forwarder app is now configured to send internal logs to the indexer.  To disable this, you can create an inputs.conf setting on the Forwarding machine that turns off these inputs.  If you have a custom app that sets your inputs.conf on the forwarder, then you can add the following line to the local settings within that app.  Otherwise, you should create a $SPLUNK_HOME/etc/apps/SplunkLightForwarder/local/inputs.conf file that contains the following lines:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/var/log/splunk]
disabled = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You may also individually disable each occurrence:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/var/log/splunk/metrics.log]
disabled = true

[monitor://$SPLUNK_HOME/var/log/splunk/splunkd.log]
disabled = true

[monitor://$SPLUNK_HOME/var/log/splunk/license_audit.log]
disabled = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note: when running "splunk list monitor", you will still see these files as being monitored even though they are disabled.   &lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2010 23:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17021#M2118</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-07-08T23:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell my Light Forwarder to stop forwarding internal logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17022#M2119</link>
      <description>&lt;P&gt;I attempted to disable the logging with $SPLUNK_HOME/var/log/splunk but it did not change anything.&lt;/P&gt;

&lt;P&gt;I currently have problems with 2 x Windows 2008 with UAC enabled. Other Windows 2003 and 2008 WITHOUT UAC are fine. This leads me to believe it is the problem of the forwarder itself. I also tried to install forwarder with administrator rights. Unfortunately nothing has helped so far.&lt;/P&gt;

&lt;P&gt;I tried Universal Forwarder 6.2.2, 6.2.4, and the server is 6.2.2.&lt;/P&gt;

&lt;P&gt;Does anyone have similar issue?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2015 04:51:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17022#M2119</guid>
      <dc:creator>fuyong518</dc:creator>
      <dc:date>2015-08-03T04:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell my Light Forwarder to stop forwarding internal logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17023#M2120</link>
      <description>&lt;P&gt;i suggest you ask this question as a separate question; the question you're commenting on is 5 years old. &lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2015 05:36:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17023#M2120</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2015-08-03T05:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell my Light Forwarder to stop forwarding internal logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17024#M2121</link>
      <description>&lt;P&gt;I am a new user and I can't post more than 2 comments on my first day. Is there any way to grant me permission to post more?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2015 05:44:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-tell-my-Light-Forwarder-to-stop-forwarding-internal/m-p/17024#M2121</guid>
      <dc:creator>fuyong518</dc:creator>
      <dc:date>2015-08-03T05:44:37Z</dc:date>
    </item>
  </channel>
</rss>

