<?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 block one forwarder from sending? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64194#M12903</link>
    <description>&lt;P&gt;This is one way to do it but it consumes your indexer's resources to parse that data.  Cheaper to block it from ever getting to your indexer.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2013 19:07:41 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2013-11-21T19:07:41Z</dc:date>
    <item>
      <title>How do I block one forwarder from sending?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64190#M12899</link>
      <description>&lt;P&gt;I have an indexer getting data from 24 hosts. We were well within our quota&lt;BR /&gt;
until two hosts were added that, for whatever reason (misconfiguration, extremely&lt;BR /&gt;
busy, etc.) are sending many GB.  I have no control over these forwarders, I have to&lt;BR /&gt;
wait for their admins to fix/reconfigure them.  To keep from going over quota, I've&lt;BR /&gt;
disabled port 9997 on the indexer until I can touch base with those admins. But is&lt;BR /&gt;
there a way to stop accepting data from just those two offenders without shutting off&lt;BR /&gt;
the other 24 forwarders?  I'm at version 4.3, if that matters.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 12:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64190#M12899</guid>
      <dc:creator>kst</dc:creator>
      <dc:date>2012-02-03T12:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block one forwarder from sending?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64191#M12900</link>
      <description>&lt;P&gt;Need a little bit more information - are these hosts writing to a specific index?  Are there specific file source that's causing the issues?&lt;/P&gt;

&lt;P&gt;If you have the host, you can do something like this on the indexer side:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;transforms.conf:
[block_transform]
REGEX=DEBUG\s\[
DEST_KEY = queue
FORMAT = nullQueue

props.conf:
[host::yourservername]
TRANSFORMS-bad_log = block_transform
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This was taken from &lt;A href="http://splunk-base.splunk.com/answers/11617/route-unwanted-logs-to-a-null-queue"&gt;http://splunk-base.splunk.com/answers/11617/route-unwanted-logs-to-a-null-queue&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 13:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64191#M12900</guid>
      <dc:creator>Brian_Osburn</dc:creator>
      <dc:date>2012-02-03T13:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block one forwarder from sending?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64192#M12901</link>
      <description>&lt;P&gt;You could always block that host from port 9997 using iptables on the indexer ...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 14:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64192#M12901</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-02-03T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block one forwarder from sending?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64193#M12902</link>
      <description>&lt;P&gt;Thanks for the answers. FWIW, these were IIS logs being written to the default index.&lt;BR /&gt;
I used iptables to shut 'em down. &lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 14:48:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64193#M12902</guid>
      <dc:creator>kst</dc:creator>
      <dc:date>2012-02-03T14:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block one forwarder from sending?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64194#M12903</link>
      <description>&lt;P&gt;This is one way to do it but it consumes your indexer's resources to parse that data.  Cheaper to block it from ever getting to your indexer.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 19:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64194#M12903</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-11-21T19:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block one forwarder from sending?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64195#M12904</link>
      <description>&lt;P&gt;Splunk should have a configurable way to do this at the indexer level.  A rogue forwarder can easily take out an indexer by sending crap data or large volumes of data.    &lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 19:08:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-block-one-forwarder-from-sending/m-p/64195#M12904</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-11-21T19:08:54Z</dc:date>
    </item>
  </channel>
</rss>

