-
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
[main] update ES client version #126129
[main] update ES client version #126129
Conversation
Pinging @elastic/kibana-core (Team:Core) |
Pinging @elastic/kibana-operations (Team:Operations) |
So, the tests fail because of a change made in elastic/elastic-transport-js#36 and elastic/elastic-transport-js#37. const response = await client.scriptsPainlessExecute({
// @ts-expect-error `ExecutePainlessScriptRequest.body` does not allow `string`
body,
}, {
headers: {
'content-type': 'application/json'
}
}); I believe you are already overriding the content type in a few cases where you are sending yaml instead of json. |
Pinging @elastic/fleet (Team:Fleet) |
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.
Fleet changes LGTM 👍
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.
platform deployment management changes LGTM! Left one nit about a code comment that can be removed.
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.
ResponseOps changes LGTM
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.
Reporting changes LGTM
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.
ML and Transform changes LGTM
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.
Presentation team TS change LGTM!
@elasticmachine merge upstream |
💛 Build succeeded, but was flakyMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* update renovate bot settings * update es client to 8.1-canary3 * specify type explicitly when pass a serialized object * attempt 1 in fleet.specify type explicitly when pass a serialized object * fix the first batch of ts errors * fix more violations * fix unit test * fix more violations 2 * fix more violations 3 * fix more violations 4 * review comments Co-authored-by: pgayvallet <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Summary
This PR
8.1.0-canary.3
)