<?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 force a universal forwarder to reindex all its inputs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/586401#M103091</link>
    <description>&lt;P&gt;is there a way to clear fishbucket&amp;nbsp; without reindexing? In one of the old UF , fishbucket file has occupied complete disk space and i need to clear the file to run Splunk again.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 12:03:09 GMT</pubDate>
    <dc:creator>spl_unker</dc:creator>
    <dc:date>2022-02-24T12:03:09Z</dc:date>
    <item>
      <title>How do I force a universal forwarder to reindex all its inputs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209496#M41265</link>
      <description>&lt;P&gt;All, &lt;/P&gt;

&lt;P&gt;Is there a way to make a Universal Forwarder reindex all its inputs? &lt;/P&gt;

&lt;P&gt;thanks&lt;BR /&gt;
-Daniel &lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 22:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209496#M41265</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2016-06-13T22:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I force a universal forwarder to reindex all its inputs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209497#M41266</link>
      <description>&lt;P&gt;Reset the &lt;CODE&gt;fishbucket&lt;/CODE&gt; with &lt;CODE&gt;btprobe&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Troubleshooting/CommandlinetoolsforusewithSupport"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Troubleshooting/CommandlinetoolsforusewithSupport&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 22:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209497#M41266</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-13T22:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I force a universal forwarder to reindex all its inputs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209498#M41267</link>
      <description>&lt;P&gt;A sensational explanation at &lt;A href="https://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder.html"&gt;How to reindex data from a forwarder&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 23:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209498#M41267</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-06-13T23:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I force a universal forwarder to reindex all its inputs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209499#M41268</link>
      <description>&lt;P&gt;Hi daniel333,&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;btool&lt;/CODE&gt; is used to view or validate Splunk config files. &lt;BR /&gt;
Probably &lt;CODE&gt;btprobe&lt;/CODE&gt; was meant in the previous answer, which enables you to remove fish bucket information for a specific file. &lt;BR /&gt;
Easiest way to re-index all inputs on a universal forwarder is to delete the fish bucket index while Splunk UF is stopped:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; $SPLUNK_HOME/bin/splunk stop
 rm -rf $SPLUNK_HOME/var/lib/splunk/fishbucket
 $SPLUNK_HOME/bin/splunk start
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk will re-create the fish bucket index and immediately re-index all the inputs on your universal forwarder, so watch out for your license usage &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 02:06:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209499#M41268</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-06-14T02:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I force a universal forwarder to reindex all its inputs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209500#M41269</link>
      <description>&lt;P&gt;404 -- not found&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 22:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/209500#M41269</guid>
      <dc:creator>vpassaro</dc:creator>
      <dc:date>2019-01-16T22:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I force a universal forwarder to reindex all its inputs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/586401#M103091</link>
      <description>&lt;P&gt;is there a way to clear fishbucket&amp;nbsp; without reindexing? In one of the old UF , fishbucket file has occupied complete disk space and i need to clear the file to run Splunk again.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 12:03:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-force-a-universal-forwarder-to-reindex-all-its-inputs/m-p/586401#M103091</guid>
      <dc:creator>spl_unker</dc:creator>
      <dc:date>2022-02-24T12:03:09Z</dc:date>
    </item>
  </channel>
</rss>

