Getting Data In

Log File Rotation causing new file to not ingest

TRobertshaw
New Member

We have a file that is rotated at midnight every night.  The file is renamed and zipped up. 

Sometimes after the log rotation Splunk does not ingest the new file.

There are no errors in the Splunkd log relating to crc or anything along those lines.

A restart of Splunk resolves the issue however we would like to find a more permanent solution.

We are on UF version, 9.0.4.

 

Appreciate any suggestions you may have

Labels (2)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Are you sure that the file is _rotated_ (as in renamed and compressed)? Because that behaviour is pretty consistent with the "copytruncate" behaviour of logrotate when the contents of the file are copied out to a new file and the file is truncated afterwards. In such case the file descriptor does not change but Splunk suddenly finds itself after the end of the data so most probably assumes that it had already read all the data there was.

0 Karma

TRobertshaw
New Member

Is there a way to allow Splunk to refresh and review the new file everytime?

0 Karma

PickleRick
SplunkTrust
SplunkTrust

You'd have to restart the forwarder service after logrotate. (Because I assume that's what you're using). Just like normally you kill -HUP your syslog daemon.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...