Fallback http output

Hi,
I have a simple configuration with a http output plugin firing to a custom application.
What I'd like to obtain is to log on another Elastic Search any http:50x status codes that logstash may get when forwarding the message to my app.

Is it in any way possible to use the status code of an output plugin as condition for another one?

Thanks

What I'd like to obtain is to log on another Elastic Search any http:50x status codes that logstash may get when forwarding the message to my app.

The correct solution would probably be to add dead letter queue support in the http output plugin. I don't have a great suggestion for a workaround.

Is it in any way possible to use the status code of an output plugin as condition for another one?

No.

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