<?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: Forwarder won't stop forwarding in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349519#M20163</link>
    <description>&lt;P&gt;Could you go into a bit more detail on how you managed it? Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2017 08:52:48 GMT</pubDate>
    <dc:creator>horsefez</dc:creator>
    <dc:date>2017-11-03T08:52:48Z</dc:date>
    <item>
      <title>Forwarder won't stop forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349514#M20158</link>
      <description>&lt;P&gt;A strange issue is happening, a few of our forwarders are sending a massive amount of data (wineventlog:security) to Splunk. I've tried to remove the Windows_TA_Splunk from the forwarders but they keep sending their eventlogs regardless. &lt;/P&gt;

&lt;P&gt;I've tried restarting them several times but they don't stop sending data even though they don't have any received apps. Anyone know how to make them stop sending the wineventlog?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:36:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349514#M20158</guid>
      <dc:creator>mmoermans</dc:creator>
      <dc:date>2020-09-29T16:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder won't stop forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349515#M20159</link>
      <description>&lt;P&gt;Try to run btool command to see if that eventlog monitoring is enabled elsewhere.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;bin/splunk cmd btool inputs list wineventlog:security --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it shows enabled at path other than TA apps, disabled from that place as well (and restart)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349515#M20159</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-11-02T15:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder won't stop forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349516#M20160</link>
      <description>&lt;P&gt;Are they deployments clients? If so they would keep getting updated with the enabled inputs settings even though you are manually changing at the source. You may need to make a new copy of the TA and and setup a separate server class excluding those from the main server class and including in the non security input server class. &lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 00:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349516#M20160</guid>
      <dc:creator>jgbricker</dc:creator>
      <dc:date>2017-11-03T00:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder won't stop forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349517#M20161</link>
      <description>&lt;P&gt;I had a similar experience recently at &lt;A href="https://answers.splunk.com/answers/583863/where-does-the-forwarder-enqueue-files.html"&gt;Where does the forwarder enqueue files?&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;My experience was -&lt;/P&gt;

&lt;P&gt;-- It is the universal forwarder reading the files. I think it's TailReader versus BatchReader. What I see is that TailReader is real-time versus BatchReader which is not and also we don't seem to have control of the pending batches.&lt;/P&gt;

&lt;P&gt;So, when the forwarder was in this BatchReader mode, the only way to stop it was to uninstall and reinstall the forwarder.&lt;/P&gt;

&lt;P&gt;Maybe you are in a similar situation... &lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 01:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349517#M20161</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-11-03T01:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder won't stop forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349518#M20162</link>
      <description>&lt;P&gt;Solved by making a copy of Splunk_TA_Windows called Splunk_TA_Vindows (Using the letter V since it's earlier in alphabet and would take precedent) and disabling wineventlog:security in it, pushing that to the forwarder.&lt;/P&gt;

&lt;P&gt;Even though I had removed the client from the Serverclass for windows eventlog it hadn't removed the app for some reason and only stopped after pushing a new app (Splunk_TA_Vindows) above it which disabled the winsecurity logging.&lt;/P&gt;

&lt;P&gt;Seems to be a bug for forwarders on 6.3.1., best fix would be to update the forwarder but wasn't possible in this case.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349518#M20162</guid>
      <dc:creator>mmoermans</dc:creator>
      <dc:date>2020-09-29T16:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder won't stop forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349519#M20163</link>
      <description>&lt;P&gt;Could you go into a bit more detail on how you managed it? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 08:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-won-t-stop-forwarding/m-p/349519#M20163</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-11-03T08:52:48Z</dc:date>
    </item>
  </channel>
</rss>

