Hi Folks,
I have a use case where I'd really just like to keep my current log file and just get rid of old ones. Right now, when using the "file" output plugin, Fluentd can compress my old logs when a new one is switched to. Can Fluentd do anything else at that point, like move the logs or remove them? Sure I could make an agent for this, but if it's already built into Fluentd, I'd rather not add that extra complexity.
Eli