fluentd 1.10.2 (2020-04-15)

log: Add ignore_repeated_log_interval parameter

Specify interval to ignore repeated log/stacktrace messages like below.

<system>
  ignore_repeated_log_interval 2s
</system>

Under high-load environment, output destination sometimes becomes unstable and it generates lots of logs with same message.

This parameter mitigates such situation.