-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ES|QL] Retrieves ccs information for inspector on demand #196105
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
Conversation
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Page load bundle
History
|
Pinging @elastic/kibana-esql (Team:ESQL) |
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.
Kibana changes LGTM 👍
ES team is looking into the issue with too large Response time values.
Starting backport for target branches: 8.x |
…6105) ## Summary Retrieves the cluster details info on demand. Follow up of elastic/elasticsearch#114437 This will display the cluster details info only when needed: - Discover inspector - Lens ES|QL charts inspector (cherry picked from commit fbe15fe)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) (#196511) # Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Retrieves ccs information for inspector on demand (#196105)](#196105) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Stratoula Kalafateli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-16T09:39:00Z","message":"[ES|QL] Retrieves ccs information for inspector on demand (#196105)\n\n## Summary\r\n\r\nRetrieves the cluster details info on demand. Follow up of\r\nhttps://github.com/elastic/elasticsearch/pull/114437\r\n\r\nThis will display the cluster details info only when needed:\r\n- Discover inspector\r\n- Lens ES|QL charts inspector","sha":"fbe15fe7886102c1203c18ff87f3a0ea72e4b581","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Feature:ES|QL","Team:ESQL","v8.16.0"],"title":"[ES|QL] Retrieves ccs information for inspector on demand","number":196105,"url":"https://github.com/elastic/kibana/pull/196105","mergeCommit":{"message":"[ES|QL] Retrieves ccs information for inspector on demand (#196105)\n\n## Summary\r\n\r\nRetrieves the cluster details info on demand. Follow up of\r\nhttps://github.com/elastic/elasticsearch/pull/114437\r\n\r\nThis will display the cluster details info only when needed:\r\n- Discover inspector\r\n- Lens ES|QL charts inspector","sha":"fbe15fe7886102c1203c18ff87f3a0ea72e4b581"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196105","number":196105,"mergeCommit":{"message":"[ES|QL] Retrieves ccs information for inspector on demand (#196105)\n\n## Summary\r\n\r\nRetrieves the cluster details info on demand. Follow up of\r\nhttps://github.com/elastic/elasticsearch/pull/114437\r\n\r\nThis will display the cluster details info only when needed:\r\n- Discover inspector\r\n- Lens ES|QL charts inspector","sha":"fbe15fe7886102c1203c18ff87f3a0ea72e4b581"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Stratoula Kalafateli <[email protected]>
Summary
Retrieves the cluster details info on demand. Follow up of elastic/elasticsearch#114437
This will display the cluster details info only when needed: