fluent-plugin-beats
fluent-plugin-beats copied to clipboard
adding error router to rescue in event processing
Hi,
According to the docs, we should be emitting routing errors via emit_error_event
. I've noticed that once FluentD hits an error, it doesn't ship it to the output, and it fails to recover.
However when I modify the plugin to contain this line, it emits the error properly and continues past the error.
Could you please let me know if this is a good or bad idea?
Thank you,