<?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: explanation needed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38205#M7013</link>
    <description>&lt;P&gt;Hi thanks for these information is helpful.&lt;/P&gt;

&lt;P&gt;About the enableRealtimeSearch = true, I got it from an application at the inputs.CONF. Cause I need real-time data &amp;amp; I am not getting any for 1 of the apps I created so I thought "enableRealtimeSearch = true" might be the reason.&lt;BR /&gt;
So there is no such config?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Nov 2012 02:05:02 GMT</pubDate>
    <dc:creator>elaine0102</dc:creator>
    <dc:date>2012-11-18T02:05:02Z</dc:date>
    <item>
      <title>explanation needed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38203#M7011</link>
      <description>&lt;P&gt;alwaysOpenFile = 1&lt;/P&gt;

&lt;P&gt;crcSalt&lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/P&gt;

&lt;P&gt;enableRealtimeSearch = true&lt;/P&gt;

&lt;P&gt;Hi,  can someone explain the above to me.. Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2012 15:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38203#M7011</guid>
      <dc:creator>elaine0102</dc:creator>
      <dc:date>2012-11-17T15:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: explanation needed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38204#M7012</link>
      <description>&lt;P&gt;Check the docs for full details on alwaysOpenFile and crcSal for inputs.conf. Which file did you get enableRealtimeSearch = true from?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/admin/inputsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;alwaysOpenFile = [0|1]
 * Opens a file to check whether it has already been indexed.
 * Only useful for files that don't update modtime.
 * Only needed when monitoring files on Windows, mostly for IIS logs.
 * This flag should only be used as a last resort, as it increases load and slows down indexing.
 * Defaults to 0.

crcSalt = &amp;lt;string&amp;gt;
* Use this setting to force Splunk to consume files that have matching CRCs (cyclic redundancy checks). (Splunk only 
  performs CRC checks against the first few lines of a file. This behavior prevents Splunk from indexing the same 
  file twice, even though you may have renamed it -- as, for example, with rolling log files. However, because the 
  CRC is based on only the first few lines of the file, it is possible for legitimately different files to have 
  matching CRCs, particularly if they have identical headers.)
* If set, &amp;lt;string&amp;gt; is added to the CRC.
* If set to the literal string &amp;lt;SOURCE&amp;gt; (including the angle brackets), the full directory path to the source file 
  is added to the CRC. This ensures that each file being monitored has a unique CRC.   When crcSalt is invoked, 
  it is usually set to &amp;lt;SOURCE&amp;gt;.
* Be cautious about using this attribute with rolling log files; it could lead to the log file being re-indexed 
  after it has rolled. 
* Defaults to empty. 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 17 Nov 2012 19:44:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38204#M7012</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-11-17T19:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: explanation needed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38205#M7013</link>
      <description>&lt;P&gt;Hi thanks for these information is helpful.&lt;/P&gt;

&lt;P&gt;About the enableRealtimeSearch = true, I got it from an application at the inputs.CONF. Cause I need real-time data &amp;amp; I am not getting any for 1 of the apps I created so I thought "enableRealtimeSearch = true" might be the reason.&lt;BR /&gt;
So there is no such config?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2012 02:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38205#M7013</guid>
      <dc:creator>elaine0102</dc:creator>
      <dc:date>2012-11-18T02:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: explanation needed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38206#M7014</link>
      <description>&lt;P&gt;For anyone coming here years later - Real Time Searches&lt;/P&gt;

&lt;P&gt;The gist is this:&lt;BR /&gt;
It is almost never ideal to allow every user to run realtime searches.  There should be very specific use cases, i.e., following someone through a honeynet, looking at realtime high-risk activity , etc.  At all other times, and ideally, for all other users, RT Search capability should be limited.  &lt;/P&gt;

&lt;P&gt;The link below shows how and what to do:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Search/Restrictrealtimesearch"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/Search/Restrictrealtimesearch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 12:44:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/explanation-needed/m-p/38206#M7014</guid>
      <dc:creator>arizviesi</dc:creator>
      <dc:date>2019-05-29T12:44:59Z</dc:date>
    </item>
  </channel>
</rss>

