-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[filebeat][websocket] - Added infinite & blanket retry options to websockets and improved logging and retry logic #42225
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏼
…ket retry options to websockets and improved logging and retry logic (#42234) * [filebeat][websocket] - Added infinite & blanket retry options to websockets and improved logging and retry logic (#42225) * added blanket & infinite retry options and improved logging (cherry picked from commit 177a47a) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: ShourieG <shourie.ganguly@elastic.co>
…et retry options to websockets and improved logging and retry logic (#42235) * [filebeat][websocket] - Added infinite & blanket retry options to websockets and improved logging and retry logic (#42225) * added blanket & infinite retry options and improved logging (cherry picked from commit 177a47a) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: ShourieG <shourie.ganguly@elastic.co>
…ket retry options to websockets and improved logging and retry logic (#42236) * [filebeat][websocket] - Added infinite & blanket retry options to websockets and improved logging and retry logic (#42225) * added blanket & infinite retry options and improved logging (cherry picked from commit 177a47a) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: ShourieG <shourie.ganguly@elastic.co>
Type of change
Proposed commit message
Added new config options to enable blanket & infinite retries selectively. There might be edge case scenarios in production environments which might require to retry infinitely (with backoff) in all scenarios. These options can be individually controlled and are not coupled together. Also improved logging for the retry section.
Checklist
- [ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
None
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs