-
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][streaming] - Added default values for websocket retries & put a cap on waitTime to be <= waitMax #42012
[filebeat][streaming] - Added default values for websocket retries & put a cap on waitTime to be <= waitMax #42012
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) |
This pull request doesn't have a |
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
…put a cap on waitTime to be <= waitMax (#42012) (#42029) * added default retry values and ensured a cap on waitTime i.e now waitTime <= wait_max * updated changelog (cherry picked from commit 5ed055b) Co-authored-by: ShourieG <[email protected]>
…for websocket retries & put a cap on waitTime to be <= waitMax (#42030) * [filebeat][streaming] - Added default values for websocket retries & put a cap on waitTime to be <= waitMax (#42012) * added default retry values and ensured a cap on waitTime i.e now waitTime <= wait_max * updated changelog (cherry picked from commit 5ed055b) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: ShourieG <[email protected]>
…for websocket retries & put a cap on waitTime to be <= waitMax (#42028) * [filebeat][streaming] - Added default values for websocket retries & put a cap on waitTime to be <= waitMax (#42012) * added default retry values and ensured a cap on waitTime i.e now waitTime <= wait_max * updated changelog (cherry picked from commit 5ed055b) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: ShourieG <[email protected]>
Type of change
Proposed commit message
Added default values for websocket retries & put a cap on waitTime to be <= waitMax. Updated the documentation accordingly. Capping the waitMax value avoids long/indefinite wait times that can be caused due to backoff calculation.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs