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

Dead letter queue input should only use timestamp as start date if no offset already stored. #6

Open
robbavey opened this issue Jun 13, 2017 · 0 comments · May be fixed by #7
Open
Assignees

Comments

@robbavey
Copy link
Contributor

The current behavior of the DLQ input is, every time logstash starts, to always begin processing events as soon as possible after the startTimestamp property provided in the configuration field, if the field is set, regardless of whether offsets have been stored after that event.

The default behavior for the plugin should be to honor offsets stored. If the user wishes to begin processing at the 'startTimestamp' value after restart each time, then the user should set the 'commitOffsets' flag to false

@roaksoax roaksoax linked a pull request May 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant