<?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: What if tail -f option is enabled in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75386#M19046</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm afraid your question is not very specific. Do you mean the followTail option in inputs.conf, or something else?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2013 07:31:32 GMT</pubDate>
    <dc:creator>roychen</dc:creator>
    <dc:date>2013-01-02T07:31:32Z</dc:date>
    <item>
      <title>What if tail -f option is enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75385#M19045</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
What specifically the &lt;STRONG&gt;tail -f option&lt;/STRONG&gt; do, in which scenario it works perfect.&lt;BR /&gt;
Please any example would be great..&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 06:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75385#M19045</guid>
      <dc:creator>pramodkumar</dc:creator>
      <dc:date>2013-01-02T06:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: What if tail -f option is enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75386#M19046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm afraid your question is not very specific. Do you mean the followTail option in inputs.conf, or something else?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 07:31:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75386#M19046</guid>
      <dc:creator>roychen</dc:creator>
      <dc:date>2013-01-02T07:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: What if tail -f option is enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75387#M19047</link>
      <description>&lt;P&gt;This isn't really a Splunk related question but you're best reading the man pages for tail to learn;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://unixhelp.ed.ac.uk/CGI/man-cgi?tail"&gt;http://unixhelp.ed.ac.uk/CGI/man-cgi?tail&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Edit based on comment;&lt;/P&gt;

&lt;P&gt;The documentation is pretty clear on its purpose and use, for reference I've pasted it below;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;followTail = [0|1]
* WARNING: Use of followTail should be considered an advanced administrative action.
* Treat this setting as an 'action'.  That is, bring splunk up with this
  setting enabled.  Wait enough time for splunk to identify the related files,
  then disable the setting and restart splunk without it.
* DO NOT leave followTail enabled in an ongoing fashion.
* Can be used to force splunk to skip past all current data for a given stanza. 
  * In more detail: this is intended to mean that if you start up splunk with a
    stanza configured this way, all data in the file at the time it is first
    encountered will not be read.  Only data arriving after that first
    encounter time will be read.
  * This can be used to "skip over" data from old log files, or old portions of
    log files, to get started on current data right away.
* If set to 1, monitoring begins at the end of the file (like tail -f).
* If set to 0, Splunk will always start at the beginning of the file. 
* Defaults to 0.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 08:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75387#M19047</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-01-02T08:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: What if tail -f option is enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75388#M19048</link>
      <description>&lt;P&gt;yes am referring to followTail option in inputs.conf&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 08:34:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75388#M19048</guid>
      <dc:creator>pramodkumar</dc:creator>
      <dc:date>2013-01-02T08:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: What if tail -f option is enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75389#M19049</link>
      <description>&lt;P&gt;does it mean, only the new events added to the file those events will be picked, rest will be skipped off.. if its like that then my requirement is sufficed..&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2013 17:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-if-tail-f-option-is-enabled/m-p/75389#M19049</guid>
      <dc:creator>pramodkumar</dc:creator>
      <dc:date>2013-01-05T17:59:59Z</dc:date>
    </item>
  </channel>
</rss>

