<?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: crcSalt is not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348365#M63957</link>
    <description>&lt;P&gt;I checked and the files are there, interestingly enough.&lt;/P&gt;

&lt;P&gt;I'm using batch jobs because these are one-shot upload dumps. Nothing else will ever be placed into this index. It's specific data for a specific analysis task.&lt;/P&gt;

&lt;P&gt;I can't delete the fishbucket because it would start reingesting everything else in this small splunk instance.&lt;/P&gt;

&lt;P&gt;I was trying to figure out how to clean a specific "file" in a fish bucket but I couldn't find instructions.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2017 21:41:17 GMT</pubDate>
    <dc:creator>thisissplunk</dc:creator>
    <dc:date>2017-09-25T21:41:17Z</dc:date>
    <item>
      <title>crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348363#M63955</link>
      <description>&lt;P&gt;I ingested SQL ERRORLOGs and SQLAGENT logs with my forwader but didn't have the props.conf setup correctly. They showed up as binary (hex).&lt;/P&gt;

&lt;P&gt;I now have the correct props.conf setup and want to reingest. To do this I set a new crcSalt string in my inputs.conf. However, Splunk still is not reingesting the files.&lt;/P&gt;

&lt;P&gt;What gives?&lt;/P&gt;

&lt;P&gt;props:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sql_error]
NO_BINARY_CHECK = true
CHARSET = UTF-16LE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;inputs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[batch:///data/sql/.../ERRORLOG*]
move_policy = sinkhole
index = sql
disabled = false
crcSalt = please_reingest
sourcetype = sql_error
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Sep 2017 19:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348363#M63955</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2017-09-25T19:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348364#M63956</link>
      <description>&lt;P&gt;You are doing a batch upload - that will destructively upload the file once(delete it from disk after upload)..so that same file shouldnt be there in which case you wouldnt need crcSalt as there is nothing to reingest?&lt;/P&gt;

&lt;P&gt;Are you using batch because the files are too big for a file monitor?&lt;/P&gt;

&lt;P&gt;Another option to try would be to clean the fishbucket or you could just oneshot the data in again.. here is a link to a few other things you could try:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder.html"&gt;https://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 20:12:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348364#M63956</guid>
      <dc:creator>mwdbhyat</dc:creator>
      <dc:date>2017-09-25T20:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348365#M63957</link>
      <description>&lt;P&gt;I checked and the files are there, interestingly enough.&lt;/P&gt;

&lt;P&gt;I'm using batch jobs because these are one-shot upload dumps. Nothing else will ever be placed into this index. It's specific data for a specific analysis task.&lt;/P&gt;

&lt;P&gt;I can't delete the fishbucket because it would start reingesting everything else in this small splunk instance.&lt;/P&gt;

&lt;P&gt;I was trying to figure out how to clean a specific "file" in a fish bucket but I couldn't find instructions.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 21:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348365#M63957</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2017-09-25T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348366#M63958</link>
      <description>&lt;P&gt;Two questions:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;If your forwarder is "controlled" via a deployment server... does the serverclass require splunkd restart? If not, restart Splunk on the forwarder.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Has move policy always been set to "sinkhole"? If so, then the old data has probably been erased at the source and there's nothing new to ingest.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 26 Sep 2017 04:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348366#M63958</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-09-26T04:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348367#M63959</link>
      <description>&lt;P&gt;You can use btprobe for a specific file:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/54147/how-can-i-trigger-the-re-indexing-of-a-single-file.html"&gt;https://answers.splunk.com/answers/54147/how-can-i-trigger-the-re-indexing-of-a-single-file.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 08:03:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348367#M63959</guid>
      <dc:creator>mwdbhyat</dc:creator>
      <dc:date>2017-09-26T08:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348368#M63960</link>
      <description>&lt;P&gt;@thisissplunk any updates on this?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348368#M63960</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-10-06T11:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348369#M63961</link>
      <description>&lt;P&gt;Assuming you did restart the forwarder after tweaking the crcSalt I assume that would trigger re-ingestion, however it might be easier to just force the forwarder to re-index the one file.&lt;/P&gt;

&lt;P&gt;The &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/CommandlinetoolsforusewithSupport"&gt;btprobe command&lt;/A&gt; can be used to remove an individual entry from the fishbucket, as per this &lt;A href="https://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder.html"&gt;answer&lt;/A&gt; , the below is a quote from the linked answer:&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;Also if you can put the file on an indexer or heavy forwarder you could &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorfilesanddirectoriesusingtheCLI"&gt;oneshot the file&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 12:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348369#M63961</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-10-06T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348370#M63962</link>
      <description>&lt;P&gt;No updates. Due to time restraints I just pointed the files to a new index. Next time this happens I'll try the suggestions that people have posted here after I did that.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 15:18:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348370#M63962</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2017-10-06T15:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348371#M63963</link>
      <description>&lt;P&gt;Ok thanks for the reply.  Can you close this question or answer it with your response above and mark it as the answer?  &lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 17:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348371#M63963</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-10-06T17:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348372#M63964</link>
      <description>&lt;P&gt;Try : &lt;A href="https://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder.html"&gt;https://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 13:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-is-not-working/m-p/348372#M63964</guid>
      <dc:creator>neelshah</dc:creator>
      <dc:date>2018-06-28T13:54:28Z</dc:date>
    </item>
  </channel>
</rss>

