Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This plugin could benefit from refactoring the retry logic and using Logstash's DLQ instead #30

Open
webmat opened this issue May 14, 2018 · 0 comments

Comments

@webmat
Copy link
Contributor

webmat commented May 14, 2018

  • DLQ doc
  • See code in ES output plugin here and here
    • One thing to note is that output-es' implementation has added complexity because there can be failures per event, so not all of them will be retried. In Loggly's case, their API does not respond with partial failures. So the implementation would simply need retry the whole payload or not.
@webmat webmat mentioned this issue May 14, 2018
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant