Cache mechanism and log when transfer fails

1.When transferring messages from logstash(8.6) to pagerduty using pagerduty output plugin, if the transfer fails, is it possible to cache and resend?
2.When using the pagerduty output plugin to transfer messages from logstash to pagerduty, if the transfer fails, which log and what error will be output?

Perhaps a caching server in between logstash and pagerduty will help in this situation? Some popular ones are redis or kafka. You'll probably need to do some custom work to have it go exactly the way you describe it though.

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