Add automatic retries and exponential backoff to Filebeat httpjson input#18956
Merged
alakahakai merged 9 commits intoelastic:masterfrom Jun 19, 2020
alakahakai:retryablehttp-okta
Merged
Add automatic retries and exponential backoff to Filebeat httpjson input#18956alakahakai merged 9 commits intoelastic:masterfrom alakahakai:retryablehttp-okta
alakahakai merged 9 commits intoelastic:masterfrom
alakahakai:retryablehttp-okta
Conversation
Contributor
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Contributor
|
Pinging @elastic/siem (Team:SIEM) |
Author
|
jenkins, test this |
andrewkroh
requested changes
Jun 8, 2020
Member
andrewkroh
left a comment
There was a problem hiding this comment.
Can you please update the documentation for the httpjson input to include these new options.
added 8 commits
June 17, 2020 09:44
… retryablehttp-okta
Author
|
@andrewkroh Please review again. thanks |
Member
|
Please backport this to 7.8 and 7.x. |
marc-gr
pushed a commit
to marc-gr/beats
that referenced
this pull request
Jul 13, 2020
…put (elastic#18956) - Add automatic retries and exponential backoff to Filebeat httpjson input (elastic#18956) - Add test cases - Support the new OAuth2 functionality (cherry picked from commit 0dcb3df)
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this pull request
Oct 14, 2020
…put (elastic#18956) - Add automatic retries and exponential backoff to Filebeat httpjson input (elastic#18956) - Add test cases - Support the new OAuth2 functionality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add automatic retries and exponential backoff to Filebeat httpjson input. If an HTTP error is returned by the client, e.g., connection errors, or if a 500-range response code is received (except 501), then a retry is automatically invoked after a defined wait period.
go test result: