-
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
[8.6] Upgrade EUI to v67.1.10 #146225
Closed
Closed
[8.6] Upgrade EUI to v67.1.10 #146225
Conversation
This file contains 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
…tic#145241) (elastic#145445) # Backport This will backport the following commits from `main` to `8.6`: - [[Enterprise Search] Add cron scheduling support to Kibana (elastic#145241)](elastic#145241) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Byron Hulcher","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T16:57:51Z","message":"[Enterprise Search] Add cron scheduling support to Kibana (elastic#145241)","sha":"1192e4f375420ef46cf73008f9e78229af62f86c","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","Team:EnterpriseSearch","v8.6.0"],"number":145241,"url":"https://github.com/elastic/kibana/pull/145241","mergeCommit":{"message":"[Enterprise Search] Add cron scheduling support to Kibana (elastic#145241)","sha":"1192e4f375420ef46cf73008f9e78229af62f86c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.6.0","labelRegex":"^v8.6.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145241","number":145241,"mergeCommit":{"message":"[Enterprise Search] Add cron scheduling support to Kibana (elastic#145241)","sha":"1192e4f375420ef46cf73008f9e78229af62f86c"}}]}] BACKPORT-->
elastic#145446) # Backport This will backport the following commits from `main` to `8.6`: - [[Cases] Fix flaky tests in the create case form (elastic#145211)](elastic#145211) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Christos Nasikas","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T20:13:58Z","message":"[Cases] Fix flaky tests in the create case form (elastic#145211)\n\n## Summary\r\n\r\nThis PR fixes a number of issues with the same error:\r\n`TestingLibraryElementError: Unable to find an element by:\r\n[data-test-subj=\"caseTitle\"]`. The PR:\r\n\r\n- Clears unnecessary `act`\r\n- Wait for the form to render before trying to fill the form\r\n- Wait for the component to update all states to eliminate warnings\r\n- Fill tags when necessary to improve tests execution time\r\n- Replace `userEvent.type` with `userEvent.aste` when possible to\r\nimprove execution time\r\n- Add `skipPointerEventsCheck: true` when necessary\r\n\r\nI run the test file 100 times locally without any errors.\r\n\r\nFixes: https://github.com/elastic/kibana/issues/142287,\r\nhttps://github.com/elastic/kibana/issues/142288,\r\nhttps://github.com/elastic/kibana/issues/142285,\r\nhttps://github.com/elastic/kibana/issues/142286,\r\nhttps://github.com/elastic/kibana/issues/142284,\r\nhttps://github.com/elastic/kibana/issues/142283,\r\nhttps://github.com/elastic/kibana/issues/142282,\r\nhttps://github.com/elastic/kibana/issues/142281,\r\nhttps://github.com/elastic/kibana/issues/143407,\r\nhttps://github.com/elastic/kibana/issues/143406,\r\nhttps://github.com/elastic/kibana/issues/143405,\r\nhttps://github.com/elastic/kibana/issues/143408,\r\nhttps://github.com/elastic/kibana/issues/143403\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"6936644ab05362510d91d1487202a6ee5dbc478f","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","Feature:Cases","v8.6.0","v8.7.0"],"number":145211,"url":"https://github.com/elastic/kibana/pull/145211","mergeCommit":{"message":"[Cases] Fix flaky tests in the create case form (elastic#145211)\n\n## Summary\r\n\r\nThis PR fixes a number of issues with the same error:\r\n`TestingLibraryElementError: Unable to find an element by:\r\n[data-test-subj=\"caseTitle\"]`. The PR:\r\n\r\n- Clears unnecessary `act`\r\n- Wait for the form to render before trying to fill the form\r\n- Wait for the component to update all states to eliminate warnings\r\n- Fill tags when necessary to improve tests execution time\r\n- Replace `userEvent.type` with `userEvent.aste` when possible to\r\nimprove execution time\r\n- Add `skipPointerEventsCheck: true` when necessary\r\n\r\nI run the test file 100 times locally without any errors.\r\n\r\nFixes: https://github.com/elastic/kibana/issues/142287,\r\nhttps://github.com/elastic/kibana/issues/142288,\r\nhttps://github.com/elastic/kibana/issues/142285,\r\nhttps://github.com/elastic/kibana/issues/142286,\r\nhttps://github.com/elastic/kibana/issues/142284,\r\nhttps://github.com/elastic/kibana/issues/142283,\r\nhttps://github.com/elastic/kibana/issues/142282,\r\nhttps://github.com/elastic/kibana/issues/142281,\r\nhttps://github.com/elastic/kibana/issues/143407,\r\nhttps://github.com/elastic/kibana/issues/143406,\r\nhttps://github.com/elastic/kibana/issues/143405,\r\nhttps://github.com/elastic/kibana/issues/143408,\r\nhttps://github.com/elastic/kibana/issues/143403\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"6936644ab05362510d91d1487202a6ee5dbc478f"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145211","number":145211,"mergeCommit":{"message":"[Cases] Fix flaky tests in the create case form (elastic#145211)\n\n## Summary\r\n\r\nThis PR fixes a number of issues with the same error:\r\n`TestingLibraryElementError: Unable to find an element by:\r\n[data-test-subj=\"caseTitle\"]`. The PR:\r\n\r\n- Clears unnecessary `act`\r\n- Wait for the form to render before trying to fill the form\r\n- Wait for the component to update all states to eliminate warnings\r\n- Fill tags when necessary to improve tests execution time\r\n- Replace `userEvent.type` with `userEvent.aste` when possible to\r\nimprove execution time\r\n- Add `skipPointerEventsCheck: true` when necessary\r\n\r\nI run the test file 100 times locally without any errors.\r\n\r\nFixes: https://github.com/elastic/kibana/issues/142287,\r\nhttps://github.com/elastic/kibana/issues/142288,\r\nhttps://github.com/elastic/kibana/issues/142285,\r\nhttps://github.com/elastic/kibana/issues/142286,\r\nhttps://github.com/elastic/kibana/issues/142284,\r\nhttps://github.com/elastic/kibana/issues/142283,\r\nhttps://github.com/elastic/kibana/issues/142282,\r\nhttps://github.com/elastic/kibana/issues/142281,\r\nhttps://github.com/elastic/kibana/issues/143407,\r\nhttps://github.com/elastic/kibana/issues/143406,\r\nhttps://github.com/elastic/kibana/issues/143405,\r\nhttps://github.com/elastic/kibana/issues/143408,\r\nhttps://github.com/elastic/kibana/issues/143403\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"6936644ab05362510d91d1487202a6ee5dbc478f"}}]}] BACKPORT--> Co-authored-by: Christos Nasikas <[email protected]>
…t being respected (elastic#145417) (elastic#145447) # Backport This will backport the following commits from `main` to `8.6`: - [[Controls] fix time slider play button display=fill property not being respected (elastic#145417)](elastic#145417) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nathan Reese","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T20:19:53Z","message":"[Controls] fix time slider play button display=fill property not being respected (elastic#145417)\n\nresolves https://github.com/elastic/kibana/issues/145301\r\n\r\nSteps to test\r\n* create new dashboard\r\n* Add time slider control\r\n* verify play toggle button has primary color background\r\n\r\n<img width=\"600\" alt=\"Screen Shot 2022-11-16 at 9 56 00 AM\"\r\nsrc=\"https://user-images.githubusercontent.com/373691/202244344-e4ec6f45-9d87-4819-96a6-dc47b551b213.png\">\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"de39dba2c49959293a970b271a588269ba11ed0e","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","auto-backport","v8.6.0","v8.7.0"],"number":145417,"url":"https://github.com/elastic/kibana/pull/145417","mergeCommit":{"message":"[Controls] fix time slider play button display=fill property not being respected (elastic#145417)\n\nresolves https://github.com/elastic/kibana/issues/145301\r\n\r\nSteps to test\r\n* create new dashboard\r\n* Add time slider control\r\n* verify play toggle button has primary color background\r\n\r\n<img width=\"600\" alt=\"Screen Shot 2022-11-16 at 9 56 00 AM\"\r\nsrc=\"https://user-images.githubusercontent.com/373691/202244344-e4ec6f45-9d87-4819-96a6-dc47b551b213.png\">\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"de39dba2c49959293a970b271a588269ba11ed0e"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145417","number":145417,"mergeCommit":{"message":"[Controls] fix time slider play button display=fill property not being respected (elastic#145417)\n\nresolves https://github.com/elastic/kibana/issues/145301\r\n\r\nSteps to test\r\n* create new dashboard\r\n* Add time slider control\r\n* verify play toggle button has primary color background\r\n\r\n<img width=\"600\" alt=\"Screen Shot 2022-11-16 at 9 56 00 AM\"\r\nsrc=\"https://user-images.githubusercontent.com/373691/202244344-e4ec6f45-9d87-4819-96a6-dc47b551b213.png\">\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"de39dba2c49959293a970b271a588269ba11ed0e"}}]}] BACKPORT--> Co-authored-by: Nathan Reese <[email protected]>
…tic#145458) # Backport This will backport the following commits from `main` to `8.6`: - [Updated tracks tutorial to support Agent (elastic#143414)](elastic#143414) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Garside","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T21:15:55Z","message":"Updated tracks tutorial to support Agent (elastic#143414)\n\n* Updated for Human readable dataview names\r\n\r\n* Updated tutorial to support Elastic Agent","sha":"b589297beef876dc84469c7fe328a3849e46d7cb","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["[Deprecated-Use Team:Presentation]Team:Geo","release_note:skip","docs","v8.3.0","v8.4.0","v8.5.0","v8.7.0"],"number":143414,"url":"https://github.com/elastic/kibana/pull/143414","mergeCommit":{"message":"Updated tracks tutorial to support Agent (elastic#143414)\n\n* Updated for Human readable dataview names\r\n\r\n* Updated tutorial to support Elastic Agent","sha":"b589297beef876dc84469c7fe328a3849e46d7cb"}},"sourceBranch":"main","suggestedTargetBranches":["8.3","8.4","8.5"],"targetPullRequestStates":[{"branch":"8.3","label":"v8.3.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.4","label":"v8.4.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/143414","number":143414,"mergeCommit":{"message":"Updated tracks tutorial to support Agent (elastic#143414)\n\n* Updated for Human readable dataview names\r\n\r\n* Updated tutorial to support Elastic Agent","sha":"b589297beef876dc84469c7fe328a3849e46d7cb"}}]}] BACKPORT--> Co-authored-by: James Garside <[email protected]>
…#144902) (elastic#145449) # Backport This will backport the following commits from `main` to `8.6`: - [Add CSP header to all requests, including api requests (elastic#144902)](elastic#144902) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Thomas Watson","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T20:45:10Z","message":"Add CSP header to all requests, including api requests (elastic#144902)\n\nPreviously `/api/*` requests didn't include a `Content-Security-Policy`\r\nheader, now they do.\r\n\r\nCloses elastic#143871","sha":"5550ab6cb10fbfddf437a74900103bb33dd1afa4","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","backport:all-open","v8.7.0"],"number":144902,"url":"https://github.com/elastic/kibana/pull/144902","mergeCommit":{"message":"Add CSP header to all requests, including api requests (elastic#144902)\n\nPreviously `/api/*` requests didn't include a `Content-Security-Policy`\r\nheader, now they do.\r\n\r\nCloses elastic#143871","sha":"5550ab6cb10fbfddf437a74900103bb33dd1afa4"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/144902","number":144902,"mergeCommit":{"message":"Add CSP header to all requests, including api requests (elastic#144902)\n\nPreviously `/api/*` requests didn't include a `Content-Security-Policy`\r\nheader, now they do.\r\n\r\nCloses elastic#143871","sha":"5550ab6cb10fbfddf437a74900103bb33dd1afa4"}}]}] BACKPORT--> Co-authored-by: Thomas Watson <[email protected]>
…c#145413) (elastic#145451) # Backport This will backport the following commits from `main` to `8.6`: - [[RAM] Allow more tags in the filter for rule list table (elastic#145413)](elastic#145413) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Xavier Mouligneau","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T20:55:18Z","message":"[RAM] Allow more tags in the filter for rule list table (elastic#145413)\n\n## Summary\r\n\r\nAllow more tags in the filter for the rule list table. This an easy win\r\nbefore creating a specific API to get more tags for the filter an dit\r\nwill help this [SDH](https://github.com/elastic/sdh-kibana/issues/3281)\r\n\r\nTo make sure that this change won't impact performance we test it the\r\naggregation with GB of data and we did not see any reason to worry about\r\nit.","sha":"b536a16d7be5ce26dcda48e29127d592736cee46","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","impact:low","Team:ResponseOps","v8.6.0","v8.7.0"],"number":145413,"url":"https://github.com/elastic/kibana/pull/145413","mergeCommit":{"message":"[RAM] Allow more tags in the filter for rule list table (elastic#145413)\n\n## Summary\r\n\r\nAllow more tags in the filter for the rule list table. This an easy win\r\nbefore creating a specific API to get more tags for the filter an dit\r\nwill help this [SDH](https://github.com/elastic/sdh-kibana/issues/3281)\r\n\r\nTo make sure that this change won't impact performance we test it the\r\naggregation with GB of data and we did not see any reason to worry about\r\nit.","sha":"b536a16d7be5ce26dcda48e29127d592736cee46"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145413","number":145413,"mergeCommit":{"message":"[RAM] Allow more tags in the filter for rule list table (elastic#145413)\n\n## Summary\r\n\r\nAllow more tags in the filter for the rule list table. This an easy win\r\nbefore creating a specific API to get more tags for the filter an dit\r\nwill help this [SDH](https://github.com/elastic/sdh-kibana/issues/3281)\r\n\r\nTo make sure that this change won't impact performance we test it the\r\naggregation with GB of data and we did not see any reason to worry about\r\nit.","sha":"b536a16d7be5ce26dcda48e29127d592736cee46"}}]}] BACKPORT--> Co-authored-by: Xavier Mouligneau <[email protected]>
…lastic#145473) # Backport This will backport the following commits from `main` to `8.6`: - [change remote cluster from data to ftr-remote (elastic#145435)](elastic#145435) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lee Drengenberg","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T22:22:54Z","message":"change remote cluster from data to ftr-remote (elastic#145435)\n\n## Summary\r\n\r\nThis change is for CCS tests which only run in integration-test jobs.\r\nThis change aligns the name of the remote cluster to ftr-remote so that\r\nintegration test can run all the existing CCS tests.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"dc4d88175565db0e438c6db13509ec672548167f","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","release_note:skip","backport:prev-minor","v8.7.0"],"number":145435,"url":"https://github.com/elastic/kibana/pull/145435","mergeCommit":{"message":"change remote cluster from data to ftr-remote (elastic#145435)\n\n## Summary\r\n\r\nThis change is for CCS tests which only run in integration-test jobs.\r\nThis change aligns the name of the remote cluster to ftr-remote so that\r\nintegration test can run all the existing CCS tests.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"dc4d88175565db0e438c6db13509ec672548167f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145435","number":145435,"mergeCommit":{"message":"change remote cluster from data to ftr-remote (elastic#145435)\n\n## Summary\r\n\r\nThis change is for CCS tests which only run in integration-test jobs.\r\nThis change aligns the name of the remote cluster to ftr-remote so that\r\nintegration test can run all the existing CCS tests.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"dc4d88175565db0e438c6db13509ec672548167f"}}]}] BACKPORT--> Co-authored-by: Lee Drengenberg <[email protected]>
…es (elastic#144654) (elastic#145472) # Backport This will backport the following commits from `main` to `8.6`: - [Add failure handling for set processors in ML inference pipelines (elastic#144654)](elastic#144654) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Brian McGue","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T22:22:14Z","message":"Add failure handling for set processors in ML inference pipelines (elastic#144654)\n\n## Summary\r\n\r\nAlso, add a `remove` processor and `text_classification` and\r\n`text_embedding` types.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"8e81a7d03eb62f116f836460ed8a3eaacfa04cbe","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.6.0","v8.7.0"],"number":144654,"url":"https://github.com/elastic/kibana/pull/144654","mergeCommit":{"message":"Add failure handling for set processors in ML inference pipelines (elastic#144654)\n\n## Summary\r\n\r\nAlso, add a `remove` processor and `text_classification` and\r\n`text_embedding` types.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"8e81a7d03eb62f116f836460ed8a3eaacfa04cbe"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/144654","number":144654,"mergeCommit":{"message":"Add failure handling for set processors in ML inference pipelines (elastic#144654)\n\n## Summary\r\n\r\nAlso, add a `remove` processor and `text_classification` and\r\n`text_embedding` types.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"8e81a7d03eb62f116f836460ed8a3eaacfa04cbe"}}]}] BACKPORT--> Co-authored-by: Brian McGue <[email protected]>
…e to action (elastic#144130) (elastic#145469) # Backport This will backport the following commits from `main` to `8.6`: - [[Alert Summaries] [BE] Move “Notify When” and throttle from rule to action (elastic#144130)](elastic#144130) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Zacqary Adam Xeper","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T22:02:36Z","message":"[Alert Summaries] [BE] Move “Notify When” and throttle from rule to action (elastic#144130)\n\n* Add frequency props to actions and validate them on edit/create\r\n\r\n* Nullify undefined throttle\r\n\r\n* Update schema to allow for frequency param on actions\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Commit missing file\r\n\r\n* Fix types\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fix types\r\n\r\n* Fix jest\r\n\r\n* Fix validating global freq params\r\n\r\n* Add tests for create and edit\r\n\r\n* Reset legacy api\r\n\r\n* Make notify and throttle optional in route schemas\r\n\r\n* Fix tests\r\n\r\n* Split missing frequency test cases\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"0c864fe479e332aa92bf189f0123661cd52262ae","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","Feature:Alerting/RulesManagement","v8.6.0","v8.7.0"],"number":144130,"url":"https://github.com/elastic/kibana/pull/144130","mergeCommit":{"message":"[Alert Summaries] [BE] Move “Notify When” and throttle from rule to action (elastic#144130)\n\n* Add frequency props to actions and validate them on edit/create\r\n\r\n* Nullify undefined throttle\r\n\r\n* Update schema to allow for frequency param on actions\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Commit missing file\r\n\r\n* Fix types\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fix types\r\n\r\n* Fix jest\r\n\r\n* Fix validating global freq params\r\n\r\n* Add tests for create and edit\r\n\r\n* Reset legacy api\r\n\r\n* Make notify and throttle optional in route schemas\r\n\r\n* Fix tests\r\n\r\n* Split missing frequency test cases\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"0c864fe479e332aa92bf189f0123661cd52262ae"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/144130","number":144130,"mergeCommit":{"message":"[Alert Summaries] [BE] Move “Notify When” and throttle from rule to action (elastic#144130)\n\n* Add frequency props to actions and validate them on edit/create\r\n\r\n* Nullify undefined throttle\r\n\r\n* Update schema to allow for frequency param on actions\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Commit missing file\r\n\r\n* Fix types\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fix types\r\n\r\n* Fix jest\r\n\r\n* Fix validating global freq params\r\n\r\n* Add tests for create and edit\r\n\r\n* Reset legacy api\r\n\r\n* Make notify and throttle optional in route schemas\r\n\r\n* Fix tests\r\n\r\n* Split missing frequency test cases\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"0c864fe479e332aa92bf189f0123661cd52262ae"}}]}] BACKPORT--> Co-authored-by: Zacqary Adam Xeper <[email protected]>
…#145401) (elastic#145478) # Backport This will backport the following commits from `main` to `8.6`: - [[Renderers] always include baseTheme with charts theme (elastic#145401)](elastic#145401) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Andrew Tate","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T23:19:26Z","message":"[Renderers] always include baseTheme with charts theme (elastic#145401)","sha":"d82075f8d6178ecd197be324b75b5eb2d457b746","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Visualizations","Feature:Lens","backport:prev-minor","v8.7.0"],"number":145401,"url":"https://github.com/elastic/kibana/pull/145401","mergeCommit":{"message":"[Renderers] always include baseTheme with charts theme (elastic#145401)","sha":"d82075f8d6178ecd197be324b75b5eb2d457b746"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145401","number":145401,"mergeCommit":{"message":"[Renderers] always include baseTheme with charts theme (elastic#145401)","sha":"d82075f8d6178ecd197be324b75b5eb2d457b746"}}]}] BACKPORT--> Co-authored-by: Andrew Tate <[email protected]>
…5495) # Backport This will backport the following commits from `main` to `8.6`: - [[DOCS] Fix link in Kibana Add Data (elastic#145480)](elastic#145480) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T01:02:29Z","message":"[DOCS] Fix link in Kibana Add Data (elastic#145480)","sha":"d68b016953c406c52928b008447687f8ae109ffe","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","auto-backport","v7.16.4","v8.0.2","v8.1.4","v8.2.4","v8.3.4","v8.6.0","v8.4.4","v7.17.8","v8.7.0","v8.5.2"],"number":145480,"url":"https://github.com/elastic/kibana/pull/145480","mergeCommit":{"message":"[DOCS] Fix link in Kibana Add Data (elastic#145480)","sha":"d68b016953c406c52928b008447687f8ae109ffe"}},"sourceBranch":"main","suggestedTargetBranches":["7.16","8.0","8.1","8.2","8.3","8.6","8.4","7.17","8.5"],"targetPullRequestStates":[{"branch":"7.16","label":"v7.16.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.0","label":"v8.0.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.1","label":"v8.1.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.2","label":"v8.2.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.3","label":"v8.3.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.4","label":"v8.4.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.17","label":"v7.17.8","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145480","number":145480,"mergeCommit":{"message":"[DOCS] Fix link in Kibana Add Data (elastic#145480)","sha":"d68b016953c406c52928b008447687f8ae109ffe"}},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <[email protected]>
…stic#145441) (elastic#145482) # Backport This will backport the following commits from `main` to `8.6`: - [[Security Solution][Bug fix] alerts table over 10k results (elastic#145441)](elastic#145441) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"christineweng","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-16T23:38:43Z","message":"[Security Solution][Bug fix] alerts table over 10k results (elastic#145441)\n\nThis PR aims to address:\r\n- https://github.com/elastic/kibana/issues/142965\r\n\r\n### Background\r\nOn Alerts page -> Events table -> Event Rendered view, when there are\r\nover 10,000 alerts, upon clicking the last page, a warning message\r\nappears.\r\n\r\n<img width=\"800\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/18648970/202265598-5d9d657c-4918-408e-9f92-bcaafc904757.png\">\r\n\r\nThe pop up is expected behavior according to documentation from:\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html\r\n.\r\n\r\n> By default, you cannot use from and size to page through more than\r\n10,000 hits. This limit is a safeguard set by the\r\n[index.max_result_window](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-max-result-window)\r\nindex setting.\r\n\r\n\r\n### After\r\nCurrently the Grid view has a safeguard in place, where if there are\r\nmore than 10k results, it will not show the last page, hence preventing\r\nuser from clicking it and seeing the error pop up.\r\n- This PR applies the same approach by wrapping the `EventRenderView`\r\ncomponent with the `EuiDataGridContainer`.\r\n- This PR also renamed `EuiDataGridContainer` to\r\n`EuiEventTableContainer` to indicate broader use.\r\n\r\nWhen there are over 10k records, last page is not available in\r\npagination, and it is the same in Event Rendered View as in Grid view:\r\n\r\n\r\n\r\n\r\nhttps://user-images.githubusercontent.com/18648970/202271379-309cbb3c-5da6-4c46-9814-beeca39d1f36.mov","sha":"3c77ec063387ee1c7545774d069f134d55eabe2b","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v6.8.6","Team:Threat Hunting","Team: SecuritySolution","Team:Threat Hunting:Investigations","v8.7.0"],"number":145441,"url":"https://github.com/elastic/kibana/pull/145441","mergeCommit":{"message":"[Security Solution][Bug fix] alerts table over 10k results (elastic#145441)\n\nThis PR aims to address:\r\n- https://github.com/elastic/kibana/issues/142965\r\n\r\n### Background\r\nOn Alerts page -> Events table -> Event Rendered view, when there are\r\nover 10,000 alerts, upon clicking the last page, a warning message\r\nappears.\r\n\r\n<img width=\"800\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/18648970/202265598-5d9d657c-4918-408e-9f92-bcaafc904757.png\">\r\n\r\nThe pop up is expected behavior according to documentation from:\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html\r\n.\r\n\r\n> By default, you cannot use from and size to page through more than\r\n10,000 hits. This limit is a safeguard set by the\r\n[index.max_result_window](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-max-result-window)\r\nindex setting.\r\n\r\n\r\n### After\r\nCurrently the Grid view has a safeguard in place, where if there are\r\nmore than 10k results, it will not show the last page, hence preventing\r\nuser from clicking it and seeing the error pop up.\r\n- This PR applies the same approach by wrapping the `EventRenderView`\r\ncomponent with the `EuiDataGridContainer`.\r\n- This PR also renamed `EuiDataGridContainer` to\r\n`EuiEventTableContainer` to indicate broader use.\r\n\r\nWhen there are over 10k records, last page is not available in\r\npagination, and it is the same in Event Rendered View as in Grid view:\r\n\r\n\r\n\r\n\r\nhttps://user-images.githubusercontent.com/18648970/202271379-309cbb3c-5da6-4c46-9814-beeca39d1f36.mov","sha":"3c77ec063387ee1c7545774d069f134d55eabe2b"}},"sourceBranch":"main","suggestedTargetBranches":["6.8"],"targetPullRequestStates":[{"branch":"6.8","label":"v6.8.6","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145441","number":145441,"mergeCommit":{"message":"[Security Solution][Bug fix] alerts table over 10k results (elastic#145441)\n\nThis PR aims to address:\r\n- https://github.com/elastic/kibana/issues/142965\r\n\r\n### Background\r\nOn Alerts page -> Events table -> Event Rendered view, when there are\r\nover 10,000 alerts, upon clicking the last page, a warning message\r\nappears.\r\n\r\n<img width=\"800\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/18648970/202265598-5d9d657c-4918-408e-9f92-bcaafc904757.png\">\r\n\r\nThe pop up is expected behavior according to documentation from:\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html\r\n.\r\n\r\n> By default, you cannot use from and size to page through more than\r\n10,000 hits. This limit is a safeguard set by the\r\n[index.max_result_window](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-max-result-window)\r\nindex setting.\r\n\r\n\r\n### After\r\nCurrently the Grid view has a safeguard in place, where if there are\r\nmore than 10k results, it will not show the last page, hence preventing\r\nuser from clicking it and seeing the error pop up.\r\n- This PR applies the same approach by wrapping the `EventRenderView`\r\ncomponent with the `EuiDataGridContainer`.\r\n- This PR also renamed `EuiDataGridContainer` to\r\n`EuiEventTableContainer` to indicate broader use.\r\n\r\nWhen there are over 10k records, last page is not available in\r\npagination, and it is the same in Event Rendered View as in Grid view:\r\n\r\n\r\n\r\n\r\nhttps://user-images.githubusercontent.com/18648970/202271379-309cbb3c-5da6-4c46-9814-beeca39d1f36.mov","sha":"3c77ec063387ee1c7545774d069f134d55eabe2b"}}]}] BACKPORT--> Co-authored-by: christineweng <[email protected]>
…es" message while request to get rule types is in flight (elastic#145407) (elastic#145506) # Backport This will backport the following commits from `main` to `8.6`: - [Don't show "You have not been authorized to create any Rule types" message while request to get rule types is in flight (elastic#145407)](elastic#145407) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Coen Warmer","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T07:19:07Z","message":"Don't show \"You have not been authorized to create any Rule types\" message while request to get rule types is in flight (elastic#145407)","sha":"e01649e7b23d9bb0b855b2ba2081ae72cc49f815","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","Team: Actionable Observability","v8.6.0","v8.7.0"],"number":145407,"url":"https://github.com/elastic/kibana/pull/145407","mergeCommit":{"message":"Don't show \"You have not been authorized to create any Rule types\" message while request to get rule types is in flight (elastic#145407)","sha":"e01649e7b23d9bb0b855b2ba2081ae72cc49f815"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145407","number":145407,"mergeCommit":{"message":"Don't show \"You have not been authorized to create any Rule types\" message while request to get rule types is in flight (elastic#145407)","sha":"e01649e7b23d9bb0b855b2ba2081ae72cc49f815"}}]}] BACKPORT--> Co-authored-by: Coen Warmer <[email protected]>
…lastic#143383) (elastic#145512) # Backport This will backport the following commits from `main` to `8.6`: - [[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)](elastic#143383) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gloria Hornero","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T09:04:38Z","message":"[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"3d7f1fb1cf3e8adc1984fdb85456c8b92664de2b","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections and Resp","Team: SecuritySolution","Team:Detection Rules","Team:Detection Alerts","v8.6.0","v8.7.0"],"number":143383,"url":"https://github.com/elastic/kibana/pull/143383","mergeCommit":{"message":"[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"3d7f1fb1cf3e8adc1984fdb85456c8b92664de2b"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/143383","number":143383,"mergeCommit":{"message":"[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"3d7f1fb1cf3e8adc1984fdb85456c8b92664de2b"}}]}] BACKPORT-->
…lastic#143383) (elastic#145513) # Backport This will backport the following commits from `main` to `8.6`: - [[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)](elastic#143383) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gloria Hornero","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T09:04:38Z","message":"[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"3d7f1fb1cf3e8adc1984fdb85456c8b92664de2b","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections and Resp","Team: SecuritySolution","Team:Detection Rules","Team:Detection Alerts","v8.6.0","v8.7.0"],"number":143383,"url":"https://github.com/elastic/kibana/pull/143383","mergeCommit":{"message":"[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"3d7f1fb1cf3e8adc1984fdb85456c8b92664de2b"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/143383","number":143383,"mergeCommit":{"message":"[Security Solution] POC reusing types and avoiding data-driven (elastic#143383)\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"3d7f1fb1cf3e8adc1984fdb85456c8b92664de2b"}}]}] BACKPORT--> Co-authored-by: Gloria Hornero <[email protected]>
…lastic#143963) (elastic#145520) # Backport This will backport the following commits from `main` to `8.6`: - [[Stack Monitoring] Use doc ID to deduplicate shard allocations (elastic#143963)](elastic#143963) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Milton Hultgren","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T09:44:58Z","message":"[Stack Monitoring] Use doc ID to deduplicate shard allocations (elastic#143963)\n\n## Summary\r\n\r\nThis PR depends on Metricbeat changes introduced in this PR\r\nhttps://github.com/elastic/beats/pull/33457 or the Internal collection\r\nchanges introduced in\r\nhttps://github.com/elastic/elasticsearch/pull/91153.\r\n\r\nThe above PR fixes a bug that makes Metricbeat properly report on all\r\nthe shards in an index, but our shard legend had the same kind of bug,\r\nit only displayed the first replica because it didn't account for the\r\nreplica \"id\" in the function that tries to deduplicate the results.\r\n\r\nSince the above PR ensures we report each shard with a unique document\r\nID, we change the Kibana code to use the document ID instead of trying\r\nto regenerate a unique ID.\r\n\r\n### How to test\r\nGet the changes: `git fetch [email protected]:miltonhultgren/kibana.git\r\nsm-shard-allocations:sm-shard-allocations && git switch\r\nsm-shard-allocations`\r\n\r\nStart Elasticsearch, create an index like this:\r\n```\r\nPUT /some-index\r\n{\r\n \"settings\": {\r\n \"index\": {\r\n \"number_of_shards\": 3, \r\n \"number_of_replicas\": 3\r\n }\r\n }\r\n}\r\n```\r\n\r\nRun Metricbeat with `xpack.enabled: true`. \r\n\r\nVisit the Index details page for `some-index` in the Stack Monitoring\r\napp and verify that on a single node cluster you have 12 shards, 9 of\r\nwhich are unassigned.\r\n\r\n<img width=\"753\" alt=\"Screenshot 2022-10-25 at 17 19 25\"\r\nsrc=\"https://user-images.githubusercontent.com/2564140/197819368-8ea45e1c-7472-4e15-9267-3b5d73378f2a.png\">\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"b7debc839ff6923923fe9a41355bd0318e04cdca","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Infra Monitoring UI","release_note:skip","Feature:Stack Monitoring","backport:prev-minor","v8.7.0"],"number":143963,"url":"https://github.com/elastic/kibana/pull/143963","mergeCommit":{"message":"[Stack Monitoring] Use doc ID to deduplicate shard allocations (elastic#143963)\n\n## Summary\r\n\r\nThis PR depends on Metricbeat changes introduced in this PR\r\nhttps://github.com/elastic/beats/pull/33457 or the Internal collection\r\nchanges introduced in\r\nhttps://github.com/elastic/elasticsearch/pull/91153.\r\n\r\nThe above PR fixes a bug that makes Metricbeat properly report on all\r\nthe shards in an index, but our shard legend had the same kind of bug,\r\nit only displayed the first replica because it didn't account for the\r\nreplica \"id\" in the function that tries to deduplicate the results.\r\n\r\nSince the above PR ensures we report each shard with a unique document\r\nID, we change the Kibana code to use the document ID instead of trying\r\nto regenerate a unique ID.\r\n\r\n### How to test\r\nGet the changes: `git fetch [email protected]:miltonhultgren/kibana.git\r\nsm-shard-allocations:sm-shard-allocations && git switch\r\nsm-shard-allocations`\r\n\r\nStart Elasticsearch, create an index like this:\r\n```\r\nPUT /some-index\r\n{\r\n \"settings\": {\r\n \"index\": {\r\n \"number_of_shards\": 3, \r\n \"number_of_replicas\": 3\r\n }\r\n }\r\n}\r\n```\r\n\r\nRun Metricbeat with `xpack.enabled: true`. \r\n\r\nVisit the Index details page for `some-index` in the Stack Monitoring\r\napp and verify that on a single node cluster you have 12 shards, 9 of\r\nwhich are unassigned.\r\n\r\n<img width=\"753\" alt=\"Screenshot 2022-10-25 at 17 19 25\"\r\nsrc=\"https://user-images.githubusercontent.com/2564140/197819368-8ea45e1c-7472-4e15-9267-3b5d73378f2a.png\">\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"b7debc839ff6923923fe9a41355bd0318e04cdca"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/143963","number":143963,"mergeCommit":{"message":"[Stack Monitoring] Use doc ID to deduplicate shard allocations (elastic#143963)\n\n## Summary\r\n\r\nThis PR depends on Metricbeat changes introduced in this PR\r\nhttps://github.com/elastic/beats/pull/33457 or the Internal collection\r\nchanges introduced in\r\nhttps://github.com/elastic/elasticsearch/pull/91153.\r\n\r\nThe above PR fixes a bug that makes Metricbeat properly report on all\r\nthe shards in an index, but our shard legend had the same kind of bug,\r\nit only displayed the first replica because it didn't account for the\r\nreplica \"id\" in the function that tries to deduplicate the results.\r\n\r\nSince the above PR ensures we report each shard with a unique document\r\nID, we change the Kibana code to use the document ID instead of trying\r\nto regenerate a unique ID.\r\n\r\n### How to test\r\nGet the changes: `git fetch [email protected]:miltonhultgren/kibana.git\r\nsm-shard-allocations:sm-shard-allocations && git switch\r\nsm-shard-allocations`\r\n\r\nStart Elasticsearch, create an index like this:\r\n```\r\nPUT /some-index\r\n{\r\n \"settings\": {\r\n \"index\": {\r\n \"number_of_shards\": 3, \r\n \"number_of_replicas\": 3\r\n }\r\n }\r\n}\r\n```\r\n\r\nRun Metricbeat with `xpack.enabled: true`. \r\n\r\nVisit the Index details page for `some-index` in the Stack Monitoring\r\napp and verify that on a single node cluster you have 12 shards, 9 of\r\nwhich are unassigned.\r\n\r\n<img width=\"753\" alt=\"Screenshot 2022-10-25 at 17 19 25\"\r\nsrc=\"https://user-images.githubusercontent.com/2564140/197819368-8ea45e1c-7472-4e15-9267-3b5d73378f2a.png\">\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"b7debc839ff6923923fe9a41355bd0318e04cdca"}}]}] BACKPORT--> Co-authored-by: Milton Hultgren <[email protected]>
…tic#145499) (elastic#145525) # Backport This will backport the following commits from `main` to `8.6`: - [[Profiling] Add APIs to clear frame and executable caches (elastic#145499)](elastic#145499) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joseph Crail","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T10:04:58Z","message":"[Profiling] Add APIs to clear frame and executable caches (elastic#145499)\n\nThis PR adds two endpoints to clear each respective cache:\r\n\r\n* `DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/executables`\r\n* `DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/stackframes`\r\n\r\nRelated to https://github.com/elastic/prodfiler/issues/2759\r\n\r\n#### Design choices\r\n\r\n1. The `DELETE` method was chosen instead of `PUT` or `POST` since the\r\ngiven semantics of `DELETE` matches the expected behavior for the\r\nrelated issue.\r\n2. Each endpoint will remove all items from the respective cache. A\r\nseparate API for each cache allows us to selectively clear the necessary\r\ncache without the downsides of a catch-all endpoint to clear all caches.\r\nThis gives us the flexibility to add more endpoints if needed. Given the\r\ntradeoff between complexity now or later, it was decided to implement\r\ngeneral invalidation now with the option to invalidate specific items\r\nlater.\r\n3. The RESTful design allows us to clear specific items later (e.g.\r\n`DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/executables/{ID}`\r\ncould clear only executable `ID` from the cache).\r\n4. Each endpoint returns an empty payload on success. However, the\r\nKibana logs reflect the actions taken and how many cache items were\r\naffected.\r\n5. The stacktrace cache was ignored since it was not affected by symbols\r\nwritten to Elasticsearch.\r\n6. Each endpoint is not directly accessible from UI since it is expected\r\nthat the endpoints will be called outside of Kibana. However, the\r\nendpoints can be called manually from the browser's console.","sha":"642ab74cfc1a4ef5c0a2dfdadf00bd3792f780a7","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.6.0","v8.7.0","v8.5.2"],"number":145499,"url":"https://github.com/elastic/kibana/pull/145499","mergeCommit":{"message":"[Profiling] Add APIs to clear frame and executable caches (elastic#145499)\n\nThis PR adds two endpoints to clear each respective cache:\r\n\r\n* `DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/executables`\r\n* `DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/stackframes`\r\n\r\nRelated to https://github.com/elastic/prodfiler/issues/2759\r\n\r\n#### Design choices\r\n\r\n1. The `DELETE` method was chosen instead of `PUT` or `POST` since the\r\ngiven semantics of `DELETE` matches the expected behavior for the\r\nrelated issue.\r\n2. Each endpoint will remove all items from the respective cache. A\r\nseparate API for each cache allows us to selectively clear the necessary\r\ncache without the downsides of a catch-all endpoint to clear all caches.\r\nThis gives us the flexibility to add more endpoints if needed. Given the\r\ntradeoff between complexity now or later, it was decided to implement\r\ngeneral invalidation now with the option to invalidate specific items\r\nlater.\r\n3. The RESTful design allows us to clear specific items later (e.g.\r\n`DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/executables/{ID}`\r\ncould clear only executable `ID` from the cache).\r\n4. Each endpoint returns an empty payload on success. However, the\r\nKibana logs reflect the actions taken and how many cache items were\r\naffected.\r\n5. The stacktrace cache was ignored since it was not affected by symbols\r\nwritten to Elasticsearch.\r\n6. Each endpoint is not directly accessible from UI since it is expected\r\nthat the endpoints will be called outside of Kibana. However, the\r\nendpoints can be called manually from the browser's console.","sha":"642ab74cfc1a4ef5c0a2dfdadf00bd3792f780a7"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145499","number":145499,"mergeCommit":{"message":"[Profiling] Add APIs to clear frame and executable caches (elastic#145499)\n\nThis PR adds two endpoints to clear each respective cache:\r\n\r\n* `DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/executables`\r\n* `DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/stackframes`\r\n\r\nRelated to https://github.com/elastic/prodfiler/issues/2759\r\n\r\n#### Design choices\r\n\r\n1. The `DELETE` method was chosen instead of `PUT` or `POST` since the\r\ngiven semantics of `DELETE` matches the expected behavior for the\r\nrelated issue.\r\n2. Each endpoint will remove all items from the respective cache. A\r\nseparate API for each cache allows us to selectively clear the necessary\r\ncache without the downsides of a catch-all endpoint to clear all caches.\r\nThis gives us the flexibility to add more endpoints if needed. Given the\r\ntradeoff between complexity now or later, it was decided to implement\r\ngeneral invalidation now with the option to invalidate specific items\r\nlater.\r\n3. The RESTful design allows us to clear specific items later (e.g.\r\n`DELETE {BASE_KIBANA_PATH}/api/profiling/v1/cache/executables/{ID}`\r\ncould clear only executable `ID` from the cache).\r\n4. Each endpoint returns an empty payload on success. However, the\r\nKibana logs reflect the actions taken and how many cache items were\r\naffected.\r\n5. The stacktrace cache was ignored since it was not affected by symbols\r\nwritten to Elasticsearch.\r\n6. Each endpoint is not directly accessible from UI since it is expected\r\nthat the endpoints will be called outside of Kibana. However, the\r\nendpoints can be called manually from the browser's console.","sha":"642ab74cfc1a4ef5c0a2dfdadf00bd3792f780a7"}},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joseph Crail <[email protected]>
…ic#145527) # Backport This will backport the following commits from `main` to `8.6`: - [[Stack Monitoring] api tests for kibana (elastic#145230)](elastic#145230) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kevin Lacabane","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T10:25:24Z","message":"[Stack Monitoring] api tests for kibana (elastic#145230)\n\n## Summary\r\nPart of https://github.com/elastic/kibana/issues/119658\r\n\r\nAdd api integration tests for kibana routes to validate behavior when\r\nreading data ingested by elastic-agent.\r\n\r\nWe currently have a testing suite for legacy and another one for\r\nmetricbeat. Since metricbeat and agent documents only differ in their\r\nmetadata, for example agent will populate a `data_stream.*` property to\r\nidentify the document types while metricbeat uses `metricset.*`, the\r\ntests assertion validating _business_ data should pass regardless of the\r\ndocuments source. With this in mind the metricbeat tests were updated to\r\nrun the tests twice, one time with metricbeat data and a second time\r\nwith package data.\r\n\r\nTo generate the archives the `metrics-*` mappings were extracted with\r\nesArchiver from an elasticsearch with the package installed, and the\r\ndocuments were transformed from the metricbeat documents with [this\r\nscript](https://gist.github.com/klacabane/654497ff86053c60af6df15fa6f6f657).\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"90f0ae2966016e0a010caedc9c83d02947d4f4f0","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Infra Monitoring UI","release_note:skip","Feature:Stack Monitoring","v8.6.0","v8.7.0"],"number":145230,"url":"https://github.com/elastic/kibana/pull/145230","mergeCommit":{"message":"[Stack Monitoring] api tests for kibana (elastic#145230)\n\n## Summary\r\nPart of https://github.com/elastic/kibana/issues/119658\r\n\r\nAdd api integration tests for kibana routes to validate behavior when\r\nreading data ingested by elastic-agent.\r\n\r\nWe currently have a testing suite for legacy and another one for\r\nmetricbeat. Since metricbeat and agent documents only differ in their\r\nmetadata, for example agent will populate a `data_stream.*` property to\r\nidentify the document types while metricbeat uses `metricset.*`, the\r\ntests assertion validating _business_ data should pass regardless of the\r\ndocuments source. With this in mind the metricbeat tests were updated to\r\nrun the tests twice, one time with metricbeat data and a second time\r\nwith package data.\r\n\r\nTo generate the archives the `metrics-*` mappings were extracted with\r\nesArchiver from an elasticsearch with the package installed, and the\r\ndocuments were transformed from the metricbeat documents with [this\r\nscript](https://gist.github.com/klacabane/654497ff86053c60af6df15fa6f6f657).\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"90f0ae2966016e0a010caedc9c83d02947d4f4f0"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145230","number":145230,"mergeCommit":{"message":"[Stack Monitoring] api tests for kibana (elastic#145230)\n\n## Summary\r\nPart of https://github.com/elastic/kibana/issues/119658\r\n\r\nAdd api integration tests for kibana routes to validate behavior when\r\nreading data ingested by elastic-agent.\r\n\r\nWe currently have a testing suite for legacy and another one for\r\nmetricbeat. Since metricbeat and agent documents only differ in their\r\nmetadata, for example agent will populate a `data_stream.*` property to\r\nidentify the document types while metricbeat uses `metricset.*`, the\r\ntests assertion validating _business_ data should pass regardless of the\r\ndocuments source. With this in mind the metricbeat tests were updated to\r\nrun the tests twice, one time with metricbeat data and a second time\r\nwith package data.\r\n\r\nTo generate the archives the `metrics-*` mappings were extracted with\r\nesArchiver from an elasticsearch with the package installed, and the\r\ndocuments were transformed from the metricbeat documents with [this\r\nscript](https://gist.github.com/klacabane/654497ff86053c60af6df15fa6f6f657).\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"90f0ae2966016e0a010caedc9c83d02947d4f4f0"}}]}] BACKPORT--> Co-authored-by: Kevin Lacabane <[email protected]>
…ic#145543) # Backport This will backport the following commits from `main` to `8.6`: - [[Discover] Track adhoc data views usage (elastic#144244)](elastic#144244) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dmitry Tomashevich","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T11:29:35Z","message":"[Discover] Track adhoc data views usage (elastic#144244)\n\n## Summary\r\n\r\nCloses elastic#141090\r\n\r\nThis PR enabled metrics for adhoc data views usage in Discover.\r\n\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"2454fd01b08767b31f25fe4674ac92b9633606f6","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Discover","release_note:skip","auto-backport","Team:DataDiscovery","v8.6.0","v8.7.0"],"number":144244,"url":"https://github.com/elastic/kibana/pull/144244","mergeCommit":{"message":"[Discover] Track adhoc data views usage (elastic#144244)\n\n## Summary\r\n\r\nCloses elastic#141090\r\n\r\nThis PR enabled metrics for adhoc data views usage in Discover.\r\n\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"2454fd01b08767b31f25fe4674ac92b9633606f6"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/144244","number":144244,"mergeCommit":{"message":"[Discover] Track adhoc data views usage (elastic#144244)\n\n## Summary\r\n\r\nCloses elastic#141090\r\n\r\nThis PR enabled metrics for adhoc data views usage in Discover.\r\n\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"2454fd01b08767b31f25fe4674ac92b9633606f6"}}]}] BACKPORT--> Co-authored-by: Dmitry Tomashevich <[email protected]>
…atures (elastic#145383) (elastic#145545) # Backport This will backport the following commits from `main` to `8.6`: - [[Enterprise Search] Only show specifically enabled filtering features (elastic#145383)](elastic#145383) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sander Philipse","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T11:46:00Z","message":"[Enterprise Search] Only show specifically enabled filtering features (elastic#145383)\n\nThis hides a specific filtering feature from the user if it's not\r\nenabled for the connector they're using.","sha":"ed14ba0e29ae17f176d8fc87db4ccf4a1edf73a5","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:EnterpriseSearch","v8.6.0","v8.7.0"],"number":145383,"url":"https://github.com/elastic/kibana/pull/145383","mergeCommit":{"message":"[Enterprise Search] Only show specifically enabled filtering features (elastic#145383)\n\nThis hides a specific filtering feature from the user if it's not\r\nenabled for the connector they're using.","sha":"ed14ba0e29ae17f176d8fc87db4ccf4a1edf73a5"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145383","number":145383,"mergeCommit":{"message":"[Enterprise Search] Only show specifically enabled filtering features (elastic#145383)\n\nThis hides a specific filtering feature from the user if it's not\r\nenabled for the connector they're using.","sha":"ed14ba0e29ae17f176d8fc87db4ccf4a1edf73a5"}}]}] BACKPORT--> Co-authored-by: Sander Philipse <[email protected]>
…elastic#145546) # Backport This will backport the following commits from `main` to `8.6`: - [[ML] Fix typo and upper confidence bound field (elastic#145526)](elastic#145526) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Valeriy Khakhutskyy","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T11:48:36Z","message":"[ML] Fix typo and upper confidence bound field (elastic#145526)\n\nThis PR fixes minor typos and assigns the correct value to the upper\r\nconfidence bound.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a00f1300eb364f3dd8d51778aadc7b156956a2d8","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["non-issue",":ml","Feature:Anomaly Detection","release_note:skip","v8.6.0","v8.7.0"],"number":145526,"url":"https://github.com/elastic/kibana/pull/145526","mergeCommit":{"message":"[ML] Fix typo and upper confidence bound field (elastic#145526)\n\nThis PR fixes minor typos and assigns the correct value to the upper\r\nconfidence bound.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a00f1300eb364f3dd8d51778aadc7b156956a2d8"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145526","number":145526,"mergeCommit":{"message":"[ML] Fix typo and upper confidence bound field (elastic#145526)\n\nThis PR fixes minor typos and assigns the correct value to the upper\r\nconfidence bound.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a00f1300eb364f3dd8d51778aadc7b156956a2d8"}}]}] BACKPORT--> Co-authored-by: Valeriy Khakhutskyy <[email protected]>
… (elastic#145550) # Backport This will backport the following commits from `main` to `8.6`: - [[Synthetics UI] Filter history stats by location (elastic#145515)](elastic#145515) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Gómez","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T12:10:19Z","message":"[Synthetics UI] Filter history stats by location (elastic#145515)\n\n## Summary\r\n\r\nRelated to elastic#144857. Ensure the stats in the history page also take into\r\naccount the monitor location.","sha":"ce1ec3178d1c329fe287d49cfc03681682f89b79","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:uptime","release_note:skip","v8.6.0","v8.7.0"],"number":145515,"url":"https://github.com/elastic/kibana/pull/145515","mergeCommit":{"message":"[Synthetics UI] Filter history stats by location (elastic#145515)\n\n## Summary\r\n\r\nRelated to elastic#144857. Ensure the stats in the history page also take into\r\naccount the monitor location.","sha":"ce1ec3178d1c329fe287d49cfc03681682f89b79"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145515","number":145515,"mergeCommit":{"message":"[Synthetics UI] Filter history stats by location (elastic#145515)\n\n## Summary\r\n\r\nRelated to elastic#144857. Ensure the stats in the history page also take into\r\naccount the monitor location.","sha":"ce1ec3178d1c329fe287d49cfc03681682f89b79"}}]}] BACKPORT--> Co-authored-by: Alejandro Fernández Gómez <[email protected]>
botelastic
bot
added
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
Team:APM
All issues that need APM UI Team support
Team:Fleet
Team label for Observability Data Collection Fleet team
labels
Nov 23, 2022
Pinging @elastic/apm-ui (Team:APM) |
Pinging @elastic/fleet (Team:Fleet) |
Documentation preview: |
Argh, super sorry, forgot to switch target branches. Please ignore this - closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
Team:APM
All issues that need APM UI Team support
Team:Fleet
Team label for Observability Data Collection Fleet team
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.
EDIT: Please disregard this PR, as it's pointed at the wrong branch.