<?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: Rotate Logs Faster than 5 minutes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49795#M9457</link>
    <description>&lt;P&gt;yannK, thanks for your help.  It seems that there is a major network issue.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2013 14:37:01 GMT</pubDate>
    <dc:creator>fk319</dc:creator>
    <dc:date>2013-08-29T14:37:01Z</dc:date>
    <item>
      <title>Rotate Logs Faster than 5 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49791#M9453</link>
      <description>&lt;P&gt;I am missing logs.  My logs rotate faster than 5 minutes, anywhere greater than 1 min.&lt;/P&gt;

&lt;P&gt;It seems that every 5 minutes the current log gets loaded, but when it rotates, the new file does not get loaded.  If that file gets rotated before the 5 minute mark, then it gets missed.&lt;/P&gt;

&lt;P&gt;Has anyone ran into this? is there a work around?&lt;BR /&gt;
This is on a Universal Forward V5.0.4&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49791#M9453</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-08-28T16:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Logs Faster than 5 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49792#M9454</link>
      <description>&lt;P&gt;Monitor both the log file and the rotated versions. Splunk can detect that they are rotated versions and finish them once rotated.&lt;/P&gt;

&lt;P&gt;example, if your logs are :&lt;BR /&gt;
/var/log/mylog.log&lt;BR /&gt;
/var/log/mylog.log.1&lt;BR /&gt;
/var/log/mylog.log.2&lt;BR /&gt;
/var/log/mylog.log.3.gz&lt;BR /&gt;
/var/log/mylog.log.4.gz&lt;/P&gt;

&lt;P&gt;in inputs.conf&lt;BR /&gt;
[monitor:///var/log/mylog*]&lt;BR /&gt;
sourcetype=mylogsourcetype&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49792#M9454</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-08-28T16:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Logs Faster than 5 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49793#M9455</link>
      <description>&lt;P&gt;Did that, and I had multipule copies of my data in Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:34:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49793#M9455</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-08-28T16:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Logs Faster than 5 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49794#M9456</link>
      <description>&lt;P&gt;Ok, so your log rotation system is doing unconventional things , and splunk considers that the files are different.&lt;BR /&gt;
- if it's logrotate, is it using copy-truncate ?&lt;BR /&gt;
- or is it rewriting the first lines of the log while rotating it ?&lt;/P&gt;

&lt;P&gt;or are you using the options crcSalt or crcLength ?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49794#M9456</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-08-28T16:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Logs Faster than 5 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49795#M9457</link>
      <description>&lt;P&gt;yannK, thanks for your help.  It seems that there is a major network issue.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49795#M9457</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-08-29T14:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Logs Faster than 5 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49796#M9458</link>
      <description>&lt;P&gt;Just a remark about speed, if you are using the Universal or Lighweight forwarder, they have a default limit of 256KBps, you can speed them up.&lt;BR /&gt;
see &lt;A href="http://answers.splunk.com/answers/78615/will-this-limit-this-forwarding-speed-to-the-indexer"&gt;http://answers.splunk.com/answers/78615/will-this-limit-this-forwarding-speed-to-the-indexer&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:11:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Rotate-Logs-Faster-than-5-minutes/m-p/49796#M9458</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-08-29T16:11:33Z</dc:date>
    </item>
  </channel>
</rss>

