<?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 question - index all in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261518#M50210</link>
    <description>&lt;P&gt;If you did that, it would never stop indexing all files... it wouldnt know what files it has read, and would just keep indexing again and again.&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2016 19:01:40 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-05-23T19:01:40Z</dc:date>
    <item>
      <title>crcSalt question - index all</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261517#M50209</link>
      <description>&lt;P&gt;I already know that without crcSalt Splunk checks the first 256 characters, and the crcSalt =   the Splunk checks the source.&lt;BR /&gt;
But what I do for Splunk not check anything, index all files?&lt;/P&gt;

&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 18:49:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261517#M50209</guid>
      <dc:creator>renanprado96</dc:creator>
      <dc:date>2016-05-23T18:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt question - index all</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261518#M50210</link>
      <description>&lt;P&gt;If you did that, it would never stop indexing all files... it wouldnt know what files it has read, and would just keep indexing again and again.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 19:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261518#M50210</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-23T19:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt question - index all</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261519#M50211</link>
      <description>&lt;P&gt;Got it, &lt;BR /&gt;
In addition to the  has more parameters for crc Salt?&lt;/P&gt;

&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 19:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261519#M50211</guid>
      <dc:creator>renanprado96</dc:creator>
      <dc:date>2016-05-23T19:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt question - index all</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261520#M50212</link>
      <description>&lt;P&gt;IMP, the crcSalt= will do re-indexing of all files. Did you give that a try?&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 19:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261520#M50212</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-23T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt question - index all</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261521#M50213</link>
      <description>&lt;P&gt;So I would never stop indexing?&lt;BR /&gt;
The crcSalt has other parameters beyond the ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 19:27:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261521#M50213</guid>
      <dc:creator>renanprado96</dc:creator>
      <dc:date>2016-05-23T19:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt question - index all</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261522#M50214</link>
      <description>&lt;P&gt;you can use crcSalt=RandomString but this will only make it reindex files that have already been indexed, and it will only index them one new time.&lt;/P&gt;

&lt;P&gt;What are you trying to do?  &lt;/P&gt;

&lt;P&gt;Most people want to use &lt;CODE&gt;crcSalt=&amp;lt;SOURCE&amp;gt;&lt;/CODE&gt; and use the "Monitor" stanzas in inputs.conf.&lt;/P&gt;

&lt;P&gt;I guess if you wanted to, you could greatly reduce the size of your fishbucket aka btree:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;file_tracking_db_threshold_mb = 1&lt;/P&gt;

&lt;P&gt;The above would cause there to be a very small fishbucket (which contains the CRCs), and so splunk would fill the fishbucket rapidly and then rotate the data within... effectively "forgetting" very quickly that it had indexed a file.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:46:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261522#M50214</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-09-29T09:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: crcSalt question - index all</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261523#M50215</link>
      <description>&lt;P&gt;Got it, do not have much text about Salt crc, so I was confused.&lt;/P&gt;

&lt;P&gt;It is possible to create a crc without being the first characters and not the source?&lt;BR /&gt;
We're having trouble in this part.&lt;/P&gt;

&lt;P&gt;Thank you, again.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 19:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/crcSalt-question-index-all/m-p/261523#M50215</guid>
      <dc:creator>renanprado96</dc:creator>
      <dc:date>2016-05-23T19:44:14Z</dc:date>
    </item>
  </channel>
</rss>

