mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
26168 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
ed1497dabb
|
[8.5] [DOCS] Lint ML sync API specification (#148841) (#148907)
# Backport This will backport the following commits from `main` to `8.5`: - [[DOCS] Lint ML sync API specification (#148841)](https://github.com/elastic/kibana/pull/148841) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-01-13T16:44:07Z","message":"[DOCS] Lint ML sync API specification (#148841)","sha":"b174b1908fae1d79ed1904a365be69cfec96edd6","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","docs","backport:prev-minor","v8.7.0"],"number":148841,"url":"https://github.com/elastic/kibana/pull/148841","mergeCommit":{"message":"[DOCS] Lint ML sync API specification (#148841)","sha":"b174b1908fae1d79ed1904a365be69cfec96edd6"}},"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/148841","number":148841,"mergeCommit":{"message":"[DOCS] Lint ML sync API specification (#148841)","sha":"b174b1908fae1d79ed1904a365be69cfec96edd6"}},{"url":"https://github.com/elastic/kibana/pull/148904","number":148904,"branch":"8.6","state":"OPEN"}]}] BACKPORT--> [skip ci] Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
|
89faa3709f
|
[8.5] Removes perlGuide from doc link service (#148803) (#148815)
# Backport This will backport the following commits from `main` to `8.5`: - [Removes perlGuide from doc link service (#148803)](https://github.com/elastic/kibana/pull/148803) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"István Zoltán Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2023-01-12T15:13:14Z","message":"Removes perlGuide from doc link service (#148803)","sha":"a82e62f0cd29497a8dbbb5f2f7eff07ed14fbf2e","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","v8.0.2","v8.1.4","v8.2.4","v8.3.4","v8.4.4","v8.7.0","v8.6.1","v8.5.4"],"number":148803,"url":"https://github.com/elastic/kibana/pull/148803","mergeCommit":{"message":"Removes perlGuide from doc link service (#148803)","sha":"a82e62f0cd29497a8dbbb5f2f7eff07ed14fbf2e"}},"sourceBranch":"main","suggestedTargetBranches":["8.0","8.1","8.2","8.3","8.4","8.6","8.5"],"targetPullRequestStates":[{"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.4","label":"v8.4.4","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/148803","number":148803,"mergeCommit":{"message":"Removes perlGuide from doc link service (#148803)","sha":"a82e62f0cd29497a8dbbb5f2f7eff07ed14fbf2e"}},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
47cf4027fd
|
[8.5] Fix Enterprise Search document search bug in indices without position data indexed (#148397) (#148410)
# Backport This will backport the following commits from `main` to `8.5`: - [Fix Enterprise Search document search bug in indices without position data indexed (#148397)](https://github.com/elastic/kibana/pull/148397) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kathleen DeRusso","email":"63422879+kderusso@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-01-04T18:08:59Z","message":"Fix Enterprise Search document search bug in indices without position data indexed (#148397)\n\n## Summary\r\n\r\nFixes a bug where some searches including spaces would error in certain\r\nEnterprise Search indices that don't support multi-match queries in\r\nindexed metadata.\r\n\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- [ ] 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)\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"07a19f12d278ccf03a2a586f3bcef98f9d6f289c","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:EnterpriseSearch","auto-backport-next","v8.6.0","v8.7.0","v7.17.9"],"number":148397,"url":"https://github.com/elastic/kibana/pull/148397","mergeCommit":{"message":"Fix Enterprise Search document search bug in indices without position data indexed (#148397)\n\n## Summary\r\n\r\nFixes a bug where some searches including spaces would error in certain\r\nEnterprise Search indices that don't support multi-match queries in\r\nindexed metadata.\r\n\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- [ ] 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)\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"07a19f12d278ccf03a2a586f3bcef98f9d6f289c"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","7.17"],"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/148397","number":148397,"mergeCommit":{"message":"Fix Enterprise Search document search bug in indices without position data indexed (#148397)\n\n## Summary\r\n\r\nFixes a bug where some searches including spaces would error in certain\r\nEnterprise Search indices that don't support multi-match queries in\r\nindexed metadata.\r\n\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- [ ] 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)\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"07a19f12d278ccf03a2a586f3bcef98f9d6f289c"}},{"branch":"7.17","label":"v7.17.9","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Kathleen DeRusso <63422879+kderusso@users.noreply.github.com> |
||
|
90d97aacc3
|
[8.5] [Monitoring] Read expiryDateMS from the right path in License rule (#148129) (#148211)
# Backport This will backport the following commits from `main` to `8.5`: - [[Monitoring] Read expiryDateMS from the right path in License rule (#148129)](https://github.com/elastic/kibana/pull/148129) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Milton Hultgren","email":"milton.hultgren@elastic.co"},"sourceCommit":{"committedDate":"2022-12-29T17:28:13Z","message":"[Monitoring] Read expiryDateMS from the right path in License rule (#148129)\n\nThe license details have been placed under the `meta` property but the\r\ncontext messages were not updated to read correctly from that path, this\r\nPR fixes that little issue.","sha":"0b83a2a61a1a560bc8394574d50db4e9ced00731","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Infra Monitoring UI","release_note:skip","Feature:Stack Monitoring","backport:all-open","v8.7.0"],"number":148129,"url":"https://github.com/elastic/kibana/pull/148129","mergeCommit":{"message":"[Monitoring] Read expiryDateMS from the right path in License rule (#148129)\n\nThe license details have been placed under the `meta` property but the\r\ncontext messages were not updated to read correctly from that path, this\r\nPR fixes that little issue.","sha":"0b83a2a61a1a560bc8394574d50db4e9ced00731"}},"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/148129","number":148129,"mergeCommit":{"message":"[Monitoring] Read expiryDateMS from the right path in License rule (#148129)\n\nThe license details have been placed under the `meta` property but the\r\ncontext messages were not updated to read correctly from that path, this\r\nPR fixes that little issue.","sha":"0b83a2a61a1a560bc8394574d50db4e9ced00731"}}]}] BACKPORT--> Co-authored-by: Milton Hultgren <milton.hultgren@elastic.co> |
||
|
2cd0d51e8b
|
[8.5] Ensure that API keys are rendered before performing bulk delete in functional tests. (#148013) (#148045)
# Backport This will backport the following commits from `main` to `8.5`: - [Ensure that API keys are rendered before performing bulk delete in functional tests. (#148013)](https://github.com/elastic/kibana/pull/148013) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Aleh Zasypkin","email":"aleh.zasypkin@elastic.co"},"sourceCommit":{"committedDate":"2022-12-22T18:44:11Z","message":"Ensure that API keys are rendered before performing bulk delete in functional tests. (#148013)","sha":"3a5f5626b2c3631eb2646782937171d2f87ce525","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["test","Team:Security","Feature:Users/Roles/API Keys","release_note:skip","ci:no-auto-commit","backport:all-open","v8.7.0"],"number":148013,"url":"https://github.com/elastic/kibana/pull/148013","mergeCommit":{"message":"Ensure that API keys are rendered before performing bulk delete in functional tests. (#148013)","sha":"3a5f5626b2c3631eb2646782937171d2f87ce525"}},"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/148013","number":148013,"mergeCommit":{"message":"Ensure that API keys are rendered before performing bulk delete in functional tests. (#148013)","sha":"3a5f5626b2c3631eb2646782937171d2f87ce525"}}]}] BACKPORT--> |
||
|
8cb5d8a5d7
|
[8.5] [Enterprise Search] Gate native connectors for low-memory deployments (#147845) (#147924)
# Backport This will backport the following commits from `main` to `8.5`: - [[Enterprise Search] Gate native connectors for low-memory deployments (#147845)](https://github.com/elastic/kibana/pull/147845) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sander Philipse","email":"94373878+sphilipse@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-12-20T17:31:04Z","message":"[Enterprise Search] Gate native connectors for low-memory deployments (#147845)\n\nThis blocks native connectors from being deployed on deployments with\r\ntoo little memory.","sha":"3b38da4e57b4786607880db1efa3e7e7e4832ed4","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","auto-backport","Team:EnterpriseSearch","ci:cloud-deploy","v8.6.0","v8.7.0","v8.5.4"],"number":147845,"url":"https://github.com/elastic/kibana/pull/147845","mergeCommit":{"message":"[Enterprise Search] Gate native connectors for low-memory deployments (#147845)\n\nThis blocks native connectors from being deployed on deployments with\r\ntoo little memory.","sha":"3b38da4e57b4786607880db1efa3e7e7e4832ed4"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/147883","number":147883,"state":"MERGED","mergeCommit":{"sha":"bed40632ae2975f182ac6d8159f8bc1cba18e615","message":"[8.6] [Enterprise Search] Gate native connectors for low-memory deployments (#147845) (#147883)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.6`:\n- [[Enterprise Search] Gate native connectors for low-memory deployments\n(#147845)](https://github.com/elastic/kibana/pull/147845)\n\n<!--- Backport version: 8.9.7 -->\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT [{\"author\":{\"name\":\"Sander\nPhilipse\",\"email\":\"94373878+sphilipse@users.noreply.github.com\"},\"sourceCommit\":{\"committedDate\":\"2022-12-20T17:31:04Z\",\"message\":\"[Enterprise\nSearch] Gate native connectors for low-memory deployments\n(#147845)\\n\\nThis blocks native connectors from being deployed on\ndeployments with\\r\\ntoo little\nmemory.\",\"sha\":\"3b38da4e57b4786607880db1efa3e7e7e4832ed4\",\"branchLabelMapping\":{\"^v8.7.0$\":\"main\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"release_note:fix\",\"Team:EnterpriseSearch\",\"ci:cloud-deploy\",\"v8.6.0\",\"v8.7.0\"],\"number\":147845,\"url\":\"https://github.com/elastic/kibana/pull/147845\",\"mergeCommit\":{\"message\":\"[Enterprise\nSearch] Gate native connectors for low-memory deployments\n(#147845)\\n\\nThis blocks native connectors from being deployed on\ndeployments with\\r\\ntoo little\nmemory.\",\"sha\":\"3b38da4e57b4786607880db1efa3e7e7e4832ed4\"}},\"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/147845\",\"number\":147845,\"mergeCommit\":{\"message\":\"[Enterprise\nSearch] Gate native connectors for low-memory deployments\n(#147845)\\n\\nThis blocks native connectors from being deployed on\ndeployments with\\r\\ntoo little\nmemory.\",\"sha\":\"3b38da4e57b4786607880db1efa3e7e7e4832ed4\"}}]}]\nBACKPORT-->\n\nCo-authored-by: Sander Philipse <94373878+sphilipse@users.noreply.github.com>"}},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147845","number":147845,"mergeCommit":{"message":"[Enterprise Search] Gate native connectors for low-memory deployments (#147845)\n\nThis blocks native connectors from being deployed on deployments with\r\ntoo little memory.","sha":"3b38da4e57b4786607880db1efa3e7e7e4832ed4"}},{"branch":"8.5","label":"v8.5.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
|
3b44d76b62
|
[8.5] [Fleet] added a logic to use destinationId when tagging imported SOs (#147439) (#147527)
# Backport This will backport the following commits from `main` to `8.5`: - [[Fleet] added a logic to use `destinationId` when tagging imported SOs (#147439)](https://github.com/elastic/kibana/pull/147439) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Julia Bardi","email":"90178898+juliaElastic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-12-14T14:09:23Z","message":"[Fleet] added a logic to use `destinationId` when tagging imported SOs (#147439)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/147364\r\n\r\nWhen installing an integration, and some assets already exist in Kibana,\r\nthe imported SOs will recieve a newly generated ID. This caused a\r\nproblem previously when the tagging logic didn't find the SOs with their\r\noriginal ID.\r\nThe fix takes the new `destinationId` of those SOs, so the tagging can\r\ncomplete successfully.\r\n\r\n**Steps to verify**\r\n1. Add system integration in default space\r\n2. Enroll an agent and wait for system metrics to be ingested\r\n3. Create an Admin space\r\n4. Remove the system package policy, and uninstall the system package\r\nfrom Default space\r\n5. Go to Admin space and add system integration again\r\n6. Verify that the integration is added successfully, assets are created\r\nin Admin space and assets are tagged with Managed and System tags.\r\n\r\n\r\n### Checklist\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\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"7cee9fff787f1d647142d711f9f2618dd9dbc266","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v8.6.0","v8.7.0","v8.5.4"],"number":147439,"url":"https://github.com/elastic/kibana/pull/147439","mergeCommit":{"message":"[Fleet] added a logic to use `destinationId` when tagging imported SOs (#147439)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/147364\r\n\r\nWhen installing an integration, and some assets already exist in Kibana,\r\nthe imported SOs will recieve a newly generated ID. This caused a\r\nproblem previously when the tagging logic didn't find the SOs with their\r\noriginal ID.\r\nThe fix takes the new `destinationId` of those SOs, so the tagging can\r\ncomplete successfully.\r\n\r\n**Steps to verify**\r\n1. Add system integration in default space\r\n2. Enroll an agent and wait for system metrics to be ingested\r\n3. Create an Admin space\r\n4. Remove the system package policy, and uninstall the system package\r\nfrom Default space\r\n5. Go to Admin space and add system integration again\r\n6. Verify that the integration is added successfully, assets are created\r\nin Admin space and assets are tagged with Managed and System tags.\r\n\r\n\r\n### Checklist\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\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"7cee9fff787f1d647142d711f9f2618dd9dbc266"}},"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/147439","number":147439,"mergeCommit":{"message":"[Fleet] added a logic to use `destinationId` when tagging imported SOs (#147439)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/147364\r\n\r\nWhen installing an integration, and some assets already exist in Kibana,\r\nthe imported SOs will recieve a newly generated ID. This caused a\r\nproblem previously when the tagging logic didn't find the SOs with their\r\noriginal ID.\r\nThe fix takes the new `destinationId` of those SOs, so the tagging can\r\ncomplete successfully.\r\n\r\n**Steps to verify**\r\n1. Add system integration in default space\r\n2. Enroll an agent and wait for system metrics to be ingested\r\n3. Create an Admin space\r\n4. Remove the system package policy, and uninstall the system package\r\nfrom Default space\r\n5. Go to Admin space and add system integration again\r\n6. Verify that the integration is added successfully, assets are created\r\nin Admin space and assets are tagged with Managed and System tags.\r\n\r\n\r\n### Checklist\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\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"7cee9fff787f1d647142d711f9f2618dd9dbc266"}},{"branch":"8.5","label":"v8.5.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com> |
||
|
1d0785c741
|
chore(NA): bump version to 8.5.4 (#147266)
Usually bump from 8.5.3 to 8.5.4 Co-authored-by: Jonathan Budzenski <jon@elastic.co> |
||
|
7ead449030 |
skip failing suite #102283
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> |
||
|
df46998c7c
|
[8.5] [ML] Add automated screenshot for finding anomalies page (#146916) (#147213)
# Backport This will backport the following commits from `main` to `8.5`: - [[ML] Add automated screenshot for finding anomalies page (#146916)](https://github.com/elastic/kibana/pull/146916) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2022-12-07T21:27:27Z","message":"[ML] Add automated screenshot for finding anomalies page (#146916)","sha":"27077dfca04e0b33832f40ad34abd1950290cef2","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v8.7.0","8.6.1","v8.5.3"],"number":146916,"url":"https://github.com/elastic/kibana/pull/146916","mergeCommit":{"message":"[ML] Add automated screenshot for finding anomalies page (#146916)","sha":"27077dfca04e0b33832f40ad34abd1950290cef2"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146916","number":146916,"mergeCommit":{"message":"[ML] Add automated screenshot for finding anomalies page (#146916)","sha":"27077dfca04e0b33832f40ad34abd1950290cef2"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
02aae9f4b9
|
Backport Fixing upgrade dashboard smoke test render error #147037 to 8.5 (#147133) | ||
|
93852c98d9
|
[8.5] Quick-fix Users can’t upgrade their clusters when riskScore experimental feature is enabled (#146780) (#146973)
# Backport This will backport the following commits from `main` to `8.5`: - [Quick-fix Users can’t upgrade their clusters when `riskScore` experimental feature is enabled (#146780)](https://github.com/elastic/kibana/pull/146780) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pablo Machado","email":"pablo.nevesmachado@elastic.co"},"sourceCommit":{"committedDate":"2022-12-01T17:25:46Z","message":"Quick-fix Users can’t upgrade their clusters when `riskScore` experimental feature is enabled (#146780)\n\nUsers can't upgrade their clusters when an old experimental feature is\r\nenabled.\r\n\r\nWhile we don't have a final solution for this issue, I am adding the\r\nexperimental flag configuration back to prevent users from having this\r\nfrustrating experience.\r\n\r\nQuick-fix for: https://github.com/elastic/kibana/issues/146777\r\nOriginal report:\r\nhttps://elastic.slack.com/archives/C6E3MTCD7/p1669236299374339\r\n\r\nFix\r\n```\r\nFATAL Error: [config validation of [xpack.securitySolution].enableExperimental]: [riskyUsersEnabled] is not allowed. Allowed values are: tGridEnabled, tGridEventRenderedViewEnabled, excludePoliciesInFilterEnabled, kubernetesEnabled, disableIsolationUIPendingStatuses, pendingActionResponsesWithAck, policyListEnabled, policyResponseInFleetEnabled, previewTelemetryUrlEnabled, responseActionsConsoleEnabled, insightsRelatedAlertsByProcessAncestry, extendedRuleExecutionLoggingEnabled, socTrendsEnabled, responseActionsEnabled\r\n```\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"c3d1d9ec284f81f3c5d713010e52cd9d4f09c39e","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:Threat Hunting","Team: SecuritySolution","Team:Threat Hunting:Explore","v8.6.0","v8.7.0","v8.6.1"],"number":146780,"url":"https://github.com/elastic/kibana/pull/146780","mergeCommit":{"message":"Quick-fix Users can’t upgrade their clusters when `riskScore` experimental feature is enabled (#146780)\n\nUsers can't upgrade their clusters when an old experimental feature is\r\nenabled.\r\n\r\nWhile we don't have a final solution for this issue, I am adding the\r\nexperimental flag configuration back to prevent users from having this\r\nfrustrating experience.\r\n\r\nQuick-fix for: https://github.com/elastic/kibana/issues/146777\r\nOriginal report:\r\nhttps://elastic.slack.com/archives/C6E3MTCD7/p1669236299374339\r\n\r\nFix\r\n```\r\nFATAL Error: [config validation of [xpack.securitySolution].enableExperimental]: [riskyUsersEnabled] is not allowed. Allowed values are: tGridEnabled, tGridEventRenderedViewEnabled, excludePoliciesInFilterEnabled, kubernetesEnabled, disableIsolationUIPendingStatuses, pendingActionResponsesWithAck, policyListEnabled, policyResponseInFleetEnabled, previewTelemetryUrlEnabled, responseActionsConsoleEnabled, insightsRelatedAlertsByProcessAncestry, extendedRuleExecutionLoggingEnabled, socTrendsEnabled, responseActionsEnabled\r\n```\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"c3d1d9ec284f81f3c5d713010e52cd9d4f09c39e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/146813","number":146813,"state":"MERGED","mergeCommit":{"sha":"acede4b442ca8e1eac9246316796d98bcf27e6c8","message":"[8.6] Quick-fix Users can’t upgrade their clusters when `riskScore` experimental feature is enabled (#146780) (#146813)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.6`:\n- [Quick-fix Users can’t upgrade their clusters when `riskScore`\nexperimental feature is enabled\n(#146780)](https://github.com/elastic/kibana/pull/146780)\n\n<!--- Backport version: 8.9.7 -->\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT [{\"author\":{\"name\":\"Pablo\nMachado\",\"email\":\"pablo.nevesmachado@elastic.co\"},\"sourceCommit\":{\"committedDate\":\"2022-12-01T17:25:46Z\",\"message\":\"Quick-fix\nUsers can’t upgrade their clusters when `riskScore` experimental feature\nis enabled (#146780)\\n\\nUsers can't upgrade their clusters when an old\nexperimental feature is\\r\\nenabled.\\r\\n\\r\\nWhile we don't have a final\nsolution for this issue, I am adding the\\r\\nexperimental flag\nconfiguration back to prevent users from having this\\r\\nfrustrating\nexperience.\\r\\n\\r\\nQuick-fix for:\nhttps://github.com/elastic/kibana/issues/146777\\r\\nOriginal\nreport:\\r\\nhttps://elastic.slack.com/archives/C6E3MTCD7/p1669236299374339\\r\\n\\r\\nFix\\r\\n```\\r\\nFATAL\nError: [config validation of\n[xpack.securitySolution].enableExperimental]: [riskyUsersEnabled] is not\nallowed. Allowed values are: tGridEnabled,\ntGridEventRenderedViewEnabled, excludePoliciesInFilterEnabled,\nkubernetesEnabled, disableIsolationUIPendingStatuses,\npendingActionResponsesWithAck, policyListEnabled,\npolicyResponseInFleetEnabled, previewTelemetryUrlEnabled,\nresponseActionsConsoleEnabled, insightsRelatedAlertsByProcessAncestry,\nextendedRuleExecutionLoggingEnabled, socTrendsEnabled,\nresponseActionsEnabled\\r\\n```\\r\\n\\r\\nCo-authored-by: Kibana Machine\n<42973632+kibanamachine@users.noreply.github.com>\",\"sha\":\"c3d1d9ec284f81f3c5d713010e52cd9d4f09c39e\",\"branchLabelMapping\":{\"^v8.7.0$\":\"main\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"bug\",\"release_note:fix\",\"Team:Threat\nHunting\",\"Team: SecuritySolution\",\"Team:Threat\nHunting:Explore\",\"v8.6.0\",\"v8.7.0\",\"v8.6.1\"],\"number\":146780,\"url\":\"https://github.com/elastic/kibana/pull/146780\",\"mergeCommit\":{\"message\":\"Quick-fix\nUsers can’t upgrade their clusters when `riskScore` experimental feature\nis enabled (#146780)\\n\\nUsers can't upgrade their clusters when an old\nexperimental feature is\\r\\nenabled.\\r\\n\\r\\nWhile we don't have a final\nsolution for this issue, I am adding the\\r\\nexperimental flag\nconfiguration back to prevent users from having this\\r\\nfrustrating\nexperience.\\r\\n\\r\\nQuick-fix for:\nhttps://github.com/elastic/kibana/issues/146777\\r\\nOriginal\nreport:\\r\\nhttps://elastic.slack.com/archives/C6E3MTCD7/p1669236299374339\\r\\n\\r\\nFix\\r\\n```\\r\\nFATAL\nError: [config validation of\n[xpack.securitySolution].enableExperimental]: [riskyUsersEnabled] is not\nallowed. Allowed values are: tGridEnabled,\ntGridEventRenderedViewEnabled, excludePoliciesInFilterEnabled,\nkubernetesEnabled, disableIsolationUIPendingStatuses,\npendingActionResponsesWithAck, policyListEnabled,\npolicyResponseInFleetEnabled, previewTelemetryUrlEnabled,\nresponseActionsConsoleEnabled, insightsRelatedAlertsByProcessAncestry,\nextendedRuleExecutionLoggingEnabled, socTrendsEnabled,\nresponseActionsEnabled\\r\\n```\\r\\n\\r\\nCo-authored-by: Kibana Machine\n<42973632+kibanamachine@users.noreply.github.com>\",\"sha\":\"c3d1d9ec284f81f3c5d713010e52cd9d4f09c39e\"}},\"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/146780\",\"number\":146780,\"mergeCommit\":{\"message\":\"Quick-fix\nUsers can’t upgrade their clusters when `riskScore` experimental feature\nis enabled (#146780)\\n\\nUsers can't upgrade their clusters when an old\nexperimental feature is\\r\\nenabled.\\r\\n\\r\\nWhile we don't have a final\nsolution for this issue, I am adding the\\r\\nexperimental flag\nconfiguration back to prevent users from having this\\r\\nfrustrating\nexperience.\\r\\n\\r\\nQuick-fix for:\nhttps://github.com/elastic/kibana/issues/146777\\r\\nOriginal\nreport:\\r\\nhttps://elastic.slack.com/archives/C6E3MTCD7/p1669236299374339\\r\\n\\r\\nFix\\r\\n```\\r\\nFATAL\nError: [config validation of\n[xpack.securitySolution].enableExperimental]: [riskyUsersEnabled] is not\nallowed. Allowed values are: tGridEnabled,\ntGridEventRenderedViewEnabled, excludePoliciesInFilterEnabled,\nkubernetesEnabled, disableIsolationUIPendingStatuses,\npendingActionResponsesWithAck, policyListEnabled,\npolicyResponseInFleetEnabled, previewTelemetryUrlEnabled,\nresponseActionsConsoleEnabled, insightsRelatedAlertsByProcessAncestry,\nextendedRuleExecutionLoggingEnabled, socTrendsEnabled,\nresponseActionsEnabled\\r\\n```\\r\\n\\r\\nCo-authored-by: Kibana Machine\n<42973632+kibanamachine@users.noreply.github.com>\",\"sha\":\"c3d1d9ec284f81f3c5d713010e52cd9d4f09c39e\"}}]}]\nBACKPORT-->\n\nCo-authored-by: Pablo Machado <pablo.nevesmachado@elastic.co>"}},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146780","number":146780,"mergeCommit":{"message":"Quick-fix Users can’t upgrade their clusters when `riskScore` experimental feature is enabled (#146780)\n\nUsers can't upgrade their clusters when an old experimental feature is\r\nenabled.\r\n\r\nWhile we don't have a final solution for this issue, I am adding the\r\nexperimental flag configuration back to prevent users from having this\r\nfrustrating experience.\r\n\r\nQuick-fix for: https://github.com/elastic/kibana/issues/146777\r\nOriginal report:\r\nhttps://elastic.slack.com/archives/C6E3MTCD7/p1669236299374339\r\n\r\nFix\r\n```\r\nFATAL Error: [config validation of [xpack.securitySolution].enableExperimental]: [riskyUsersEnabled] is not allowed. Allowed values are: tGridEnabled, tGridEventRenderedViewEnabled, excludePoliciesInFilterEnabled, kubernetesEnabled, disableIsolationUIPendingStatuses, pendingActionResponsesWithAck, policyListEnabled, policyResponseInFleetEnabled, previewTelemetryUrlEnabled, responseActionsConsoleEnabled, insightsRelatedAlertsByProcessAncestry, extendedRuleExecutionLoggingEnabled, socTrendsEnabled, responseActionsEnabled\r\n```\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"c3d1d9ec284f81f3c5d713010e52cd9d4f09c39e"}}]}] BACKPORT--> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
|
b3d667df3b
|
[8.5] [ML] Automates geographic anomaly screenshots (#146502) (#146905)
# Backport This will backport the following commits from `main` to `8.5`: - [[ML] Automates geographic anomaly screenshots (#146502)](https://github.com/elastic/kibana/pull/146502) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2022-12-02T17:20:09Z","message":"[ML] Automates geographic anomaly screenshots (#146502)\n\n\r\nCo-authored-by: Robert Oskamp <robert.oskamp@elastic.co>","sha":"e20ab5883b951ca621ebe04ff5fcb332d4a3e7c5","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v8.7.0","v8.5.3","v8.6.1"],"number":146502,"url":"https://github.com/elastic/kibana/pull/146502","mergeCommit":{"message":"[ML] Automates geographic anomaly screenshots (#146502)\n\n\r\nCo-authored-by: Robert Oskamp <robert.oskamp@elastic.co>","sha":"e20ab5883b951ca621ebe04ff5fcb332d4a3e7c5"}},"sourceBranch":"main","suggestedTargetBranches":["8.5","8.6"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146502","number":146502,"mergeCommit":{"message":"[ML] Automates geographic anomaly screenshots (#146502)\n\n\r\nCo-authored-by: Robert Oskamp <robert.oskamp@elastic.co>","sha":"e20ab5883b951ca621ebe04ff5fcb332d4a3e7c5"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
18e3e57066
|
[8.5] [ML] Adds new screenshot to the generate anomaly alerts test suite (#146885) (#146894)
# Backport This will backport the following commits from `main` to `8.5`: - [[ML] Adds new screenshot to the generate anomaly alerts test suite (#146885)](https://github.com/elastic/kibana/pull/146885) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"István Zoltán Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2022-12-02T15:00:15Z","message":"[ML] Adds new screenshot to the generate anomaly alerts test suite (#146885)\n\n## Summary\r\n\r\nThis PR adds the necessary code to take the `ml-health-check-config`\r\nscreenshot in the generate anomaly alerts test suite.","sha":"8f076ffe73798b9f3ee6771f797948be354e9b6e","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v8.6.0","v8.7.0","v8.5.3"],"number":146885,"url":"https://github.com/elastic/kibana/pull/146885","mergeCommit":{"message":"[ML] Adds new screenshot to the generate anomaly alerts test suite (#146885)\n\n## Summary\r\n\r\nThis PR adds the necessary code to take the `ml-health-check-config`\r\nscreenshot in the generate anomaly alerts test suite.","sha":"8f076ffe73798b9f3ee6771f797948be354e9b6e"}},"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/146885","number":146885,"mergeCommit":{"message":"[ML] Adds new screenshot to the generate anomaly alerts test suite (#146885)\n\n## Summary\r\n\r\nThis PR adds the necessary code to take the `ml-health-check-config`\r\nscreenshot in the generate anomaly alerts test suite.","sha":"8f076ffe73798b9f3ee6771f797948be354e9b6e"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
36b9290cb1
|
[8.5] [ML] Adds anomaly alerts screenshot test suite (#146552) (#146860)
# Backport This will backport the following commits from `main` to `8.5`: - [[ML] Adds anomaly alerts screenshot test suite (#146552)](https://github.com/elastic/kibana/pull/146552) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"István Zoltán Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2022-12-02T10:01:51Z","message":"[ML] Adds anomaly alerts screenshot test suite (#146552)\n\n## Summary\r\n\r\nThis PR adds a new test suite to the screenshot creation script that\r\ncovers the screenshots on [Generating alerts for anomaly detection\r\njobs](https://www.elastic.co/guide/en/machine-learning/master/ml-configuring-alerts.html).","sha":"475e47ed993fba0ecd69caa211150f298e1eefe4","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v8.6.0","v8.7.0","v8.5.3"],"number":146552,"url":"https://github.com/elastic/kibana/pull/146552","mergeCommit":{"message":"[ML] Adds anomaly alerts screenshot test suite (#146552)\n\n## Summary\r\n\r\nThis PR adds a new test suite to the screenshot creation script that\r\ncovers the screenshots on [Generating alerts for anomaly detection\r\njobs](https://www.elastic.co/guide/en/machine-learning/master/ml-configuring-alerts.html).","sha":"475e47ed993fba0ecd69caa211150f298e1eefe4"}},"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/146552","number":146552,"mergeCommit":{"message":"[ML] Adds anomaly alerts screenshot test suite (#146552)\n\n## Summary\r\n\r\nThis PR adds a new test suite to the screenshot creation script that\r\ncovers the screenshots on [Generating alerts for anomaly detection\r\njobs](https://www.elastic.co/guide/en/machine-learning/master/ml-configuring-alerts.html).","sha":"475e47ed993fba0ecd69caa211150f298e1eefe4"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
af2947f31f
|
[8.5] Update Elastic Package Registry distribution docker image for V2 (#146673) (#146788)
# Backport This will backport the following commits from `main` to `8.5`: - [Update Elastic Package Registry distribution docker image for V2 (#146673)](https://github.com/elastic/kibana/pull/146673) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mario Rodriguez Molins","email":"mario.rodriguez@elastic.co"},"sourceCommit":{"committedDate":"2022-11-30T13:19:32Z","message":"Update Elastic Package Registry distribution docker image for V2 (#146673)\n\n## Summary\r\n\r\nUpdate the docker image used as Elastic Package Registry distribution\r\nfor Package Storage V2, so it contains the latest packages published.\r\n\r\nTested updating fleet_packages.json to use endpoint version 8.6.0 (and\r\nreverted).","sha":"c6c612ef81ed7c11d3b0a39ea6d3579e7bd6cabe","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:prev-minor","v8.6.0","v8.7.0"],"number":146673,"url":"https://github.com/elastic/kibana/pull/146673","mergeCommit":{"message":"Update Elastic Package Registry distribution docker image for V2 (#146673)\n\n## Summary\r\n\r\nUpdate the docker image used as Elastic Package Registry distribution\r\nfor Package Storage V2, so it contains the latest packages published.\r\n\r\nTested updating fleet_packages.json to use endpoint version 8.6.0 (and\r\nreverted).","sha":"c6c612ef81ed7c11d3b0a39ea6d3579e7bd6cabe"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/146684","number":146684,"state":"MERGED","mergeCommit":{"sha":"e5e68c6c169185555747a673f8cfff43175ff466","message":"[8.6] Update Elastic Package Registry distribution docker image for V2 (#146673) (#146684)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.6`:\n- [Update Elastic Package Registry distribution docker image for V2\n(#146673)](https://github.com/elastic/kibana/pull/146673)\n\n<!--- Backport version: 8.9.7 -->\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT [{\"author\":{\"name\":\"Mario Rodriguez\nMolins\",\"email\":\"mario.rodriguez@elastic.co\"},\"sourceCommit\":{\"committedDate\":\"2022-11-30T13:19:32Z\",\"message\":\"Update\nElastic Package Registry distribution docker image for V2\n(#146673)\\n\\n## Summary\\r\\n\\r\\nUpdate the docker image used as Elastic\nPackage Registry distribution\\r\\nfor Package Storage V2, so it contains\nthe latest packages published.\\r\\n\\r\\nTested updating\nfleet_packages.json to use endpoint version 8.6.0\n(and\\r\\nreverted).\",\"sha\":\"c6c612ef81ed7c11d3b0a39ea6d3579e7bd6cabe\",\"branchLabelMapping\":{\"^v8.7.0$\":\"main\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"release_note:skip\",\"Team:Fleet\",\"backport:prev-minor\",\"v8.7.0\"],\"number\":146673,\"url\":\"https://github.com/elastic/kibana/pull/146673\",\"mergeCommit\":{\"message\":\"Update\nElastic Package Registry distribution docker image for V2\n(#146673)\\n\\n## Summary\\r\\n\\r\\nUpdate the docker image used as Elastic\nPackage Registry distribution\\r\\nfor Package Storage V2, so it contains\nthe latest packages published.\\r\\n\\r\\nTested updating\nfleet_packages.json to use endpoint version 8.6.0\n(and\\r\\nreverted).\",\"sha\":\"c6c612ef81ed7c11d3b0a39ea6d3579e7bd6cabe\"}},\"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/146673\",\"number\":146673,\"mergeCommit\":{\"message\":\"Update\nElastic Package Registry distribution docker image for V2\n(#146673)\\n\\n## Summary\\r\\n\\r\\nUpdate the docker image used as Elastic\nPackage Registry distribution\\r\\nfor Package Storage V2, so it contains\nthe latest packages published.\\r\\n\\r\\nTested updating\nfleet_packages.json to use endpoint version 8.6.0\n(and\\r\\nreverted).\",\"sha\":\"c6c612ef81ed7c11d3b0a39ea6d3579e7bd6cabe\"}}]}]\nBACKPORT-->\n\nCo-authored-by: Mario Rodriguez Molins <mario.rodriguez@elastic.co>"}},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146673","number":146673,"mergeCommit":{"message":"Update Elastic Package Registry distribution docker image for V2 (#146673)\n\n## Summary\r\n\r\nUpdate the docker image used as Elastic Package Registry distribution\r\nfor Package Storage V2, so it contains the latest packages published.\r\n\r\nTested updating fleet_packages.json to use endpoint version 8.6.0 (and\r\nreverted).","sha":"c6c612ef81ed7c11d3b0a39ea6d3579e7bd6cabe"}}]}] BACKPORT--> Co-authored-by: Mario Rodriguez Molins <mario.rodriguez@elastic.co> |
||
|
fef1c59cfa
|
[8.5] [i18n] Fix ja-JP locale causing FATAL error when starting kibana (#146704) (#146741)
# Backport This will backport the following commits from `main` to `8.5`: - [[i18n] Fix ja-JP locale causing FATAL error when starting kibana (#146704)](https://github.com/elastic/kibana/pull/146704) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ahmad Bamieh","email":"ahmad.bamyeh@elastic.co"},"sourceCommit":{"committedDate":"2022-11-30T18:28:28Z","message":"[i18n] Fix ja-JP locale causing FATAL error when starting kibana (#146704)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCloses https://github.com/elastic/kibana/issues/146693","sha":"1323fd8de68e0da9e56a6fd26b12b3c031cb74fd","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v8.6.0","v8.7.0","v8.5.3"],"number":146704,"url":"https://github.com/elastic/kibana/pull/146704","mergeCommit":{"message":"[i18n] Fix ja-JP locale causing FATAL error when starting kibana (#146704)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCloses https://github.com/elastic/kibana/issues/146693","sha":"1323fd8de68e0da9e56a6fd26b12b3c031cb74fd"}},"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/146704","number":146704,"mergeCommit":{"message":"[i18n] Fix ja-JP locale causing FATAL error when starting kibana (#146704)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCloses https://github.com/elastic/kibana/issues/146693","sha":"1323fd8de68e0da9e56a6fd26b12b3c031cb74fd"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ahmad Bamieh <ahmad.bamyeh@elastic.co> |
||
|
d19a724807
|
[8.5] [APM] Disable service metrics and remove the option to enable it in settings (#146376) (#146533)
# Backport This will backport the following commits from `main` to `8.5`: - [[APM] Disable service metrics and remove the option to enable it in settings (#146376)](https://github.com/elastic/kibana/pull/146376) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Katerina Patticha","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2022-11-29T09:45:53Z","message":"[APM] Disable service metrics and remove the option to enable it in settings (#146376)\n\n## Summary\r\ncloses https://github.com/elastic/kibana/issues/145745 \r\n\r\nThe feature Service Metrics was released and marked as a technical\r\npreview in 8.5 and it was disabled by default.\r\n\r\nAs we expect to have some breaking changes in the following releases, we\r\ndisable and remove the feature so it would simplify the backward\r\ncompatibility.\r\n\r\n\r\nThe PR includes:\r\n1. Disable service metrics\r\n2. Remove the option to enable it from labs and advanced settings.","sha":"77659389cf09e823b6802adbc6bb4c502ee259d2","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:APM","release_note:skip","v8.5.0","v8.6.0","v8.7.0"],"number":146376,"url":"https://github.com/elastic/kibana/pull/146376","mergeCommit":{"message":"[APM] Disable service metrics and remove the option to enable it in settings (#146376)\n\n## Summary\r\ncloses https://github.com/elastic/kibana/issues/145745 \r\n\r\nThe feature Service Metrics was released and marked as a technical\r\npreview in 8.5 and it was disabled by default.\r\n\r\nAs we expect to have some breaking changes in the following releases, we\r\ndisable and remove the feature so it would simplify the backward\r\ncompatibility.\r\n\r\n\r\nThe PR includes:\r\n1. Disable service metrics\r\n2. Remove the option to enable it from labs and advanced settings.","sha":"77659389cf09e823b6802adbc6bb4c502ee259d2"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"8.5","label":"v8.5.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/146511","number":146511,"state":"OPEN"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146376","number":146376,"mergeCommit":{"message":"[APM] Disable service metrics and remove the option to enable it in settings (#146376)\n\n## Summary\r\ncloses https://github.com/elastic/kibana/issues/145745 \r\n\r\nThe feature Service Metrics was released and marked as a technical\r\npreview in 8.5 and it was disabled by default.\r\n\r\nAs we expect to have some breaking changes in the following releases, we\r\ndisable and remove the feature so it would simplify the backward\r\ncompatibility.\r\n\r\n\r\nThe PR includes:\r\n1. Disable service metrics\r\n2. Remove the option to enable it from labs and advanced settings.","sha":"77659389cf09e823b6802adbc6bb4c502ee259d2"}}]}] BACKPORT--> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
|
223121bc5d
|
[8.5] [Infrastructure UI] Improve metrics settings error handling (#146272) (#146674)
# Backport This will backport the following commits from `main` to `8.5`: - [[Infrastructure UI] Improve metrics settings error handling (#146272)](https://github.com/elastic/kibana/pull/146272) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Antonio Ghiani","email":"marcoantonio.ghiani01@gmail.com"},"sourceCommit":{"committedDate":"2022-11-30T10:54:37Z","message":"[Infrastructure UI] Improve metrics settings error handling (#146272)\n\nCloses [#145238](https://github.com/elastic/kibana/issues/145238)\r\n\r\n## Summary\r\n\r\nThese changes add validation to the Metric Indices passed into the\r\nMetrics settings page.\r\nNew validation is added both in the UI and in the endpoint, performing\r\nthe following checks:\r\n- Index pattern is not an empty string\r\n- Index pattern does not contain empty spaces (start, middle, end) (the\r\npattern is not trimmed)\r\n- Index pattern does not contain empty entries, comma-separated values\r\nshould have an acceptable value.\r\n\r\nIn case the value is not valid, the UI will render an appropriate error\r\nmessage.\r\nIf the `PATCH /api/metrics/source/{sourceId}` request to update the\r\nvalue is manually sent with an invalid value, the server will respond\r\nwith a 400 status code and an error message.\r\n\r\nAlso, for retro compatibility and to not block the user when the\r\nconfiguration can't be successfully retrieved, in case of internal error\r\nthe `GET /api/metrics/source/{sourceId}` will return a 404 and on the\r\nUI, instead of rendering a blank page, the user will see the empty form\r\nand will be able to re-insert the right values.\r\n\r\n## Testing\r\n\r\nNavigate to `Inventory`-> Click on `Settings` on the topbar -> Start\r\nwriting different metric indices in the Metric Indices field.\r\n\r\n### Editing Metric Indices validation\r\n\r\n\r\nhttps://user-images.githubusercontent.com/34506779/203763021-0f4d8926-ffa4-448a-a038-696732158f4e.mov\r\n\r\n### Missing/Broken configuration response\r\n\r\n\r\nhttps://user-images.githubusercontent.com/34506779/203763120-ffc91cd3-9bf4-43da-a04f-5561ceabf591.mov\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ddcbf73284d48b1f1f6eb9322f6f108f312f8e02","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Metrics UI","Team:Infra Monitoring UI","release_note:skip","backport:all-open","v8.7.0"],"number":146272,"url":"https://github.com/elastic/kibana/pull/146272","mergeCommit":{"message":"[Infrastructure UI] Improve metrics settings error handling (#146272)\n\nCloses [#145238](https://github.com/elastic/kibana/issues/145238)\r\n\r\n## Summary\r\n\r\nThese changes add validation to the Metric Indices passed into the\r\nMetrics settings page.\r\nNew validation is added both in the UI and in the endpoint, performing\r\nthe following checks:\r\n- Index pattern is not an empty string\r\n- Index pattern does not contain empty spaces (start, middle, end) (the\r\npattern is not trimmed)\r\n- Index pattern does not contain empty entries, comma-separated values\r\nshould have an acceptable value.\r\n\r\nIn case the value is not valid, the UI will render an appropriate error\r\nmessage.\r\nIf the `PATCH /api/metrics/source/{sourceId}` request to update the\r\nvalue is manually sent with an invalid value, the server will respond\r\nwith a 400 status code and an error message.\r\n\r\nAlso, for retro compatibility and to not block the user when the\r\nconfiguration can't be successfully retrieved, in case of internal error\r\nthe `GET /api/metrics/source/{sourceId}` will return a 404 and on the\r\nUI, instead of rendering a blank page, the user will see the empty form\r\nand will be able to re-insert the right values.\r\n\r\n## Testing\r\n\r\nNavigate to `Inventory`-> Click on `Settings` on the topbar -> Start\r\nwriting different metric indices in the Metric Indices field.\r\n\r\n### Editing Metric Indices validation\r\n\r\n\r\nhttps://user-images.githubusercontent.com/34506779/203763021-0f4d8926-ffa4-448a-a038-696732158f4e.mov\r\n\r\n### Missing/Broken configuration response\r\n\r\n\r\nhttps://user-images.githubusercontent.com/34506779/203763120-ffc91cd3-9bf4-43da-a04f-5561ceabf591.mov\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ddcbf73284d48b1f1f6eb9322f6f108f312f8e02"}},"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/146272","number":146272,"mergeCommit":{"message":"[Infrastructure UI] Improve metrics settings error handling (#146272)\n\nCloses [#145238](https://github.com/elastic/kibana/issues/145238)\r\n\r\n## Summary\r\n\r\nThese changes add validation to the Metric Indices passed into the\r\nMetrics settings page.\r\nNew validation is added both in the UI and in the endpoint, performing\r\nthe following checks:\r\n- Index pattern is not an empty string\r\n- Index pattern does not contain empty spaces (start, middle, end) (the\r\npattern is not trimmed)\r\n- Index pattern does not contain empty entries, comma-separated values\r\nshould have an acceptable value.\r\n\r\nIn case the value is not valid, the UI will render an appropriate error\r\nmessage.\r\nIf the `PATCH /api/metrics/source/{sourceId}` request to update the\r\nvalue is manually sent with an invalid value, the server will respond\r\nwith a 400 status code and an error message.\r\n\r\nAlso, for retro compatibility and to not block the user when the\r\nconfiguration can't be successfully retrieved, in case of internal error\r\nthe `GET /api/metrics/source/{sourceId}` will return a 404 and on the\r\nUI, instead of rendering a blank page, the user will see the empty form\r\nand will be able to re-insert the right values.\r\n\r\n## Testing\r\n\r\nNavigate to `Inventory`-> Click on `Settings` on the topbar -> Start\r\nwriting different metric indices in the Metric Indices field.\r\n\r\n### Editing Metric Indices validation\r\n\r\n\r\nhttps://user-images.githubusercontent.com/34506779/203763021-0f4d8926-ffa4-448a-a038-696732158f4e.mov\r\n\r\n### Missing/Broken configuration response\r\n\r\n\r\nhttps://user-images.githubusercontent.com/34506779/203763120-ffc91cd3-9bf4-43da-a04f-5561ceabf591.mov\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ddcbf73284d48b1f1f6eb9322f6f108f312f8e02"}}]}] BACKPORT--> Co-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani01@gmail.com> |
||
|
daefcdbd94
|
[8.5] [ML] Changes the name of a screenshot in the custom urls suite (#146519) (#146550)
# Backport This will backport the following commits from `main` to `8.5`: - [[ML] Changes the name of a screenshot in the custom urls suite (#146519)](https://github.com/elastic/kibana/pull/146519) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"István Zoltán Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2022-11-29T13:37:35Z","message":"[ML] Changes the name of a screenshot in the custom urls suite (#146519)\n\n## Summary\r\n\r\nThis PR changes the name of a screenshot taken by the custom_url test\r\nsuite.","sha":"4446dce8a900a9c0c7d336bccf8542d3732dde5d","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","auto-backport","v8.7.0","8.6.1","v8.5.3"],"number":146519,"url":"https://github.com/elastic/kibana/pull/146519","mergeCommit":{"message":"[ML] Changes the name of a screenshot in the custom urls suite (#146519)\n\n## Summary\r\n\r\nThis PR changes the name of a screenshot taken by the custom_url test\r\nsuite.","sha":"4446dce8a900a9c0c7d336bccf8542d3732dde5d"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146519","number":146519,"mergeCommit":{"message":"[ML] Changes the name of a screenshot in the custom urls suite (#146519)\n\n## Summary\r\n\r\nThis PR changes the name of a screenshot taken by the custom_url test\r\nsuite.","sha":"4446dce8a900a9c0c7d336bccf8542d3732dde5d"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
23cb4202c7
|
[8.5] [Cloud Posture] UI for insufficient ES privileges (#145794) (#146525)
# Backport This will backport the following commits from `main` to `8.5`: - [[Cloud Posture] UI for insufficient ES privileges (#145794)](https://github.com/elastic/kibana/pull/145794) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ari Aviran","email":"ari.aviran@elastic.co"},"sourceCommit":{"committedDate":"2022-11-28T19:14:32Z","message":"[Cloud Posture] UI for insufficient ES privileges (#145794)\n\nCo-authored-by: Kfir Peled <kfir.peled@elastic.co>","sha":"55b59722f7b1445ae6be1084c0ac3d804f524692","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud Security Posture","ci:cloud-deploy","ci:cloud-redeploy","v8.6.0","v8.7.0","v8.5.3"],"number":145794,"url":"https://github.com/elastic/kibana/pull/145794","mergeCommit":{"message":"[Cloud Posture] UI for insufficient ES privileges (#145794)\n\nCo-authored-by: Kfir Peled <kfir.peled@elastic.co>","sha":"55b59722f7b1445ae6be1084c0ac3d804f524692"}},"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/145794","number":145794,"mergeCommit":{"message":"[Cloud Posture] UI for insufficient ES privileges (#145794)\n\nCo-authored-by: Kfir Peled <kfir.peled@elastic.co>","sha":"55b59722f7b1445ae6be1084c0ac3d804f524692"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ari Aviran <ari.aviran@elastic.co> |
||
|
9be55d531b
|
[8.5] [Stack Monitoring] Remove visible semicolon from LoadingPage (#146500) (#146505)
# Backport This will backport the following commits from `main` to `8.5`: - [[Stack Monitoring] Remove visible semicolon from LoadingPage (#146500)](https://github.com/elastic/kibana/pull/146500) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Milton Hultgren","email":"milton.hultgren@elastic.co"},"sourceCommit":{"committedDate":"2022-11-29T09:17:29Z","message":"[Stack Monitoring] Remove visible semicolon from LoadingPage (#146500)\n\nFixes #146342\r\n\r\nThere was a semicolon added to the JSX markup which would show on slower\r\ndevices where loading takes longer.\r\nPlease refer to the issue for a screenshot of that.","sha":"5c13741663fdc750adad0df28330e0a226dc11a8","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Infra Monitoring UI","release_note:skip","Feature:Stack Monitoring","backport:all-open","v8.7.0"],"number":146500,"url":"https://github.com/elastic/kibana/pull/146500","mergeCommit":{"message":"[Stack Monitoring] Remove visible semicolon from LoadingPage (#146500)\n\nFixes #146342\r\n\r\nThere was a semicolon added to the JSX markup which would show on slower\r\ndevices where loading takes longer.\r\nPlease refer to the issue for a screenshot of that.","sha":"5c13741663fdc750adad0df28330e0a226dc11a8"}},"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/146500","number":146500,"mergeCommit":{"message":"[Stack Monitoring] Remove visible semicolon from LoadingPage (#146500)\n\nFixes #146342\r\n\r\nThere was a semicolon added to the JSX markup which would show on slower\r\ndevices where loading takes longer.\r\nPlease refer to the issue for a screenshot of that.","sha":"5c13741663fdc750adad0df28330e0a226dc11a8"}}]}] BACKPORT--> Co-authored-by: Milton Hultgren <milton.hultgren@elastic.co> |
||
|
c7f2e04140
|
[8.5] [ML] Modifies script for population analysis screenshot (#146393) (#146495)
# Backport This will backport the following commits from `main` to `8.5`: - [[ML] Modifies script for population analysis screenshot (#146393)](https://github.com/elastic/kibana/pull/146393) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"István Zoltán Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2022-11-29T06:44:25Z","message":"[ML] Modifies script for population analysis screenshot (#146393)\n\nThis PR adjusts the screenshot automation script to take the\r\n`ml-population-results` screenshots with swim lanes visible.","sha":"115c250a9b79f552395e75b5534d86acc8789597","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v8.7.0","v8.5.3","v8.6.1"],"number":146393,"url":"https://github.com/elastic/kibana/pull/146393","mergeCommit":{"message":"[ML] Modifies script for population analysis screenshot (#146393)\n\nThis PR adjusts the screenshot automation script to take the\r\n`ml-population-results` screenshots with swim lanes visible.","sha":"115c250a9b79f552395e75b5534d86acc8789597"}},"sourceBranch":"main","suggestedTargetBranches":["8.5","8.6"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146393","number":146393,"mergeCommit":{"message":"[ML] Modifies script for population analysis screenshot (#146393)\n\nThis PR adjusts the screenshot automation script to take the\r\n`ml-population-results` screenshots with swim lanes visible.","sha":"115c250a9b79f552395e75b5534d86acc8789597"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
98ad8a4bcd
|
[8.5] [Osquery] Fix issue with packs not running on different than Default space (#146410) (#146428)
# Backport This will backport the following commits from `main` to `8.5`: - [[Osquery] Fix issue with packs not running on different than Default space (#146410)](https://github.com/elastic/kibana/pull/146410) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tomasz Ciecierski","email":"tomasz.ciecierski@elastic.co"},"sourceCommit":{"committedDate":"2022-11-28T16:21:18Z","message":"[Osquery] Fix issue with packs not running on different than Default space (#146410)","sha":"29a4424566d37984efa9898a5f86d9af57934dd5","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:Asset Management","Feature:Osquery","v8.6.0","v8.7.0","v8.5.3"],"number":146410,"url":"https://github.com/elastic/kibana/pull/146410","mergeCommit":{"message":"[Osquery] Fix issue with packs not running on different than Default space (#146410)","sha":"29a4424566d37984efa9898a5f86d9af57934dd5"}},"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/146410","number":146410,"mergeCommit":{"message":"[Osquery] Fix issue with packs not running on different than Default space (#146410)","sha":"29a4424566d37984efa9898a5f86d9af57934dd5"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Tomasz Ciecierski <tomasz.ciecierski@elastic.co> Co-authored-by: Patryk Kopyciński <contact@patrykkopycinski.com> |
||
|
608ee1bb98
|
[8.5] [Security Solution][Investigations][Timeline] - Update getExceptions to use parameters (#145889) (#146414)
# Backport This will backport the following commits from `main` to `8.5`: - [[Security Solution][Investigations][Timeline] - Update getExceptions to use parameters (#145889)](https://github.com/elastic/kibana/pull/145889) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Michael Olorunnisola","email":"michael.olorunnisola@elastic.co"},"sourceCommit":{"committedDate":"2022-11-28T15:08:48Z","message":"[Security Solution][Investigations][Timeline] - Update getExceptions to use parameters (#145889)\n\n## Summary\r\n\r\nFixes: https://github.com/elastic/kibana/issues/136772\r\n\r\nThe issue was introduced by a couple of changes:\r\n\r\nFirst:\r\nhttps://github.com/elastic/kibana/pull/136163/files#diff-02d33a1ed6679f7775dc01941ca21b085d7c008ecffe5e029f5967407a5e5b13L23\r\nin 8.4.\r\n\r\nThe bug: A filter on the timeline UI relied on the `exceptions_list`\r\nfield provided on `_source` to auto-generate a filter when investigating\r\nin timeline labelled `Not Exceptions` which would filter out the\r\nexceptions from the timeline. This PR resolves that issue by pulling the\r\n`exceptions_list` field from `kibana.alert.rule.parameters`.\r\n\r\nSecond:\r\nhttps://github.com/elastic/kibana/pull/133254/files#diff-0f69b69fd9cefef6ed04a048d7df86b7e385e816bdf17309212437dc3f69726cL74\r\n\r\nThe filter actually stopped being passed to timeline entirely because of\r\nthe above change.\r\n\r\nWith the fixes in place:\r\n\r\n\r\nhttps://user-images.githubusercontent.com/17211684/203111748-7a0c2eb5-a46f-4f88-9d77-3628204625ac.mov","sha":"b32c8b9df89188cdcb149bd1d9494d3f99999ad6","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","backport","release_note:fix","Team:Threat Hunting:Investigations","v8.5.0","v8.6.0","v8.7.0"],"number":145889,"url":"https://github.com/elastic/kibana/pull/145889","mergeCommit":{"message":"[Security Solution][Investigations][Timeline] - Update getExceptions to use parameters (#145889)\n\n## Summary\r\n\r\nFixes: https://github.com/elastic/kibana/issues/136772\r\n\r\nThe issue was introduced by a couple of changes:\r\n\r\nFirst:\r\nhttps://github.com/elastic/kibana/pull/136163/files#diff-02d33a1ed6679f7775dc01941ca21b085d7c008ecffe5e029f5967407a5e5b13L23\r\nin 8.4.\r\n\r\nThe bug: A filter on the timeline UI relied on the `exceptions_list`\r\nfield provided on `_source` to auto-generate a filter when investigating\r\nin timeline labelled `Not Exceptions` which would filter out the\r\nexceptions from the timeline. This PR resolves that issue by pulling the\r\n`exceptions_list` field from `kibana.alert.rule.parameters`.\r\n\r\nSecond:\r\nhttps://github.com/elastic/kibana/pull/133254/files#diff-0f69b69fd9cefef6ed04a048d7df86b7e385e816bdf17309212437dc3f69726cL74\r\n\r\nThe filter actually stopped being passed to timeline entirely because of\r\nthe above change.\r\n\r\nWith the fixes in place:\r\n\r\n\r\nhttps://user-images.githubusercontent.com/17211684/203111748-7a0c2eb5-a46f-4f88-9d77-3628204625ac.mov","sha":"b32c8b9df89188cdcb149bd1d9494d3f99999ad6"}},"sourceBranch":"main","suggestedTargetBranches":["8.5","8.6"],"targetPullRequestStates":[{"branch":"8.5","label":"v8.5.0","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":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145889","number":145889,"mergeCommit":{"message":"[Security Solution][Investigations][Timeline] - Update getExceptions to use parameters (#145889)\n\n## Summary\r\n\r\nFixes: https://github.com/elastic/kibana/issues/136772\r\n\r\nThe issue was introduced by a couple of changes:\r\n\r\nFirst:\r\nhttps://github.com/elastic/kibana/pull/136163/files#diff-02d33a1ed6679f7775dc01941ca21b085d7c008ecffe5e029f5967407a5e5b13L23\r\nin 8.4.\r\n\r\nThe bug: A filter on the timeline UI relied on the `exceptions_list`\r\nfield provided on `_source` to auto-generate a filter when investigating\r\nin timeline labelled `Not Exceptions` which would filter out the\r\nexceptions from the timeline. This PR resolves that issue by pulling the\r\n`exceptions_list` field from `kibana.alert.rule.parameters`.\r\n\r\nSecond:\r\nhttps://github.com/elastic/kibana/pull/133254/files#diff-0f69b69fd9cefef6ed04a048d7df86b7e385e816bdf17309212437dc3f69726cL74\r\n\r\nThe filter actually stopped being passed to timeline entirely because of\r\nthe above change.\r\n\r\nWith the fixes in place:\r\n\r\n\r\nhttps://user-images.githubusercontent.com/17211684/203111748-7a0c2eb5-a46f-4f88-9d77-3628204625ac.mov","sha":"b32c8b9df89188cdcb149bd1d9494d3f99999ad6"}}]}] BACKPORT--> Co-authored-by: Michael Olorunnisola <michael.olorunnisola@elastic.co> |
||
|
5553d9015e
|
[8.5] [DOCS] Alert limit for cases (#145950) (#146337)
# Backport This will backport the following commits from `main` to `8.5`: - [[DOCS] Alert limit for cases (#145950)](https://github.com/elastic/kibana/pull/145950) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2022-11-24T16:56:45Z","message":"[DOCS] Alert limit for cases (#145950)","sha":"876f1b9ac88e1206bd4429b5d12c8c8f22c5eb45","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","Feature:Cases","auto-backport","v8.6.0","v8.7.0","v8.5.2"],"number":145950,"url":"https://github.com/elastic/kibana/pull/145950","mergeCommit":{"message":"[DOCS] Alert limit for cases (#145950)","sha":"876f1b9ac88e1206bd4429b5d12c8c8f22c5eb45"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/146321","number":146321,"state":"MERGED","mergeCommit":{"sha":"249b3ebdae329675612186900a56a1f26b27b8ac","message":"[8.6] [DOCS] Alert limit for cases (#145950) (#146321)"}},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145950","number":145950,"mergeCommit":{"message":"[DOCS] Alert limit for cases (#145950)","sha":"876f1b9ac88e1206bd4429b5d12c8c8f22c5eb45"}},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> |
||
|
b3ea3bf12c
|
[8.5] [DOCS] Automate connector-listing.png (#143605) (#145661) | ||
|
e71506d3ef
|
[8.5] CCS Tests for Machine Learning (#144869) (#146190)
# Backport This will backport the following commits from `main` to `8.5`: - [CCS Tests for Machine Learning (#144869)](https://github.com/elastic/kibana/pull/144869) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"John Dorlus","email":"jsdorlus@elastic.co"},"sourceCommit":{"committedDate":"2022-11-14T16:31:27Z","message":"CCS Tests for Machine Learning (#144869)","sha":"045b57093cc6ce7425ee265b8c1e2cd0de1bc152","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","test_ui_functional","test_xpack_functional","release_note:skip","Feature:Functional Testing","Team:ML","backport:prev-minor","v8.7.0","v8.5.2","v8.6.1"],"number":144869,"url":"https://github.com/elastic/kibana/pull/144869","mergeCommit":{"message":"CCS Tests for Machine Learning (#144869)","sha":"045b57093cc6ce7425ee265b8c1e2cd0de1bc152"}},"sourceBranch":"main","suggestedTargetBranches":["8.5","8.6"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> |
||
|
19fa9da8ce
|
[8.5] Fix SO service status when migration is disabled (#145693) (#146095)
# Backport This will backport the following commits from `main` to `8.5`: - [Fix SO service status when migration is disabled (#145693)](https://github.com/elastic/kibana/pull/145693) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pierre Gayvallet","email":"pierre.gayvallet@elastic.co"},"sourceCommit":{"committedDate":"2022-11-21T08:02:52Z","message":"Fix SO service status when migration is disabled (#145693)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/145558\r\n\r\nhave the SO service status properly be green instead of being stuck to\r\nred when the SO migration was skipped using `migration.skip: true`.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"75100868427f10ec8ed19a2bae811263c0ded311","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","backport:prev-minor","v8.6.0","v8.7.0"],"number":145693,"url":"https://github.com/elastic/kibana/pull/145693","mergeCommit":{"message":"Fix SO service status when migration is disabled (#145693)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/145558\r\n\r\nhave the SO service status properly be green instead of being stuck to\r\nred when the SO migration was skipped using `migration.skip: true`.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"75100868427f10ec8ed19a2bae811263c0ded311"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/145974","number":145974,"state":"MERGED","mergeCommit":{"sha":"a06f55b8af572e1ed8c2c6d0cb0605a936b7d7db","message":"[8.6] Fix SO service status when migration is disabled (#145693) (#145974)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.6`:\n- [Fix SO service status when migration is disabled\n(#145693)](https://github.com/elastic/kibana/pull/145693)\n\n<!--- Backport version: 8.9.7 -->\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT [{\"author\":{\"name\":\"Pierre\nGayvallet\",\"email\":\"pierre.gayvallet@elastic.co\"},\"sourceCommit\":{\"committedDate\":\"2022-11-21T08:02:52Z\",\"message\":\"Fix\nSO service status when migration is disabled (#145693)\\n\\n##\nSummary\\r\\n\\r\\nFix\nhttps://github.com/elastic/kibana/issues/145558\\r\\n\\r\\nhave the SO\nservice status properly be green instead of being stuck to\\r\\nred when\nthe SO migration was skipped using `migration.skip:\ntrue`.\\r\\n\\r\\nCo-authored-by: Kibana Machine\n<42973632+kibanamachine@users.noreply.github.com>\",\"sha\":\"75100868427f10ec8ed19a2bae811263c0ded311\",\"branchLabelMapping\":{\"^v8.7.0$\":\"main\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"Team:Core\",\"release_note:skip\",\"backport:prev-minor\",\"v8.6.0\",\"v8.7.0\"],\"number\":145693,\"url\":\"https://github.com/elastic/kibana/pull/145693\",\"mergeCommit\":{\"message\":\"Fix\nSO service status when migration is disabled (#145693)\\n\\n##\nSummary\\r\\n\\r\\nFix\nhttps://github.com/elastic/kibana/issues/145558\\r\\n\\r\\nhave the SO\nservice status properly be green instead of being stuck to\\r\\nred when\nthe SO migration was skipped using `migration.skip:\ntrue`.\\r\\n\\r\\nCo-authored-by: Kibana Machine\n<42973632+kibanamachine@users.noreply.github.com>\",\"sha\":\"75100868427f10ec8ed19a2bae811263c0ded311\"}},\"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/145693\",\"number\":145693,\"mergeCommit\":{\"message\":\"Fix\nSO service status when migration is disabled (#145693)\\n\\n##\nSummary\\r\\n\\r\\nFix\nhttps://github.com/elastic/kibana/issues/145558\\r\\n\\r\\nhave the SO\nservice status properly be green instead of being stuck to\\r\\nred when\nthe SO migration was skipped using `migration.skip:\ntrue`.\\r\\n\\r\\nCo-authored-by: Kibana Machine\n<42973632+kibanamachine@users.noreply.github.com>\",\"sha\":\"75100868427f10ec8ed19a2bae811263c0ded311\"}}]}]\nBACKPORT-->"}},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145693","number":145693,"mergeCommit":{"message":"Fix SO service status when migration is disabled (#145693)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/145558\r\n\r\nhave the SO service status properly be green instead of being stuck to\r\nred when the SO migration was skipped using `migration.skip: true`.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"75100868427f10ec8ed19a2bae811263c0ded311"}}]}] BACKPORT--> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
|
ee03b4d272
|
Revert "[8.5] Fix time for logs smoke tests in integration test (#145… (#146069) | ||
|
fe8f40e64b
|
[8.5] Bump version to 8.5.3 (#146054) | ||
|
58ab2ec92e
|
[8.5] [SecuritySolution] Update area chart settings for user authentications (#145896) (#146006)
# Backport This will backport the following commits from `main` to `8.5`: - [[SecuritySolution] Update area chart settings for user authentications (#145896)](https://github.com/elastic/kibana/pull/145896) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Angela Chuang","email":"6295984+angorayc@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-22T15:02:16Z","message":"[SecuritySolution] Update area chart settings for user authentications (#145896)\n\n## Summary\r\n\r\nOriginal issue: Title of x-axis on user authentications area chart\r\nshould be hidden.\r\n |
||
|
16d818bae6
|
[8.5] [Infrastructure UI] Navigate to node detail page without refresh (#145742) (#145840)
# Backport This will backport the following commits from `main` to `8.5`: - [[Infrastructure UI] Navigate to node detail page without refresh (#145742)](https://github.com/elastic/kibana/pull/145742) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Antonio Ghiani","email":"marcoantonio.ghiani01@gmail.com"},"sourceCommit":{"committedDate":"2022-11-21T11:19:31Z","message":"[Infrastructure UI] Navigate to node detail page without refresh (#145742)\n\nCloses [#110219](https://github.com/elastic/kibana/issues/110219)\r\n\r\n## Summary\r\n\r\nThis change fixes the forced page refresh when opening the node detail\r\nfrom the inventory page.\r\n\r\nThis happened due to the property `href` rendering a native anchor tag\r\nwhich interpreted the navigation to the detail view as a completely new\r\npage, refreshing the whole Kibana view.\r\n\r\nSpreading the properties returned by the\r\n[useLinkProps]( |
||
|
ecb405168d
|
[8.5] CCS Smoke Test for Remote Clusters and Index Management (#142423) (#145936)
# Backport This will backport the following commits from `main` to `8.5`: - [CCS Smoke Test for Remote Clusters and Index Management (#142423)](https://github.com/elastic/kibana/pull/142423) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"John Dorlus","email":"jsdorlus@elastic.co"},"sourceCommit":{"committedDate":"2022-11-01T05:14:21Z","message":"CCS Smoke Test for Remote Clusters and Index Management (#142423)\n\n* Removed comment of the issue that was referenced for the skip. But the tests were already skipped.\r\n\r\n* Added initial tests and page objects for remtoe clusters.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed the test and test names.\r\n\r\n* removed exclusive suite.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed i18n issue.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Added more testing stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added more testing stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added test and stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Fixed the tests. The only things to update now are the permissions so we stop using super user and also need to fix the cleanup.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed accessibility test to use new ccr page function.\r\n\r\n* Fixed an error in checks.\r\n\r\n* Restored original settings.\r\n\r\n* Adjusted cleanup.\r\n\r\n* Removed exclusive suite.\r\n\r\n* Removed unused variable.\r\n\r\n* Removed unused variable.\r\n\r\n* Working with perms.\r\n\r\n* Fixes per comments in PR.\r\n\r\n* added follower index user.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added comment about super user issue.\r\n\r\n* Removed the console.log.\r\n\r\n* Fixed nits per PR.\r\n\r\n* Removed extra assertion.\r\n\r\nCo-authored-by: cuffs <cuffs@cuffss-Office-MacBook-Pro.local>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"f5acf76351faa3a15af993ffad6582a5a29e55fa","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","test_ui_functional","test_xpack_functional","release_note:skip","backport missing","Feature:Functional Testing","auto-backport","v8.6.0","v8.5.1"],"number":142423,"url":"https://github.com/elastic/kibana/pull/142423","mergeCommit":{"message":"CCS Smoke Test for Remote Clusters and Index Management (#142423)\n\n* Removed comment of the issue that was referenced for the skip. But the tests were already skipped.\r\n\r\n* Added initial tests and page objects for remtoe clusters.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed the test and test names.\r\n\r\n* removed exclusive suite.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed i18n issue.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Added more testing stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added more testing stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added test and stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Fixed the tests. The only things to update now are the permissions so we stop using super user and also need to fix the cleanup.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed accessibility test to use new ccr page function.\r\n\r\n* Fixed an error in checks.\r\n\r\n* Restored original settings.\r\n\r\n* Adjusted cleanup.\r\n\r\n* Removed exclusive suite.\r\n\r\n* Removed unused variable.\r\n\r\n* Removed unused variable.\r\n\r\n* Working with perms.\r\n\r\n* Fixes per comments in PR.\r\n\r\n* added follower index user.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added comment about super user issue.\r\n\r\n* Removed the console.log.\r\n\r\n* Fixed nits per PR.\r\n\r\n* Removed extra assertion.\r\n\r\nCo-authored-by: cuffs <cuffs@cuffss-Office-MacBook-Pro.local>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"f5acf76351faa3a15af993ffad6582a5a29e55fa"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"main","label":"v8.6.0","labelRegex":"^v8.6.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/142423","number":142423,"mergeCommit":{"message":"CCS Smoke Test for Remote Clusters and Index Management (#142423)\n\n* Removed comment of the issue that was referenced for the skip. But the tests were already skipped.\r\n\r\n* Added initial tests and page objects for remtoe clusters.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed the test and test names.\r\n\r\n* removed exclusive suite.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed i18n issue.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Added more testing stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added more testing stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added test and stuff.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Fixed the tests. The only things to update now are the permissions so we stop using super user and also need to fix the cleanup.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed accessibility test to use new ccr page function.\r\n\r\n* Fixed an error in checks.\r\n\r\n* Restored original settings.\r\n\r\n* Adjusted cleanup.\r\n\r\n* Removed exclusive suite.\r\n\r\n* Removed unused variable.\r\n\r\n* Removed unused variable.\r\n\r\n* Working with perms.\r\n\r\n* Fixes per comments in PR.\r\n\r\n* added follower index user.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'\r\n\r\n* Added comment about super user issue.\r\n\r\n* Removed the console.log.\r\n\r\n* Fixed nits per PR.\r\n\r\n* Removed extra assertion.\r\n\r\nCo-authored-by: cuffs <cuffs@cuffss-Office-MacBook-Pro.local>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"f5acf76351faa3a15af993ffad6582a5a29e55fa"}},{"branch":"8.5","label":"v8.5.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> |
||
|
8dbdd91d7e
|
[8.5] [Synthetics] adjust synthetics preview toggle to indicate technical preview status (#144934) (#144969)
# Backport This will backport the following commits from `main` to `8.5`: - [[Synthetics] adjust synthetics preview toggle to indicate technical preview status (#144934)](https://github.com/elastic/kibana/pull/144934) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dominique Clarke","email":"dominique.clarke@elastic.co"},"sourceCommit":{"committedDate":"2022-11-10T10:23:49Z","message":"[Synthetics] adjust synthetics preview toggle to indicate technical preview status (#144934)\n\nResolves https://github.com/elastic/kibana/issues/144914","sha":"42fdcb69814ac5ebba834f1512d52f268d87927d","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:uptime","release_note:skip","v8.6.0","v8.5.1"],"number":144934,"url":"https://github.com/elastic/kibana/pull/144934","mergeCommit":{"message":"[Synthetics] adjust synthetics preview toggle to indicate technical preview status (#144934)\n\nResolves https://github.com/elastic/kibana/issues/144914","sha":"42fdcb69814ac5ebba834f1512d52f268d87927d"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"main","label":"v8.6.0","labelRegex":"^v8.6.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/144934","number":144934,"mergeCommit":{"message":"[Synthetics] adjust synthetics preview toggle to indicate technical preview status (#144934)\n\nResolves https://github.com/elastic/kibana/issues/144914","sha":"42fdcb69814ac5ebba834f1512d52f268d87927d"}},{"branch":"8.5","label":"v8.5.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dominique Clarke <dominique.clarke@elastic.co> |
||
|
23151dc465
|
[8.5] Added Rollups CCS Test (#144074) (#145787)
# Backport This will backport the following commits from `main` to `8.5`: - [Added Rollups CCS Test (#144074)](https://github.com/elastic/kibana/pull/144074) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"John Dorlus","email":"jsdorlus@elastic.co"},"sourceCommit":{"committedDate":"2022-10-28T19:20:50Z","message":"Added Rollups CCS Test (#144074)\n\n* Removed comment of the issue that was referenced for the skip. But the tests were already skipped.\r\n\r\n* Unskipping test as a fix has been made. 138510\r\n\r\n* Made CCS test for rollups and made it conditional based on configuration.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed issues in build.\r\n\r\n* Added comment to rollups test and using super user until the perms issue is fixed.\r\n\r\nCo-authored-by: cuffs <cuffs@cuffss-Office-MacBook-Pro.local>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"20ebb175df760246b93d17b71130fd945fe3cf7f","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","test_ui_functional","test_xpack_functional","Team:Deployment Management","release_note:skip","backport missing","Feature:Functional Testing","auto-backport","backport:prev-minor"],"number":144074,"url":"https://github.com/elastic/kibana/pull/144074","mergeCommit":{"message":"Added Rollups CCS Test (#144074)\n\n* Removed comment of the issue that was referenced for the skip. But the tests were already skipped.\r\n\r\n* Unskipping test as a fix has been made. 138510\r\n\r\n* Made CCS test for rollups and made it conditional based on configuration.\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* Fixed issues in build.\r\n\r\n* Added comment to rollups test and using super user until the perms issue is fixed.\r\n\r\nCo-authored-by: cuffs <cuffs@cuffss-Office-MacBook-Pro.local>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"20ebb175df760246b93d17b71130fd945fe3cf7f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[]}] BACKPORT--> |
||
|
bbe4643bdd
|
[8.5] [DOCS] Clarify alertId and index in add comment API (#145189) (#145782)
# Backport This will backport the following commits from `main` to `8.5`: - [[DOCS] Clarify alertId and index in add comment API (#145189)](https://github.com/elastic/kibana/pull/145189) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2022-11-18T16:56:37Z","message":"[DOCS] Clarify alertId and index in add comment API (#145189)","sha":"74198264e1c887bc456e531ebe61e28c1b5fb4e3","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","Feature:Cases","v8.6.0","v8.5.1","v8.7.0"],"number":145189,"url":"https://github.com/elastic/kibana/pull/145189","mergeCommit":{"message":"[DOCS] Clarify alertId and index in add comment API (#145189)","sha":"74198264e1c887bc456e531ebe61e28c1b5fb4e3"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/145760","number":145760,"state":"MERGED","mergeCommit":{"sha":"16f1d027d609e3767a97372f40e294f62b4c69b5","message":"[8.6] [DOCS] Clarify alertId and index in add comment API (#145189) (#145760)"}},{"branch":"8.5","label":"v8.5.1","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/145189","number":145189,"mergeCommit":{"message":"[DOCS] Clarify alertId and index in add comment API (#145189)","sha":"74198264e1c887bc456e531ebe61e28c1b5fb4e3"}}]}] BACKPORT--> |
||
|
bfd5b40247
|
[8.5] [RAM] Allow more tags in the filter for rule list table (#145413) (#145779)
# Backport This will backport the following commits from `main` to `8.5`: - [[RAM] Allow more tags in the filter for rule list table (#145413)](https://github.com/elastic/kibana/pull/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":"xavier.mouligneau@elastic.co"},"sourceCommit":{"committedDate":"2022-11-16T20:55:18Z","message":"[RAM] Allow more tags in the filter for rule list table (#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","v8.5.2"],"number":145413,"url":"https://github.com/elastic/kibana/pull/145413","mergeCommit":{"message":"[RAM] Allow more tags in the filter for rule list table (#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.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/145451","number":145451,"state":"MERGED","mergeCommit":{"sha":"2fb77778e231bb3a946ea19c06b64af512177a8c","message":"[8.6] [RAM] Allow more tags in the filter for rule list table (#145413) (#145451)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.6`:\n- [[RAM] Allow more tags in the filter for rule list table\n(#145413)](https://github.com/elastic/kibana/pull/145413)\n\n<!--- Backport version: 8.9.7 -->\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT [{\"author\":{\"name\":\"Xavier\nMouligneau\",\"email\":\"xavier.mouligneau@elastic.co\"},\"sourceCommit\":{\"committedDate\":\"2022-11-16T20:55:18Z\",\"message\":\"[RAM]\nAllow more tags in the filter for rule list table (#145413)\\n\\n##\nSummary\\r\\n\\r\\nAllow more tags in the filter for the rule list table.\nThis an easy win\\r\\nbefore creating a specific API to get more tags for\nthe filter an dit\\r\\nwill help this\n[SDH](https://github.com/elastic/sdh-kibana/issues/3281)\\r\\n\\r\\nTo make\nsure that this change won't impact performance we test it\nthe\\r\\naggregation with GB of data and we did not see any reason to\nworry\nabout\\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]\nAllow more tags in the filter for rule list table (#145413)\\n\\n##\nSummary\\r\\n\\r\\nAllow more tags in the filter for the rule list table.\nThis an easy win\\r\\nbefore creating a specific API to get more tags for\nthe filter an dit\\r\\nwill help this\n[SDH](https://github.com/elastic/sdh-kibana/issues/3281)\\r\\n\\r\\nTo make\nsure that this change won't impact performance we test it\nthe\\r\\naggregation with GB of data and we did not see any reason to\nworry\nabout\\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]\nAllow more tags in the filter for rule list table (#145413)\\n\\n##\nSummary\\r\\n\\r\\nAllow more tags in the filter for the rule list table.\nThis an easy win\\r\\nbefore creating a specific API to get more tags for\nthe filter an dit\\r\\nwill help this\n[SDH](https://github.com/elastic/sdh-kibana/issues/3281)\\r\\n\\r\\nTo make\nsure that this change won't impact performance we test it\nthe\\r\\naggregation with GB of data and we did not see any reason to\nworry\nabout\\r\\nit.\",\"sha\":\"b536a16d7be5ce26dcda48e29127d592736cee46\"}}]}]\nBACKPORT-->\n\nCo-authored-by: Xavier Mouligneau <xavier.mouligneau@elastic.co>"}},{"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 (#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"}},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> |
||
|
2902bf85c2
|
[8.5] [Profiling] Add APIs to clear frame and executable caches (#145499) (#145524)
# Backport This will backport the following commits from `main` to `8.5`: - [[Profiling] Add APIs to clear frame and executable caches (#145499)](https://github.com/elastic/kibana/pull/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":"joseph.crail@elastic.co"},"sourceCommit":{"committedDate":"2022-11-17T10:04:58Z","message":"[Profiling] Add APIs to clear frame and executable caches (#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 (#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 (#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 <joseph.crail@elastic.co> Co-authored-by: Tim Rühsen <tim.ruhsen@elastic.co> |
||
|
0dc0a77b51
|
[8.5] Fix index templates date validation 143412 (#145318) (#145603)
# Backport This will backport the following commits from `main` to `8.5`: - [Fix index templates date validation 143412 (#145318)](https://github.com/elastic/kibana/pull/145318) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"John Dorlus","email":"jsdorlus@elastic.co"},"sourceCommit":{"committedDate":"2022-11-17T17:15:44Z","message":"Fix index templates date validation 143412 (#145318)\n\nCloses https://github.com/elastic/kibana/issues/94168\r\n\r\n## Summary\r\n\r\nI took a look at the code and noticed that the only validation rule was\r\nnot allowing spaces so I removed that code and tested it. The validation\r\ncode wasn't performing any other validations so I removed that.\r\n\r\nCo-authored-by: cuffs <cuffs@cuffss-Office-MacBook-Pro.local>","sha":"67af5c4c6b788a0e03aa6c483e5dcba052628fcc","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Deployment Management","release_note:skip","auto-backport","v8.6.0","v8.5.2"],"number":145318,"url":"https://github.com/elastic/kibana/pull/145318","mergeCommit":{"message":"Fix index templates date validation 143412 (#145318)\n\nCloses https://github.com/elastic/kibana/issues/94168\r\n\r\n## Summary\r\n\r\nI took a look at the code and noticed that the only validation rule was\r\nnot allowing spaces so I removed that code and tested it. The validation\r\ncode wasn't performing any other validations so I removed that.\r\n\r\nCo-authored-by: cuffs <cuffs@cuffss-Office-MacBook-Pro.local>","sha":"67af5c4c6b788a0e03aa6c483e5dcba052628fcc"}},"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":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: John Dorlus <jsdorlus@elastic.co> |
||
|
ed806a896e
|
[8.5] [SecuritySolution] Ingest pipelines conflict when upgrading host risk scores (#145232) (#145352)
# Backport This will backport the following commits from `main` to `8.5`: - [[SecuritySolution] Ingest pipelines conflict when upgrading host risk scores (#145232)](https://github.com/elastic/kibana/pull/145232) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Angela Chuang","email":"6295984+angorayc@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-16T12:26:56Z","message":"[SecuritySolution] Ingest pipelines conflict when upgrading host risk scores (#145232)\n\n## Summary\r\n\r\nOriginal issue: https://github.com/elastic/kibana/issues/144916\r\nUsers installed via\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/host-risk-score.md\r\nand\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/user-risk-score.md\r\ncouldn't upgrade successfully.\r\n\r\n**Fixes**:\r\n1. Remove all the legacy scripts and ingest pipelines with or without\r\nspace name\r\n2. Add version history to\r\nx-pack/plugins/security_solution/server/lib/risk_score/readme.md\r\n<img width=\"1459\" alt=\"Screenshot 2022-11-15 at 13 49 43\"\r\nsrc=\"https://user-images.githubusercontent.com/6295984/201936206-e73ab61c-9a0f-4cfe-8a01-9666217bb863.png\">\r\n\r\n<img width=\"1429\" alt=\"Screenshot 2022-11-15 at 13 53 54\"\r\nsrc=\"https://user-images.githubusercontent.com/6295984/201936751-c3a65f46-1f6e-4b2f-a04a-58f1f32a546f.png\">\r\n\r\n\r\n**Steps to reproduce**:\r\n\r\nOption 1: **Cypress**: Run `upgrade_risk_score.cy.ts`\r\n\r\nOption 2: **Manually**: \r\n1. Follow the steps of\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/host-risk-score.md\r\nand\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/user-risk-score.md\r\nto install the module.\r\n4. Back to `/app/security/entity_analytics` and click the upgrade\r\nbuttons.\r\n5. Observe if the installation success.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials\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\nCo-authored-by: Steph Milovic <stephanie.milovic@elastic.co>","sha":"b6693bd9260c1620ec5ad8f09141b534c3b02e81","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Threat Hunting","Team: SecuritySolution","Team:Threat Hunting:Explore","v8.6.0","v8.5.2"],"number":145232,"url":"https://github.com/elastic/kibana/pull/145232","mergeCommit":{"message":"[SecuritySolution] Ingest pipelines conflict when upgrading host risk scores (#145232)\n\n## Summary\r\n\r\nOriginal issue: https://github.com/elastic/kibana/issues/144916\r\nUsers installed via\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/host-risk-score.md\r\nand\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/user-risk-score.md\r\ncouldn't upgrade successfully.\r\n\r\n**Fixes**:\r\n1. Remove all the legacy scripts and ingest pipelines with or without\r\nspace name\r\n2. Add version history to\r\nx-pack/plugins/security_solution/server/lib/risk_score/readme.md\r\n<img width=\"1459\" alt=\"Screenshot 2022-11-15 at 13 49 43\"\r\nsrc=\"https://user-images.githubusercontent.com/6295984/201936206-e73ab61c-9a0f-4cfe-8a01-9666217bb863.png\">\r\n\r\n<img width=\"1429\" alt=\"Screenshot 2022-11-15 at 13 53 54\"\r\nsrc=\"https://user-images.githubusercontent.com/6295984/201936751-c3a65f46-1f6e-4b2f-a04a-58f1f32a546f.png\">\r\n\r\n\r\n**Steps to reproduce**:\r\n\r\nOption 1: **Cypress**: Run `upgrade_risk_score.cy.ts`\r\n\r\nOption 2: **Manually**: \r\n1. Follow the steps of\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/host-risk-score.md\r\nand\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/user-risk-score.md\r\nto install the module.\r\n4. Back to `/app/security/entity_analytics` and click the upgrade\r\nbuttons.\r\n5. Observe if the installation success.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials\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\nCo-authored-by: Steph Milovic <stephanie.milovic@elastic.co>","sha":"b6693bd9260c1620ec5ad8f09141b534c3b02e81"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"main","label":"v8.6.0","labelRegex":"^v8.6.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145232","number":145232,"mergeCommit":{"message":"[SecuritySolution] Ingest pipelines conflict when upgrading host risk scores (#145232)\n\n## Summary\r\n\r\nOriginal issue: https://github.com/elastic/kibana/issues/144916\r\nUsers installed via\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/host-risk-score.md\r\nand\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/user-risk-score.md\r\ncouldn't upgrade successfully.\r\n\r\n**Fixes**:\r\n1. Remove all the legacy scripts and ingest pipelines with or without\r\nspace name\r\n2. Add version history to\r\nx-pack/plugins/security_solution/server/lib/risk_score/readme.md\r\n<img width=\"1459\" alt=\"Screenshot 2022-11-15 at 13 49 43\"\r\nsrc=\"https://user-images.githubusercontent.com/6295984/201936206-e73ab61c-9a0f-4cfe-8a01-9666217bb863.png\">\r\n\r\n<img width=\"1429\" alt=\"Screenshot 2022-11-15 at 13 53 54\"\r\nsrc=\"https://user-images.githubusercontent.com/6295984/201936751-c3a65f46-1f6e-4b2f-a04a-58f1f32a546f.png\">\r\n\r\n\r\n**Steps to reproduce**:\r\n\r\nOption 1: **Cypress**: Run `upgrade_risk_score.cy.ts`\r\n\r\nOption 2: **Manually**: \r\n1. Follow the steps of\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/host-risk-score.md\r\nand\r\nhttps://github.com/elastic/detection-rules/blob/main/docs/experimental-machine-learning/user-risk-score.md\r\nto install the module.\r\n4. Back to `/app/security/entity_analytics` and click the upgrade\r\nbuttons.\r\n5. Observe if the installation success.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials\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\nCo-authored-by: Steph Milovic <stephanie.milovic@elastic.co>","sha":"b6693bd9260c1620ec5ad8f09141b534c3b02e81"}},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> |
||
|
c1818d3454
|
[8.5] [Security Solution][Bug fix] alerts table over 10k results (#145441) (#145481)
# Backport This will backport the following commits from `main` to `8.5`: - [[Security Solution][Bug fix] alerts table over 10k results (#145441)](https://github.com/elastic/kibana/pull/145441) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"christineweng","email":"18648970+christineweng@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-16T23:38:43Z","message":"[Security Solution][Bug fix] alerts table over 10k results (#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 (#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 (#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 <18648970+christineweng@users.noreply.github.com> |
||
|
dab595966f
|
[8.5] [Profiling] Remove timestamp from traces and executables (#145261) (#145319)
# Backport This will backport the following commits from `main` to `8.5`: - [[Profiling] Remove timestamp from traces and executables (#145261)](https://github.com/elastic/kibana/pull/145261) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tim Rühsen","email":"tim.ruhsen@elastic.co"},"sourceCommit":{"committedDate":"2022-11-16T04:56:14Z","message":"[Profiling] Remove timestamp from traces and executables (#145261)\n\n## Summary\r\nWe are removing @timestamp from the backend soon.\r\nAnd we do not currently use @timestamp in Kibana.\r\n\r\nThis PR just cleans up the unused field definitions for the Timestamps.","sha":"528486f2affc016ef327b0f9114f25d673541c7b","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.6.0","v8.5.1"],"number":145261,"url":"https://github.com/elastic/kibana/pull/145261","mergeCommit":{"message":"[Profiling] Remove timestamp from traces and executables (#145261)\n\n## Summary\r\nWe are removing @timestamp from the backend soon.\r\nAnd we do not currently use @timestamp in Kibana.\r\n\r\nThis PR just cleans up the unused field definitions for the Timestamps.","sha":"528486f2affc016ef327b0f9114f25d673541c7b"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"main","label":"v8.6.0","labelRegex":"^v8.6.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145261","number":145261,"mergeCommit":{"message":"[Profiling] Remove timestamp from traces and executables (#145261)\n\n## Summary\r\nWe are removing @timestamp from the backend soon.\r\nAnd we do not currently use @timestamp in Kibana.\r\n\r\nThis PR just cleans up the unused field definitions for the Timestamps.","sha":"528486f2affc016ef327b0f9114f25d673541c7b"}},{"branch":"8.5","label":"v8.5.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Tim Rühsen <tim.ruhsen@elastic.co> |
||
|
b04bba3f88
|
chore(NA): bump version to 8.5.2 (#145253)
Usually bump from 8.5.1 to 8.5.2 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
|
fdaa631ad5
|
[8.5] [DOCS] Automate final case APIs (#145007) (#145272) | ||
|
e1605243ba
|
[8.5] Fix time for logs smoke tests in integration test (#145130) (#145183)
# Backport This will backport the following commits from `main` to `8.5`: - [Fix time for logs smoke tests in integration test (#145130)](https://github.com/elastic/kibana/pull/145130) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Bhavya RM","email":"bhavya@elastic.co"},"sourceCommit":{"committedDate":"2022-11-14T20:49:47Z","message":"Fix time for logs smoke tests in integration test (#145130)","sha":"fdfeda4192df7c2129573cf53c761a3cab752884","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","release_note:skip","backport:prev-minor","v8.6.0"],"number":145130,"url":"https://github.com/elastic/kibana/pull/145130","mergeCommit":{"message":"Fix time for logs smoke tests in integration test (#145130)","sha":"fdfeda4192df7c2129573cf53c761a3cab752884"}},"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/145130","number":145130,"mergeCommit":{"message":"Fix time for logs smoke tests in integration test (#145130)","sha":"fdfeda4192df7c2129573cf53c761a3cab752884"}}]}] BACKPORT--> Co-authored-by: Bhavya RM <bhavya@elastic.co> |
||
|
de0247ff39
|
[8.5] [Security Solution] Telemetry Task Metric Collector (#140503) (#141326)
# Backport This will backport the following commits from `main` to `8.5`: - [[Security Solution] Telemetry Task Metric Collector (#140503)](https://github.com/elastic/kibana/pull/140503) <!--- Backport version: 8.9.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"JD Kurma","email":"JDKurma@gmail.com"},"sourceCommit":{"committedDate":"2022-09-21T23:45:35Z","message":"[Security Solution] Telemetry Task Metric Collector (#140503)\n\n* task metric logger\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* add start time and end time to task metric\r\n\r\n* update test\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* merge\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* return 0 in catch\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"9b7a65cf2a3b5be534374d3719ebe643b3a15cff","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Telemetry","release_note:skip","Team: SecuritySolution","auto-backport","v8.5.0"],"number":140503,"url":"https://github.com/elastic/kibana/pull/140503","mergeCommit":{"message":"[Security Solution] Telemetry Task Metric Collector (#140503)\n\n* task metric logger\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* add start time and end time to task metric\r\n\r\n* update test\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* merge\r\n\r\n* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'\r\n\r\n* return 0 in catch\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"9b7a65cf2a3b5be534374d3719ebe643b3a15cff"}},"sourceBranch":"main","suggestedTargetBranches":["8.5"],"targetPullRequestStates":[{"branch":"8.5","label":"v8.5.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: JD Kurma <JDKurma@gmail.com> |
||
|
a20e50efa5
|
[8.5] [APM] Fixes #144669: Incorrect “Learn more” link (#145077) (#145087)
# Backport This will backport the following commits from `main` to `8.5`: - [[APM] Fixes #144669: Incorrect “Learn more” link (#145077)](https://github.com/elastic/kibana/pull/145077) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Søren Louv-Jansen","email":"soren.louv@elastic.co"},"sourceCommit":{"committedDate":"2022-11-14T10:31:45Z","message":"[APM] Fixes #144669: Incorrect “Learn more” link (#145077)\n\nFixes https://github.com/elastic/kibana/issues/144669","sha":"f893523d63e99d623269969af3f611ddff36c1c1","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:APM","release_note:skip","backport:prev-minor","v8.6.0"],"number":145077,"url":"https://github.com/elastic/kibana/pull/145077","mergeCommit":{"message":"[APM] Fixes #144669: Incorrect “Learn more” link (#145077)\n\nFixes https://github.com/elastic/kibana/issues/144669","sha":"f893523d63e99d623269969af3f611ddff36c1c1"}},"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/145077","number":145077,"mergeCommit":{"message":"[APM] Fixes #144669: Incorrect “Learn more” link (#145077)\n\nFixes https://github.com/elastic/kibana/issues/144669","sha":"f893523d63e99d623269969af3f611ddff36c1c1"}}]}] BACKPORT--> Co-authored-by: Søren Louv-Jansen <soren.louv@elastic.co> |
||
|
3b7df37b35
|
[8.5] [APM] Limit the number of source map artifacts (#144963) (#145062)
# Backport This will backport the following commits from `main` to `8.5`: - [[APM] Limit the number of source map artifacts (#144963)](https://github.com/elastic/kibana/pull/144963) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Søren Louv-Jansen","email":"soren.louv@elastic.co"},"sourceCommit":{"committedDate":"2022-11-12T14:25:55Z","message":"[APM] Limit the number of source map artifacts (#144963)","sha":"654d531efda087b5c297d4fef4a8b9aed0a318ca","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:APM","apm:test-plan-regression","backport:prev-minor","v8.6.0"],"number":144963,"url":"https://github.com/elastic/kibana/pull/144963","mergeCommit":{"message":"[APM] Limit the number of source map artifacts (#144963)","sha":"654d531efda087b5c297d4fef4a8b9aed0a318ca"}},"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/144963","number":144963,"mergeCommit":{"message":"[APM] Limit the number of source map artifacts (#144963)","sha":"654d531efda087b5c297d4fef4a8b9aed0a318ca"}}]}] BACKPORT--> Co-authored-by: Søren Louv-Jansen <soren.louv@elastic.co> |
||
|
c23f85ab3d
|
[8.5] Adding dashboard render verify tests to upgraded saved objects in integration test (#145036) (#145056)
# Backport This will backport the following commits from `main` to `8.5`: - [Adding dashboard render verify tests to upgraded saved objects in integration test (#145036)](https://github.com/elastic/kibana/pull/145036) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Bhavya RM","email":"bhavya@elastic.co"},"sourceCommit":{"committedDate":"2022-11-11T16:42:34Z","message":"Adding dashboard render verify tests to upgraded saved objects in integration test (#145036)\n\nPlease note these tests don't run in ci","sha":"6d1f17cedafa8a4b5502bb51c349a8dff511cf5b","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","release_note:skip","backport:prev-minor","v8.6.0"],"number":145036,"url":"https://github.com/elastic/kibana/pull/145036","mergeCommit":{"message":"Adding dashboard render verify tests to upgraded saved objects in integration test (#145036)\n\nPlease note these tests don't run in ci","sha":"6d1f17cedafa8a4b5502bb51c349a8dff511cf5b"}},"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/145036","number":145036,"mergeCommit":{"message":"Adding dashboard render verify tests to upgraded saved objects in integration test (#145036)\n\nPlease note these tests don't run in ci","sha":"6d1f17cedafa8a4b5502bb51c349a8dff511cf5b"}}]}] BACKPORT--> Co-authored-by: Bhavya RM <bhavya@elastic.co> |