Getting Data In

Rotate Logs Faster than 5 minutes

fk319
Builder

I am missing logs. My logs rotate faster than 5 minutes, anywhere greater than 1 min.

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.

Has anyone ran into this? is there a work around?
This is on a Universal Forward V5.0.4

0 Karma
1 Solution

yannK
Splunk Employee
Splunk Employee

Monitor both the log file and the rotated versions. Splunk can detect that they are rotated versions and finish them once rotated.

example, if your logs are :
/var/log/mylog.log
/var/log/mylog.log.1
/var/log/mylog.log.2
/var/log/mylog.log.3.gz
/var/log/mylog.log.4.gz

in inputs.conf
[monitor:///var/log/mylog*]
sourcetype=mylogsourcetype

View solution in original post

0 Karma

yannK
Splunk Employee
Splunk Employee

Monitor both the log file and the rotated versions. Splunk can detect that they are rotated versions and finish them once rotated.

example, if your logs are :
/var/log/mylog.log
/var/log/mylog.log.1
/var/log/mylog.log.2
/var/log/mylog.log.3.gz
/var/log/mylog.log.4.gz

in inputs.conf
[monitor:///var/log/mylog*]
sourcetype=mylogsourcetype

0 Karma

yannK
Splunk Employee
Splunk Employee

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.
see http://answers.splunk.com/answers/78615/will-this-limit-this-forwarding-speed-to-the-indexer

fk319
Builder

yannK, thanks for your help. It seems that there is a major network issue.

0 Karma

yannK
Splunk Employee
Splunk Employee

Ok, so your log rotation system is doing unconventional things , and splunk considers that the files are different.
- if it's logrotate, is it using copy-truncate ?
- or is it rewriting the first lines of the log while rotating it ?

or are you using the options crcSalt or crcLength ?

0 Karma

fk319
Builder

Did that, and I had multipule copies of my data in Splunk.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...