<?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 forwarder, syslog &amp; blacklist in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154853#M31471</link>
    <description>&lt;P&gt;I installed the splunkforwarder on a few machines, and added /var/log as a syslog source.  I overlooked the fact that there's freeradius accounting data in one of the subdirectories that I &lt;EM&gt;really&lt;/EM&gt; don't want in splunk.&lt;/P&gt;

&lt;P&gt;How do I get rid of it?&lt;BR /&gt;&lt;BR /&gt;
How do I tell the forwarder to ignore the subdirectory /var/log/freeradius/radacct and its subdirectories?&lt;/P&gt;</description>
    <pubDate>Wed, 07 May 2014 01:52:28 GMT</pubDate>
    <dc:creator>tinkster</dc:creator>
    <dc:date>2014-05-07T01:52:28Z</dc:date>
    <item>
      <title>forwarder, syslog &amp; blacklist</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154853#M31471</link>
      <description>&lt;P&gt;I installed the splunkforwarder on a few machines, and added /var/log as a syslog source.  I overlooked the fact that there's freeradius accounting data in one of the subdirectories that I &lt;EM&gt;really&lt;/EM&gt; don't want in splunk.&lt;/P&gt;

&lt;P&gt;How do I get rid of it?&lt;BR /&gt;&lt;BR /&gt;
How do I tell the forwarder to ignore the subdirectory /var/log/freeradius/radacct and its subdirectories?&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2014 01:52:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154853#M31471</guid>
      <dc:creator>tinkster</dc:creator>
      <dc:date>2014-05-07T01:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: forwarder, syslog &amp; blacklist</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154854#M31472</link>
      <description>&lt;P&gt;Hi tinkster,&lt;/P&gt;

&lt;P&gt;use a &lt;CODE&gt;blacklist&lt;/CODE&gt; in your monitor stanza in &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1/admin/inputsconf"&gt;inputs.conf&lt;/A&gt; like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;blacklist = /var/log/freeradius/radacct
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If &lt;CODE&gt;blacklist&lt;/CODE&gt; is set and the files path matches the specified regex from this input, they are NOT monitored.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2014 05:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154854#M31472</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-05-07T05:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: forwarder, syslog &amp; blacklist</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154855#M31473</link>
      <description>&lt;P&gt;Thanks for this part of the answer - this is what I did; specifically, blacklist = /var/log/freeradius/radacct/.*.&lt;/P&gt;

&lt;P&gt;Now - how do I get the accidentally indexed data deleted?  The search | delete seems to stop the data from showing up in searches, but the diskspace didn't get reclaimed.&lt;/P&gt;

&lt;P&gt;I don't quite understand whether "clean" will only cull unwanted index entries, or ALL index entries.&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2014 01:56:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154855#M31473</guid>
      <dc:creator>tinkster</dc:creator>
      <dc:date>2014-05-08T01:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: forwarder, syslog &amp; blacklist</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154856#M31474</link>
      <description>&lt;P&gt;Yes, &lt;CODE&gt;delete&lt;/CODE&gt; will no delete event from the index - they are only marked as 'unsearchable'.&lt;BR /&gt;
&lt;CODE&gt;clean&lt;/CODE&gt; will remove all events from a given index.&lt;BR /&gt;
You can find your options in this &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1/Indexer/RemovedatafromSplunk"&gt;http://docs.splunk.com/Documentation/Splunk/6.1/Indexer/RemovedatafromSplunk&lt;/A&gt; doc&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2014 04:32:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154856#M31474</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-05-08T04:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: forwarder, syslog &amp; blacklist</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154857#M31475</link>
      <description>&lt;P&gt;btw the entry in &lt;CODE&gt;blacklist&lt;/CODE&gt; is a regex and will be treated as such. In your case it tries to match &lt;CODE&gt;/var/log/freeradius/radacct/.*&lt;/CODE&gt; if you still encounter problems remove the &lt;CODE&gt;.*&lt;/CODE&gt; at the end&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2014 04:34:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarder-syslog-blacklist/m-p/154857#M31475</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-05-08T04:34:29Z</dc:date>
    </item>
  </channel>
</rss>

