-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add http.payloadTimeout
config option
#177309
Add http.payloadTimeout
config option
#177309
Conversation
/ci |
/ci |
/ci |
/ci |
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Public APIs missing comments
Unknown metric groupsAPI count
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-core (Team:Core) |
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.
LGMT 🚢
## Summary Fix elastic#177138 - Add a `http.payloadTimeout` configuration option, to control the payload timeout - Set the default value for this option to `20s` (was `10s` previously) (cherry picked from commit 38a3b96)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…177574) # Backport This will backport the following commits from `main` to `8.13`: - [Add `http.payloadTimeout` config option (#177309)](#177309) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pierre Gayvallet","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-22T11:33:49Z","message":"Add `http.payloadTimeout` config option (#177309)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/177138\r\n\r\n- Add a `http.payloadTimeout` configuration option, to control the\r\npayload timeout\r\n- Set the default value for this option to `20s` (was `10s` previously)","sha":"38a3b9675d5fd7ab97b9b7a6394df67a4074de01","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:http","Team:Core","release_note:skip","v8.13.0","v8.14.0"],"title":"Add `http.payloadTimeout` config option","number":177309,"url":"https://github.com/elastic/kibana/pull/177309","mergeCommit":{"message":"Add `http.payloadTimeout` config option (#177309)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/177138\r\n\r\n- Add a `http.payloadTimeout` configuration option, to control the\r\npayload timeout\r\n- Set the default value for this option to `20s` (was `10s` previously)","sha":"38a3b9675d5fd7ab97b9b7a6394df67a4074de01"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177309","number":177309,"mergeCommit":{"message":"Add `http.payloadTimeout` config option (#177309)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/177138\r\n\r\n- Add a `http.payloadTimeout` configuration option, to control the\r\npayload timeout\r\n- Set the default value for this option to `20s` (was `10s` previously)","sha":"38a3b9675d5fd7ab97b9b7a6394df67a4074de01"}}]}] BACKPORT--> Co-authored-by: Pierre Gayvallet <[email protected]>
## Summary Fix elastic#177138 - Add a `http.payloadTimeout` configuration option, to control the payload timeout - Set the default value for this option to `20s` (was `10s` previously)
Backport to 7.17: #182838 |
## Summary Manual backport of elastic#177309
Summary
Fix #177138
http.payloadTimeout
configuration option, to control the payload timeout20s
(was10s
previously)