How to prevent an occurence of _aggregatefinalflush tag?

Hello,
can someone help me how to prevent an occurence of _aggregatefinalflush tag?

aggregate {
    ...
    timeout => 5
    timeout_tags => []
}

_aggregatefinalflush is added to any events flushed from the output when logstash shuts down, so you can avoid them by running logstash for an infinitely long time.

1 Like

OK :slight_smile: And what is the purpose of this tag? How can this tag be useful?

The tag was added as part of the fix for this issue. I cannot speak to why anyone might consider it useful.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.