<?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: log does not forward to indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199331#M39470</link>
    <description>&lt;P&gt;@SplunkCSIT, I agree - I feel this was not that time though. I'm more than happy to help you, but that's very hard without getting details on your case. Splunk is a complex product and depending on how exactly you've configured it it can behave very differently, so it's crucial that you provide us with details.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Mar 2014 08:10:33 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2014-03-26T08:10:33Z</dc:date>
    <item>
      <title>log does not forward to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199326#M39465</link>
      <description>&lt;P&gt;i did not configure the indexer server properly initially hence the log is indexed locally. After i configured the indexer server correctly, the forwarder did not forward the data over to indexer and was also not index locally. What happen and how to resolve this?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199326#M39465</guid>
      <dc:creator>SplunkCSIT</dc:creator>
      <dc:date>2014-03-26T05:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: log does not forward to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199327#M39466</link>
      <description>&lt;P&gt;post your configuration? i think it's a heavy forwarder and if output is set for another indexer and not set to indexandforward then it will not index anything locally.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:32:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199327#M39466</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-03-26T05:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: log does not forward to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199328#M39467</link>
      <description>&lt;P&gt;With this level of details, the only thing we can say is "do things right instead of wrong". &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199328#M39467</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-03-26T06:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: log does not forward to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199329#M39468</link>
      <description>&lt;P&gt;Hi SplunkCSIT,&lt;/P&gt;

&lt;P&gt;I don't know what your problem is or why things are happening, but here is something you must know about re-indexing data. Splunk keeps track of what was indexed and therefor does not re-index the same data again .... unless you do some work.&lt;/P&gt;

&lt;P&gt;The radical method is to clean the fishbucket index. That will remove the memory of every files, &lt;STRONG&gt;be warned it will re-index all data&lt;/STRONG&gt;.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;on an indexer &lt;CODE&gt;splunk clean eventdata -index _fishbucket&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;on a forwarder by removing the folder $SPLUNK_HOME/var/lib/splunk/fishbucket&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;You could selectively forgot a single file from the fish bucket like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk cmd btprobe -d $SPLUNK_HOME/var/lib/splunk/fishbucket/splunk_private_db --file $FILE --reset
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You could manually re-index each file with the &lt;CODE&gt;oneshot&lt;/CODE&gt; option &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk add oneshot "/path/to/my/file.log" -sourcetype mysourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You could modify the first line of the files to re-index, by default Splunk checks the first 256 chars of a file to differentiate them. If you had a simple comment on the first line it wil reindex it &lt;/P&gt;

&lt;P&gt;You could change the crcSalt, create a new input for a new folder, add all the correct sourcetypes, etc... add the option &lt;CODE&gt;crcSalt=&amp;lt;SOURCE&amp;gt;&lt;/CODE&gt; then move or copy the files to be re-index to the folder.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 07:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199329#M39468</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-03-26T07:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: log does not forward to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199330#M39469</link>
      <description>&lt;P&gt;Ayn, sometime it is best not to post anything instead of posting negative comment.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 07:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199330#M39469</guid>
      <dc:creator>SplunkCSIT</dc:creator>
      <dc:date>2014-03-26T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: log does not forward to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199331#M39470</link>
      <description>&lt;P&gt;@SplunkCSIT, I agree - I feel this was not that time though. I'm more than happy to help you, but that's very hard without getting details on your case. Splunk is a complex product and depending on how exactly you've configured it it can behave very differently, so it's crucial that you provide us with details.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 08:10:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/log-does-not-forward-to-indexer/m-p/199331#M39470</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-03-26T08:10:33Z</dc:date>
    </item>
  </channel>
</rss>

