mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
28598 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
d01e6b8b18
|
[8.12] [Security Solution] [Elastic AI Assistant] Include acknowledged alerts in the LangChain AlertCountsTool aggregation (#173701) (#173801)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution] [Elastic AI Assistant] Include `acknowledged` alerts in the LangChain `AlertCountsTool` aggregation (#173701)](https://github.com/elastic/kibana/pull/173701) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Andrew Macri","email":"andrew.macri@elastic.co"},"sourceCommit":{"committedDate":"2023-12-21T04:41:11Z","message":"[Security Solution] [Elastic AI Assistant] Include `acknowledged` alerts in the LangChain `AlertCountsTool` aggregation (#173701)\n\n## [Security Solution] [Elastic AI Assistant] Include `acknowledged` alerts in the LangChain `AlertCountsTool` aggregation\r\n\r\nThis PR updates the LangChain `AlertCountsTool` aggregation, which answers questions like `How many open alerts do I have?`, to include `acknowledged` alerts. The `AlertCountsTool` was introduced as part of [[Security Solution] [Elastic AI Assistant] Retrieval Augmented Generation (RAG) for Alerts #172542](https://github.com/elastic/kibana/pull/172542)\r\n\r\n- This PR is similar to <https://github.com/elastic/kibana/pull/173121>, where `acknowledged` alerts were added to the `OpenAndAcknowledgedAlertsTool`, which returns the _details_ of alerts\r\n - In contrast to [#173121](https://github.com/elastic/kibana/pull/173121), this PR is focused on the alert counts _aggregation_\r\n\r\n- This PR also updates the `range` of **both** the `AlertCountsTool` and the `OpenAndAcknowledgedAlertsTool` queries to standardize on the following syntax, which aligns with the `Last 24 hours` option in the _Commonly used_ section of the Kibana date picker:\r\n\r\n```json\r\n \"range\": {\r\n \"@timestamp\": {\r\n \"gte\": \"now-24h\",\r\n \"lte\": \"now\"\r\n }\r\n }\r\n```\r\n\r\n### Desk testing\r\n\r\nTo desk test this change:\r\n\r\n- The `assistantRagOnAlerts` feature flag described in [#172542](https://github.com/elastic/kibana/pull/172542) must be enabled, per the following example:\r\n\r\n```\r\nxpack.securitySolution.enableExperimental: ['assistantRagOnAlerts']\r\n```\r\n\r\n- The `Alerts` feature must be enabled in the assistant settings, per the screenshot below:\r\n\r\n  (#173651)
# Backport This will backport the following commits from `main` to `8.12`: - [[Fleet] show download rate in upgrade details tooltlip (#173614)](https://github.com/elastic/kibana/pull/173614) <!--- 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":"2023-12-19T15:07:25Z","message":"[Fleet] show download rate in upgrade details tooltlip (#173614)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/171943\r\n\r\nShowing download rate in the upgrade details tooltip.\r\n\r\nUsed fake data as I couldn't get an actual agent to be in downloading\r\nstate with download percent and rate.\r\n\r\n<img width=\"659\" alt=\"image\"\r\nsrc=\" |
||
|
a7e9015ced
|
[8.12] Adjust wording in Set up KB message (#173814) (#173820)
# Backport This will backport the following commits from `main` to `8.12`: - [Adjust wording in Set up KB message (#173814)](https://github.com/elastic/kibana/pull/173814) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Coen Warmer","email":"coen.warmer@gmail.com"},"sourceCommit":{"committedDate":"2023-12-21T11:03:02Z","message":"Adjust wording in Set up KB message (#173814)","sha":"85df7c994930c9dccd30e8f30b81d703f5521d34","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","v8.12.0","v8.13.0"],"number":173814,"url":"https://github.com/elastic/kibana/pull/173814","mergeCommit":{"message":"Adjust wording in Set up KB message (#173814)","sha":"85df7c994930c9dccd30e8f30b81d703f5521d34"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173814","number":173814,"mergeCommit":{"message":"Adjust wording in Set up KB message (#173814)","sha":"85df7c994930c9dccd30e8f30b81d703f5521d34"}}]}] BACKPORT--> Co-authored-by: Coen Warmer <coen.warmer@gmail.com> |
||
|
a78512f504
|
[8.12] [Security Solution] Enable the feature flag for JSON diffing in prebuilt rules (#173368) (#173822)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution] Enable the feature flag for JSON diffing in prebuilt rules (#173368)](https://github.com/elastic/kibana/pull/173368) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nikita Indik","email":"nikita.indik@elastic.co"},"sourceCommit":{"committedDate":"2023-12-21T11:39:16Z","message":"[Security Solution] Enable the feature flag for JSON diffing in prebuilt rules (#173368)\n\n**Ticket:** https://github.com/elastic/kibana/issues/169160\r\n\r\n## Summary\r\n\r\nSets the `jsonPrebuiltRulesDiffingEnabled` to `true` to enable the new\r\n\"Updates\" tab in prebuilt rules flyout.\r\n\r\n### IMPORTANT: Merge only once acceptance and exploratory testing are\r\npassed!\r\n\r\n<img width=\"1178\" alt=\"Schermafbeelding 2023-12-13 om 17 37 07\"\r\nsrc=\" |
||
|
170a221708
|
[8.12] [Fleet] adding upgrade details UPG_FAILED check to stuck in updating (#173628) (#173807)
# Backport This will backport the following commits from `main` to `8.12`: - [[Fleet] adding upgrade details UPG_FAILED check to stuck in updating (#173628)](https://github.com/elastic/kibana/pull/173628) <!--- 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":"2023-12-21T08:06:02Z","message":"[Fleet] adding upgrade details UPG_FAILED check to stuck in updating (#173628)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/171419\r\n\r\nAdded upgrade details check to restart upgrade callout when agent is\r\nstuck in updating.\r\nChanged the copy slightly when the agent has failed upgrade state.\r\n\r\n<img width=\"653\" alt=\"image\"\r\nsrc=\" |
||
|
487baa7cd4
|
[8.12] [RAM] Fix rule edit flyout alerts search bar autocomplete scroll (#172899) (#173789)
# Backport This will backport the following commits from `main` to `8.12`: - [[RAM] Fix rule edit flyout alerts search bar autocomplete scroll (#172899)](https://github.com/elastic/kibana/pull/172899) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jiawei Wu","email":"74562234+JiaweiWu@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-20T20:21:51Z","message":"[RAM] Fix rule edit flyout alerts search bar autocomplete scroll (#172899)\n\n## Summary\r\nResolves: https://github.com/elastic/kibana/issues/172594\r\n\r\nFixes the rule edit alerts search bar autocomplete causing background to\r\nalso scroll infinitely\r\n\r\n\r\n\r\n |
||
|
88a4218b8f
|
[8.12] [Security Solution] Disable package v2 detection for now (#173686) (#173750)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution] Disable package v2 detection for now (#173686)](https://github.com/elastic/kibana/pull/173686) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dan Panzarella","email":"pzl@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-20T14:05:43Z","message":"[Security Solution] Disable package v2 detection for now (#173686)","sha":"c3b3194ea06bc5e22b6da798b814cab812cd01e1","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend Workflows","v8.12.0","v8.13.0"],"number":173686,"url":"https://github.com/elastic/kibana/pull/173686","mergeCommit":{"message":"[Security Solution] Disable package v2 detection for now (#173686)","sha":"c3b3194ea06bc5e22b6da798b814cab812cd01e1"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173686","number":173686,"mergeCommit":{"message":"[Security Solution] Disable package v2 detection for now (#173686)","sha":"c3b3194ea06bc5e22b6da798b814cab812cd01e1"}}]}] BACKPORT--> |
||
|
7542adb3fb
|
[8.12] [Lens] Fix context formula functions (#172710) (#173760)
# Backport This will backport the following commits from `main` to `8.12`: - [[Lens] Fix context formula functions (#172710)](https://github.com/elastic/kibana/pull/172710) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Drew Tate","email":"drew.tate@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T15:32:31Z","message":"[Lens] Fix context formula functions (#172710)\n\n## Summary\r\nFix |
||
|
9341adc267
|
[8.12] [EDR Workflows][Osquery] Prevent querying offline agents (#173300) (#173743)
# Backport This will backport the following commits from `main` to `8.12`: - [[EDR Workflows][Osquery] Prevent querying offline agents (#173300)](https://github.com/elastic/kibana/pull/173300) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Konrad Szwarc","email":"konrad.szwarc@elastic.co"},"sourceCommit":{"committedDate":"2023-12-20T13:41:39Z","message":"[EDR Workflows][Osquery] Prevent querying offline agents (#173300)\n\ncloses https://github.com/elastic/security-team/issues/8138\r\n\r\nThis PR resolves the bug that allowed users to run a query against an\r\noffline agent using a query from their query history.\r\n\r\nBefore:\r\n\r\n\r\n |
||
|
db717ad064
|
[8.12] Fix warnings generated by the model selection list (#173629) (#173741)
# Backport This will backport the following commits from `main` to `8.12`: - [Fix warnings generated by the model selection list (#173629)](https://github.com/elastic/kibana/pull/173629) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mike Pellegrini","email":"mike.pellegrini@elastic.co"},"sourceCommit":{"committedDate":"2023-12-20T13:29:12Z","message":"Fix warnings generated by the model selection list (#173629)\n\n## Summary\r\n\r\nFix DOM attribute warnings generated by the model selection list. This\r\napproach uses the [`option.data`\r\nprop](https://eui.elastic.co/#/forms/selectable#rendering-the-options)\r\nto pass custom data for option rendering, which prevents the custom data\r\nfrom being added to the rendered DOM element.","sha":"3c75764e0763ce6adee5a2aac51a0e4216492363","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.12.0","v8.13.0"],"number":173629,"url":"https://github.com/elastic/kibana/pull/173629","mergeCommit":{"message":"Fix warnings generated by the model selection list (#173629)\n\n## Summary\r\n\r\nFix DOM attribute warnings generated by the model selection list. This\r\napproach uses the [`option.data`\r\nprop](https://eui.elastic.co/#/forms/selectable#rendering-the-options)\r\nto pass custom data for option rendering, which prevents the custom data\r\nfrom being added to the rendered DOM element.","sha":"3c75764e0763ce6adee5a2aac51a0e4216492363"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173629","number":173629,"mergeCommit":{"message":"Fix warnings generated by the model selection list (#173629)\n\n## Summary\r\n\r\nFix DOM attribute warnings generated by the model selection list. This\r\napproach uses the [`option.data`\r\nprop](https://eui.elastic.co/#/forms/selectable#rendering-the-options)\r\nto pass custom data for option rendering, which prevents the custom data\r\nfrom being added to the rendered DOM element.","sha":"3c75764e0763ce6adee5a2aac51a0e4216492363"}}]}] BACKPORT--> Co-authored-by: Mike Pellegrini <mike.pellegrini@elastic.co> |
||
|
e352a3190d
|
[8.12] [Observability][Infra] Add parent link in host detail's breadcrumb (#170792) (#173735)
# Backport This will backport the following commits from `main` to `8.12`: - [[Observability][Infra] Add parent link in host detail's breadcrumb (#170792)](https://github.com/elastic/kibana/pull/170792) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"ruhshan","email":"5312918+Ruhshan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-20T12:38:57Z","message":"[Observability][Infra] Add parent link in host detail's breadcrumb (#170792)\n\n## Summary\r\n\r\nFixes #170642\r\n\r\nAdded link to hosts in the breadcrumb for host details page.\r\n\r\n\r\n (#173733)
# Backport This will backport the following commits from `main` to `8.12`: - [[ML] Fix registering of the ML alerting rules with the basic license (#173644)](https://github.com/elastic/kibana/pull/173644) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"dmitrii.arnautov@elastic.co"},"sourceCommit":{"committedDate":"2023-12-20T12:31:21Z","message":"[ML] Fix registering of the ML alerting rules with the basic license (#173644)\n\n## Summary\r\n\r\nFixes the license checks for registering ML alerting rules, so that if\r\nthe user doesn't have the required license to create a rule instance, we\r\nstill show the entry in the list. The alerting framework disables the\r\nrule type if license requirements aren't met.\r\n\r\n<img width=\"617\" alt=\"image\"\r\nsrc=\" |
||
|
afc7e7a62d
|
[8.12] [ML] Sharing install elastic model service (#171918) (#173729)
# Backport This will backport the following commits from `main` to `8.12`: - [[ML] Sharing install elastic model service (#171918)](https://github.com/elastic/kibana/pull/171918) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"jgowdy@elastic.co"},"sourceCommit":{"committedDate":"2023-12-20T12:00:55Z","message":"[ML] Sharing install elastic model service (#171918)\n\nShares our [recently\r\nadded](https://github.com/elastic/kibana/pull/169939) install elastic\r\nmodel endpoint as a shared service.","sha":"6a43e94e6c3de4378c583a266611f30049332662","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement",":ml","Feature:3rd Party Models","v8.12.0","v8.13.0"],"number":171918,"url":"https://github.com/elastic/kibana/pull/171918","mergeCommit":{"message":"[ML] Sharing install elastic model service (#171918)\n\nShares our [recently\r\nadded](https://github.com/elastic/kibana/pull/169939) install elastic\r\nmodel endpoint as a shared service.","sha":"6a43e94e6c3de4378c583a266611f30049332662"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/171918","number":171918,"mergeCommit":{"message":"[ML] Sharing install elastic model service (#171918)\n\nShares our [recently\r\nadded](https://github.com/elastic/kibana/pull/169939) install elastic\r\nmodel endpoint as a shared service.","sha":"6a43e94e6c3de4378c583a266611f30049332662"}}]}] BACKPORT--> Co-authored-by: James Gowdy <jgowdy@elastic.co> |
||
|
f4d642d472
|
[8.12] [ML] Fixes display of actions column in the datafeed chart flyout (#173365) (#173726)
# Backport This will backport the following commits from `main` to `8.12`: - [[ML] Fixes display of actions column in the datafeed chart flyout (#173365)](https://github.com/elastic/kibana/pull/173365) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pete Harverson","email":"pete@elastic.co"},"sourceCommit":{"committedDate":"2023-12-20T11:02:57Z","message":"[ML] Fixes display of actions column in the datafeed chart flyout (#173365)\n\n## Summary\r\n\r\nFixes the 'Actions' column in the datafeed chart flyout, opened from the\r\nanomaly detection jobs list, so that the 'Toggle in chart' action is\r\nonly shown once per row.\r\n\r\n#### Before:\r\n\r\n<img width=\"851\" alt=\"datafeed_flyout_actions_before\"\r\nsrc=\" |
||
|
fe1cacecb0
|
[8.12] [Fleet] Do not write to metrics-fleet_server.usage* if .fleet-agents is not yet created (#173689) (#173725)
# Backport This will backport the following commits from `main` to `8.12`: - [[Fleet] Do not write to metrics-fleet_server.usage* if .fleet-agents is not yet created (#173689)](https://github.com/elastic/kibana/pull/173689) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nicolas Chaulet","email":"nicolas.chaulet@elastic.co"},"sourceCommit":{"committedDate":"2023-12-20T10:46:12Z","message":"[Fleet] Do not write to metrics-fleet_server.usage* if .fleet-agents is not yet created (#173689)","sha":"50f67699f7a6183ba770e24a7a4575567150ad05","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:prev-minor","v8.13.0"],"number":173689,"url":"https://github.com/elastic/kibana/pull/173689","mergeCommit":{"message":"[Fleet] Do not write to metrics-fleet_server.usage* if .fleet-agents is not yet created (#173689)","sha":"50f67699f7a6183ba770e24a7a4575567150ad05"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173689","number":173689,"mergeCommit":{"message":"[Fleet] Do not write to metrics-fleet_server.usage* if .fleet-agents is not yet created (#173689)","sha":"50f67699f7a6183ba770e24a7a4575567150ad05"}}]}] BACKPORT--> Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co> |
||
|
9c93b5a9ed
|
[8.12] [EDR Workflows][Osquery] Proper schema generation for rules (#173611) (#173724)
# Backport This will backport the following commits from `main` to `8.12`: - [[EDR Workflows][Osquery] Proper schema generation for rules (#173611)](https://github.com/elastic/kibana/pull/173611) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Konrad Szwarc","email":"konrad.szwarc@elastic.co"},"sourceCommit":{"committedDate":"2023-12-20T10:58:54Z","message":"[EDR Workflows][Osquery] Proper schema generation for rules (#173611)\n\nhttps://github.com/elastic/kibana/issues/172452\r\n\r\nProper way of generating schema (`.schema.yaml` as source).\r\n\r\n\r\n\r\n |
||
|
8b0068752b
|
[8.12] [Sentinel One] Disable connector params field (#173610) (#173719)
# Backport This will backport the following commits from `main` to `8.12`: - [[Sentinel One] Disable connector params field (#173610)](https://github.com/elastic/kibana/pull/173610) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Patryk Kopyciński","email":"contact@patrykkopycinski.com"},"sourceCommit":{"committedDate":"2023-12-20T09:54:58Z","message":"[Sentinel One] Disable connector params field (#173610)\n\n## Summary\r\n\r\nCurrently, we don't support automated response actions, so we don't want\r\nto expose it to the user in the Connector's Test tab\r\n\r\n<img width=\"3003\" alt=\"Zrzut ekranu 2023-12-19 o 12 38 37\"\r\nsrc=\" |
||
|
d75b20ed8b
|
[8.12] [UX INP] Fix label casing (#173605) (#173655)
# Backport This will backport the following commits from `main` to `8.12`: - [[UX INP] Fix label casing (#173605)](https://github.com/elastic/kibana/pull/173605) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"shahzad31comp@gmail.com"},"sourceCommit":{"committedDate":"2023-12-19T15:20:37Z","message":"[UX INP] Fix label casing (#173605)\n\n## Summary\r\n\r\nFix label casing !!","sha":"86561c2ace1924abb1d36c0c7abfd16b46a135c8","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","Team:obs-ux-infra_services","Team:obs-ux-management","v8.13.0"],"number":173605,"url":"https://github.com/elastic/kibana/pull/173605","mergeCommit":{"message":"[UX INP] Fix label casing (#173605)\n\n## Summary\r\n\r\nFix label casing !!","sha":"86561c2ace1924abb1d36c0c7abfd16b46a135c8"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173605","number":173605,"mergeCommit":{"message":"[UX INP] Fix label casing (#173605)\n\n## Summary\r\n\r\nFix label casing !!","sha":"86561c2ace1924abb1d36c0c7abfd16b46a135c8"}}]}] BACKPORT--> Co-authored-by: Shahzad <shahzad31comp@gmail.com> |
||
|
665093b3fb
|
[8.12] [Lens] unify expression search context type (#172738) (#173671)
# Backport This will backport the following commits from `main` to `8.12`: - [[Lens] unify expression search context type (#172738)](https://github.com/elastic/kibana/pull/172738) This is a prerequisite to backporting https://github.com/elastic/kibana/pull/172710 <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Drew Tate","email":"drew.tate@elastic.co"},"sourceCommit":{"committedDate":"2023-12-11T14:08:00Z","message":"[Lens] unify expression search context type (#172738)\n\n## Summary\r\n\r\nWhile working on https://github.com/elastic/kibana/pull/172710 I noticed\r\nhow loose our search context types were. This leeway seems like overkill\r\ngiven how we actually use the expressions framework.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"570937ff19c500d0d54b605b0602b6ffb2a6fb10","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:ExpressionLanguage","Team:Visualizations","release_note:skip","backport:skip","v8.13.0"],"number":172738,"url":"https://github.com/elastic/kibana/pull/172738","mergeCommit":{"message":"[Lens] unify expression search context type (#172738)\n\n## Summary\r\n\r\nWhile working on https://github.com/elastic/kibana/pull/172710 I noticed\r\nhow loose our search context types were. This leeway seems like overkill\r\ngiven how we actually use the expressions framework.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"570937ff19c500d0d54b605b0602b6ffb2a6fb10"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172738","number":172738,"mergeCommit":{"message":"[Lens] unify expression search context type (#172738)\n\n## Summary\r\n\r\nWhile working on https://github.com/elastic/kibana/pull/172710 I noticed\r\nhow loose our search context types were. This leeway seems like overkill\r\ngiven how we actually use the expressions framework.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"570937ff19c500d0d54b605b0602b6ffb2a6fb10"}}]}] BACKPORT--> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
|
7fde4506c4
|
[8.12] [Security Solution] Defend advanced policy option to disable process and thread handle events (#173674) (#173698)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution] Defend advanced policy option to disable process and thread handle events (#173674)](https://github.com/elastic/kibana/pull/173674) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gabriel Landau","email":"42078554+gabriellandau@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-19T22:58:58Z","message":"[Security Solution] Defend advanced policy option to disable process and thread handle events (#173674)\n\n## Summary\r\n\r\nDefend Advanced Policy option to allow users to disable collection and\r\nreporting of process/thread handle events. This can be used to\r\ntroubleshoot performance issues.\r\n\r\nThe feature has actually been in Defend since 8.1.0, but it was never\r\nexposed via Kibana. Should we backport it past 8.12.0?\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\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\n\r\n<!--ONMERGE {\"backportTargets\":[\"8.12\"]} ONMERGE-->\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"ea580e69f13275105c8714b26230e4b7acceeb3d","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend Workflows","v8.12.0","v8.13.0"],"number":173674,"url":"https://github.com/elastic/kibana/pull/173674","mergeCommit":{"message":"[Security Solution] Defend advanced policy option to disable process and thread handle events (#173674)\n\n## Summary\r\n\r\nDefend Advanced Policy option to allow users to disable collection and\r\nreporting of process/thread handle events. This can be used to\r\ntroubleshoot performance issues.\r\n\r\nThe feature has actually been in Defend since 8.1.0, but it was never\r\nexposed via Kibana. Should we backport it past 8.12.0?\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\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\n\r\n<!--ONMERGE {\"backportTargets\":[\"8.12\"]} ONMERGE-->\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"ea580e69f13275105c8714b26230e4b7acceeb3d"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173674","number":173674,"mergeCommit":{"message":"[Security Solution] Defend advanced policy option to disable process and thread handle events (#173674)\n\n## Summary\r\n\r\nDefend Advanced Policy option to allow users to disable collection and\r\nreporting of process/thread handle events. This can be used to\r\ntroubleshoot performance issues.\r\n\r\nThe feature has actually been in Defend since 8.1.0, but it was never\r\nexposed via Kibana. Should we backport it past 8.12.0?\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\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\n\r\n<!--ONMERGE {\"backportTargets\":[\"8.12\"]} ONMERGE-->\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"ea580e69f13275105c8714b26230e4b7acceeb3d"}}]}] BACKPORT--> Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com> |
||
|
f7e2d6e2d0
|
[8.12] [Enterprise Search] Split details panel from model selection list (#173434) (#173697)
# Backport This will backport the following commits from `main` to `8.12`: - [[Enterprise Search] Split details panel from model selection list (#173434)](https://github.com/elastic/kibana/pull/173434) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Adam Demjen","email":"demjened@gmail.com"},"sourceCommit":{"committedDate":"2023-12-19T22:37:29Z","message":"[Enterprise Search] Split details panel from model selection list (#173434)\n\n## Summary\r\n\r\nIn this PR the ML model selection list is being split into a simplified\r\nlist and a details panel for the selected model. This change provides\r\nproblem-free keyboard navigation and a cleaner look.\r\n\r\n<img width=\"1206\" alt=\"Screenshot 2023-12-18 at 09 34 40\"\r\nsrc=\" |
||
|
ba8fc0ad2f
|
[8.12] Update design of Prompt Editor (#173571) (#173636)
# Backport This will backport the following commits from `main` to `8.12`: - [Update design of Prompt Editor (#173571)](https://github.com/elastic/kibana/pull/173571) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Coen Warmer","email":"coen.warmer@gmail.com"},"sourceCommit":{"committedDate":"2023-12-19T14:14:16Z","message":"Update design of Prompt Editor (#173571)","sha":"3ea5865a0ab485782ddd62562890e7ac618768bf","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","v8.12.0","v8.13.0"],"number":173571,"url":"https://github.com/elastic/kibana/pull/173571","mergeCommit":{"message":"Update design of Prompt Editor (#173571)","sha":"3ea5865a0ab485782ddd62562890e7ac618768bf"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173571","number":173571,"mergeCommit":{"message":"Update design of Prompt Editor (#173571)","sha":"3ea5865a0ab485782ddd62562890e7ac618768bf"}}]}] BACKPORT--> Co-authored-by: Coen Warmer <coen.warmer@gmail.com> |
||
|
3e1732087e
|
[8.12] [Enterprise Search] Clean up copy (#173622) (#173643)
# Backport This will backport the following commits from `main` to `8.12`: - [[Enterprise Search] Clean up copy (#173622)](https://github.com/elastic/kibana/pull/173622) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Liam Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-19T14:48:40Z","message":"[Enterprise Search] Clean up copy (#173622)\n\nSomehow this copy snuck in without being edited, looks like a copy paste\r\nfrom a former tooltip or something, with no punctuation.\r\n\r\nThis PR cleans the text up.\r\n\r\n\r\n## Before\r\n\r\n<img width=\"225\" alt=\"Screenshot 2023-12-19 at 14 05 56\"\r\nsrc=\" |
||
|
80dabde3d9
|
[8.12] [Security Solution] - fix dark theme for alert details flyout footer (#173577) (#173635)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution] - fix dark theme for alert details flyout footer (#173577)](https://github.com/elastic/kibana/pull/173577) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"philippe.oberti@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T14:10:33Z","message":"[Security Solution] - fix dark theme for alert details flyout footer (#173577)","sha":"8d95ac5fade0c8b41982fe6c7bf785f2710614bf","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Threat Hunting:Investigations","v8.12.1","v8.13.0"],"number":173577,"url":"https://github.com/elastic/kibana/pull/173577","mergeCommit":{"message":"[Security Solution] - fix dark theme for alert details flyout footer (#173577)","sha":"8d95ac5fade0c8b41982fe6c7bf785f2710614bf"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173577","number":173577,"mergeCommit":{"message":"[Security Solution] - fix dark theme for alert details flyout footer (#173577)","sha":"8d95ac5fade0c8b41982fe6c7bf785f2710614bf"}}]}] BACKPORT--> Co-authored-by: Philippe Oberti <philippe.oberti@elastic.co> |
||
|
49f8243d90
|
[8.12] [ML] Remove beta badge from ML alerting rules (#173545) (#173623)
# Backport This will backport the following commits from `main` to `8.12`: - [[ML] Remove beta badge from ML alerting rules (#173545)](https://github.com/elastic/kibana/pull/173545) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"dmitrii.arnautov@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T13:13:02Z","message":"[ML] Remove beta badge from ML alerting rules (#173545)\n\n## Summary\r\n\r\n- Removes the beta badge from Anomaly detection and Anomlay detection\r\njob health alerting rules.\r\n- Renames Anomaly detection alerting rule (\"Anomaly detection alert\" ->\r\n\"Anomaly detection\") for consistency with the other rules in the list","sha":"bf52a1396dfe0724d826744ddfbf20b16bebe1bb","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement",":ml","Feature:Anomaly Detection","Feature:Alerting/RuleTypes","Team:ML","v8.12.0","v8.13.0"],"number":173545,"url":"https://github.com/elastic/kibana/pull/173545","mergeCommit":{"message":"[ML] Remove beta badge from ML alerting rules (#173545)\n\n## Summary\r\n\r\n- Removes the beta badge from Anomaly detection and Anomlay detection\r\njob health alerting rules.\r\n- Renames Anomaly detection alerting rule (\"Anomaly detection alert\" ->\r\n\"Anomaly detection\") for consistency with the other rules in the list","sha":"bf52a1396dfe0724d826744ddfbf20b16bebe1bb"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173545","number":173545,"mergeCommit":{"message":"[ML] Remove beta badge from ML alerting rules (#173545)\n\n## Summary\r\n\r\n- Removes the beta badge from Anomaly detection and Anomlay detection\r\njob health alerting rules.\r\n- Renames Anomaly detection alerting rule (\"Anomaly detection alert\" ->\r\n\"Anomaly detection\") for consistency with the other rules in the list","sha":"bf52a1396dfe0724d826744ddfbf20b16bebe1bb"}}]}] BACKPORT--> Co-authored-by: Dima Arnautov <dmitrii.arnautov@elastic.co> |
||
|
d36413a10c
|
[8.12] [Transform] Fix retention policy field name not setting by default correctly in Transform creation wizard (#172609) (#173617)
# Backport This will backport the following commits from `main` to `8.12`: - [[Transform] Fix retention policy field name not setting by default correctly in Transform creation wizard (#172609)](https://github.com/elastic/kibana/pull/172609) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Quynh Nguyen (Quinn)","email":"43350163+qn895@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-19T12:17:38Z","message":"[Transform] Fix retention policy field name not setting by default correctly in Transform creation wizard (#172609)\n\n## Summary\r\n\r\nThis PR fixes https://github.com/elastic/kibana/issues/167207 where\r\ntransform retention policy not setting the first time field as default,\r\nwhich causes an error on creation\r\n\r\nBefore:\r\n\r\n\r\n |
||
|
7e6ab21b0a
|
[8.12] Catch IndexNotFoundException and return default telemetry (#173604) (#173619)
# Backport This will backport the following commits from `main` to `8.12`: - [Catch IndexNotFoundException and return default telemetry (#173604)](https://github.com/elastic/kibana/pull/173604) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Chenhui Wang","email":"54903978+wangch079@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-19T12:28:24Z","message":"Catch IndexNotFoundException and return default telemetry (#173604)\n\n## Follow up on PR https://github.com/elastic/kibana/pull/172280\r\n\r\n## Summary\r\n\r\nThis PR makes changes to usage collectors in plugin `enterprise_search`\r\nand `serverless_search`, to catch `IndexNotFoundException` and return\r\nthe default telemetry.\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\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)","sha":"c01b3a450a2bf607ee69d9540b77859695e6e5e1","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.12.0","v8.13.0"],"number":173604,"url":"https://github.com/elastic/kibana/pull/173604","mergeCommit":{"message":"Catch IndexNotFoundException and return default telemetry (#173604)\n\n## Follow up on PR https://github.com/elastic/kibana/pull/172280\r\n\r\n## Summary\r\n\r\nThis PR makes changes to usage collectors in plugin `enterprise_search`\r\nand `serverless_search`, to catch `IndexNotFoundException` and return\r\nthe default telemetry.\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\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)","sha":"c01b3a450a2bf607ee69d9540b77859695e6e5e1"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173604","number":173604,"mergeCommit":{"message":"Catch IndexNotFoundException and return default telemetry (#173604)\n\n## Follow up on PR https://github.com/elastic/kibana/pull/172280\r\n\r\n## Summary\r\n\r\nThis PR makes changes to usage collectors in plugin `enterprise_search`\r\nand `serverless_search`, to catch `IndexNotFoundException` and return\r\nthe default telemetry.\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\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)","sha":"c01b3a450a2bf607ee69d9540b77859695e6e5e1"}}]}] BACKPORT--> Co-authored-by: Chenhui Wang <54903978+wangch079@users.noreply.github.com> |
||
|
7bbef5c249
|
[8.12] [Security Solution][Bug] Render esql tab only when needed (#173484) (#173616)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution][Bug] Render esql tab only when needed (#173484)](https://github.com/elastic/kibana/pull/173484) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sergi Massaneda","email":"sergi.massaneda@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T12:09:47Z","message":"[Security Solution][Bug] Render esql tab only when needed (#173484)\n\n## Summary\r\n\r\nRenders ES|QL tab only when it is visible, so ES|QL queries are not\r\ntriggered only by having the Timeline bottom bar available.","sha":"f9f22d5d554a14e8cd215caa3fe11fb3ea82acc3","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:Threat Hunting","v8.12.0","v8.13.0","v8.11.4"],"number":173484,"url":"https://github.com/elastic/kibana/pull/173484","mergeCommit":{"message":"[Security Solution][Bug] Render esql tab only when needed (#173484)\n\n## Summary\r\n\r\nRenders ES|QL tab only when it is visible, so ES|QL queries are not\r\ntriggered only by having the Timeline bottom bar available.","sha":"f9f22d5d554a14e8cd215caa3fe11fb3ea82acc3"}},"sourceBranch":"main","suggestedTargetBranches":["8.12","8.11"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173484","number":173484,"mergeCommit":{"message":"[Security Solution][Bug] Render esql tab only when needed (#173484)\n\n## Summary\r\n\r\nRenders ES|QL tab only when it is visible, so ES|QL queries are not\r\ntriggered only by having the Timeline bottom bar available.","sha":"f9f22d5d554a14e8cd215caa3fe11fb3ea82acc3"}},{"branch":"8.11","label":"v8.11.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Sergi Massaneda <sergi.massaneda@elastic.co> |
||
|
f314fcc3b3
|
[8.12] Hide "Time spent by span type" chart for mobile (#173387) (#173606)
# Backport This will backport the following commits from `main` to `8.12`: - [Hide "Time spent by span type" chart for mobile (#173387)](https://github.com/elastic/kibana/pull/173387) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T10:48:36Z","message":"Hide \"Time spent by span type\" chart for mobile (#173387)\n\ncloses https://github.com/elastic/kibana/issues/173363\r\n\r\n#### note\r\nin the long run, it will be better for the mobile template to have its\r\nown transaction details page component. Now, it is shared with the other\r\nbackend services","sha":"fd1df9955b4f2e75e7e0dfb64c859daa00c41f71","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.12.0","Team:obs-ux-infra_services","v8.13.0"],"number":173387,"url":"https://github.com/elastic/kibana/pull/173387","mergeCommit":{"message":"Hide \"Time spent by span type\" chart for mobile (#173387)\n\ncloses https://github.com/elastic/kibana/issues/173363\r\n\r\n#### note\r\nin the long run, it will be better for the mobile template to have its\r\nown transaction details page component. Now, it is shared with the other\r\nbackend services","sha":"fd1df9955b4f2e75e7e0dfb64c859daa00c41f71"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173387","number":173387,"mergeCommit":{"message":"Hide \"Time spent by span type\" chart for mobile (#173387)\n\ncloses https://github.com/elastic/kibana/issues/173363\r\n\r\n#### note\r\nin the long run, it will be better for the mobile template to have its\r\nown transaction details page component. Now, it is shared with the other\r\nbackend services","sha":"fd1df9955b4f2e75e7e0dfb64c859daa00c41f71"}}]}] BACKPORT--> Co-authored-by: Katerina <aikaterini.patticha@elastic.co> |
||
|
2cac3da2e5
|
[8.12] [Fleet] added upgrade details to agent details page (#173544) (#173607)
# Backport This will backport the following commits from `main` to `8.12`: - [[Fleet] added upgrade details to agent details page (#173544)](https://github.com/elastic/kibana/pull/173544) <!--- 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":"2023-12-19T10:47:50Z","message":"[Fleet] added upgrade details to agent details page (#173544)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/171942\r\n\r\nAdded upgrade details to agent details page.\r\n\r\nTo verify: \r\n- enroll agent 8.12-snapshot locally\r\n- upgrade to 8.13-snapshot with API\r\n- verify that upgrade details are visible on agent details page (same as\r\nin agent list)\r\n\r\n<img width=\"663\" alt=\"image\"\r\nsrc=\" |
||
|
99b36e82d4
|
[8.12] [Obs AI Assistant] E2E tests for conversation view (#173485) (#173598)
# Backport This will backport the following commits from `main` to `8.12`: - [[Obs AI Assistant] E2E tests for conversation view (#173485)](https://github.com/elastic/kibana/pull/173485) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dario Gieselaar","email":"dario.gieselaar@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T08:49:58Z","message":"[Obs AI Assistant] E2E tests for conversation view (#173485)\n\nAdds some basic E2E tests for the conversation view.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"f67afe2866014cfbc21755134950d7abaa8cf8c4","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.12.0","v8.12.1","v8.13.0"],"number":173485,"url":"https://github.com/elastic/kibana/pull/173485","mergeCommit":{"message":"[Obs AI Assistant] E2E tests for conversation view (#173485)\n\nAdds some basic E2E tests for the conversation view.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"f67afe2866014cfbc21755134950d7abaa8cf8c4"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173485","number":173485,"mergeCommit":{"message":"[Obs AI Assistant] E2E tests for conversation view (#173485)\n\nAdds some basic E2E tests for the conversation view.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"f67afe2866014cfbc21755134950d7abaa8cf8c4"}}]}] BACKPORT--> |
||
|
a1f2e91676
|
[8.12] [Security Solution][Detection Engine] fixes alert suppression define step preview on rule creation (#173145) (#173599)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution][Detection Engine] fixes alert suppression define step preview on rule creation (#173145)](https://github.com/elastic/kibana/pull/173145) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Vitalii Dmyterko","email":"92328789+vitaliidm@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-19T10:14:52Z","message":"[Security Solution][Detection Engine] fixes alert suppression define step preview on rule creation (#173145)\n\n## Summary\r\n\r\n- fixes alert suppression fields that appear on define step preview\r\nduring rule creation\r\nOnly `query` and `threshold` rule type support alert suppression, but\r\nsuppression fields can appear for other rule types when switching\r\nbetween them, while suppression was configured\r\n- fixes Define step for `threshold` rule, when suppression duration\r\nwasn't showing\r\n\r\n### Steps to reproduce\r\n\r\n1. Go to create rule form\r\n2. Select query rule type\r\n3. Configure alert suppression for it\r\n4. Switch to any other rule type\r\n5. Complete define step\r\n6. Spot, suppression fields on Define step\r\n\r\n#### Leaking suppression fields to other rule types\r\n\r\n |
||
|
8ec5588603
|
[8.12] [Enterprise Search] Fix visual issues with Select a connector page (#173374) (#173592)
# Backport This will backport the following commits from `main` to `8.12`: - [[Enterprise Search] Fix visual issues with Select a connector page (#173374)](https://github.com/elastic/kibana/pull/173374) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Efe Gürkan YALAMAN","email":"efeguerkan.yalaman@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T09:15:12Z","message":"[Enterprise Search] Fix visual issues with Select a connector page (#173374)\n\n## Summary\r\n\r\nThis fixes the visual issues that were different in between designs and\r\nimplementation on Select a connector page.\r\n\r\n<img width=\"1041\" alt=\"Screenshot 2023-12-14 at 13 35 27\"\r\nsrc=\" |
||
|
d6e2907755
|
[8.12][Fleet] removed restriction to use remote es as integration data (#17… (#173522)
Backport https://github.com/elastic/kibana/pull/173353 to 8.12 |
||
|
0ead2df977
|
[8.12] Fix for TriggersActionsUi not being present on the same place in different KibanaContexts (#173388) (#173587)
# Backport This will backport the following commits from `main` to `8.12`: - [Fix for TriggersActionsUi not being present on the same place in different KibanaContexts (#173388)](https://github.com/elastic/kibana/pull/173388) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Coen Warmer","email":"coen.warmer@gmail.com"},"sourceCommit":{"committedDate":"2023-12-19T05:32:22Z","message":"Fix for TriggersActionsUi not being present on the same place in different KibanaContexts (#173388)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"857f2dfe7fd62743dab91fd1e24e753df1e88dd0","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","v8.12.0","Team:obs-ux-infra_services","Team:obs-ux-management","v8.13.0"],"number":173388,"url":"https://github.com/elastic/kibana/pull/173388","mergeCommit":{"message":"Fix for TriggersActionsUi not being present on the same place in different KibanaContexts (#173388)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"857f2dfe7fd62743dab91fd1e24e753df1e88dd0"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173388","number":173388,"mergeCommit":{"message":"Fix for TriggersActionsUi not being present on the same place in different KibanaContexts (#173388)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"857f2dfe7fd62743dab91fd1e24e753df1e88dd0"}}]}] BACKPORT--> Co-authored-by: Coen Warmer <coen.warmer@gmail.com> |
||
|
6ec37d289c
|
[8.12] [Security solution] Timeline tour compatiable with timeline template (#173526) (#173579)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security solution] Timeline tour compatiable with timeline template (#173526)](https://github.com/elastic/kibana/pull/173526) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jatin Kathuria","email":"jatin.kathuria@elastic.co"},"sourceCommit":{"committedDate":"2023-12-18T22:01:16Z","message":"[Security solution] Timeline tour compatiable with timeline template (#173526)\n\n## Summary\r\n\r\nHandles https://github.com/elastic/kibana/issues/173355.\r\n\r\nTimeline v8.12 changes tour had some steps in error, if user changed\r\nfrom `default` timeline to `template` timeline.\r\n\r\nThis PR makes step compatible both kinds of timeline. We have the\r\nability to choose which step shows up on which kind of timeline.\r\n\r\n\r\n\r\n |
||
|
23406d2a08
|
[8.12] [APM] Add filter to /has_data api (#173382) (#173559)
# Backport This will backport the following commits from `main` to `8.12`: - [[APM] Add filter to `/has_data` api (#173382)](https://github.com/elastic/kibana/pull/173382) <!--- 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":"2023-12-18T18:18:03Z","message":"[APM] Add filter to `/has_data` api (#173382)\n\nCloses https://github.com/elastic/kibana/issues/154997\r\n\r\nThis PR adds a data tier filter to the `/has_data` api, thus limitting\r\nthe number of shards being hit by the request.","sha":"e7593c0e46f1ce707c1b951f8d013e722ac79353","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v8.12.0","v8.10.5","Team:obs-ux-infra_services","v8.13.0","v8.11.4"],"number":173382,"url":"https://github.com/elastic/kibana/pull/173382","mergeCommit":{"message":"[APM] Add filter to `/has_data` api (#173382)\n\nCloses https://github.com/elastic/kibana/issues/154997\r\n\r\nThis PR adds a data tier filter to the `/has_data` api, thus limitting\r\nthe number of shards being hit by the request.","sha":"e7593c0e46f1ce707c1b951f8d013e722ac79353"}},"sourceBranch":"main","suggestedTargetBranches":["8.12","8.10","8.11"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.10","label":"v8.10.5","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173382","number":173382,"mergeCommit":{"message":"[APM] Add filter to `/has_data` api (#173382)\n\nCloses https://github.com/elastic/kibana/issues/154997\r\n\r\nThis PR adds a data tier filter to the `/has_data` api, thus limitting\r\nthe number of shards being hit by the request.","sha":"e7593c0e46f1ce707c1b951f8d013e722ac79353"}},{"branch":"8.11","label":"v8.11.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Søren Louv-Jansen <soren.louv@elastic.co> |
||
|
34f6840f54
|
[8.12] [Search] Fix API key flyout bugfixes (#173547) (#173567)
# Backport This will backport the following commits from `main` to `8.12`: - [[Search] Fix API key flyout bugfixes (#173547)](https://github.com/elastic/kibana/pull/173547) <!--- 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":"2023-12-18T19:25:48Z","message":"[Search] Fix API key flyout bugfixes (#173547)\n\n## Summary\r\n\r\nThis fixes a couple of API key flyout bugfixes:\r\n\r\n- created API key now shows up regardless of where you opened the flyout\r\nfrom\r\n- Header action has a max width of 256px and wraps the cloud ID and\r\nelasticsearch endpoint\r\n- API key is scrolled into view when created","sha":"7016c042336d154e8e570d268a3031cc170bc0af","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.12.0","v8.13.0"],"number":173547,"url":"https://github.com/elastic/kibana/pull/173547","mergeCommit":{"message":"[Search] Fix API key flyout bugfixes (#173547)\n\n## Summary\r\n\r\nThis fixes a couple of API key flyout bugfixes:\r\n\r\n- created API key now shows up regardless of where you opened the flyout\r\nfrom\r\n- Header action has a max width of 256px and wraps the cloud ID and\r\nelasticsearch endpoint\r\n- API key is scrolled into view when created","sha":"7016c042336d154e8e570d268a3031cc170bc0af"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173547","number":173547,"mergeCommit":{"message":"[Search] Fix API key flyout bugfixes (#173547)\n\n## Summary\r\n\r\nThis fixes a couple of API key flyout bugfixes:\r\n\r\n- created API key now shows up regardless of where you opened the flyout\r\nfrom\r\n- Header action has a max width of 256px and wraps the cloud ID and\r\nelasticsearch endpoint\r\n- API key is scrolled into view when created","sha":"7016c042336d154e8e570d268a3031cc170bc0af"}}]}] BACKPORT--> Co-authored-by: Sander Philipse <94373878+sphilipse@users.noreply.github.com> |
||
|
134d51bbdf
|
[8.12] [Endpoint][Uninstall Tokens] Fixes duplicate cloud policy uninstall token (#173126) (#173551)
# Backport This will backport the following commits from `main` to `8.12`: - [[Endpoint][Uninstall Tokens] Fixes duplicate cloud policy uninstall token (#173126)](https://github.com/elastic/kibana/pull/173126) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Candace Park","email":"56409205+parkiino@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-18T16:54:17Z","message":"[Endpoint][Uninstall Tokens] Fixes duplicate cloud policy uninstall token (#173126)\n\n## Summary\r\n\r\n- [x] Temporary fix to prevent duplicate uninstall tokens from being\r\ngenerated in cloud policies\r\n\r\n# Screenshot\r\n\r\n (#173549)
# Backport This will backport the following commits from `main` to `8.12`: - [Fix typo in Language Identification (#173336)](https://github.com/elastic/kibana/pull/173336) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kathleen DeRusso","email":"kathleen.derusso@elastic.co"},"sourceCommit":{"committedDate":"2023-12-18T16:42:26Z","message":"Fix typo in Language Identification (#173336)\n\nFixes a typo.","sha":"2d828816d4411dc4343116c0ded24b66b6cab847","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.12.0","v8.13.0"],"number":173336,"url":"https://github.com/elastic/kibana/pull/173336","mergeCommit":{"message":"Fix typo in Language Identification (#173336)\n\nFixes a typo.","sha":"2d828816d4411dc4343116c0ded24b66b6cab847"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173336","number":173336,"mergeCommit":{"message":"Fix typo in Language Identification (#173336)\n\nFixes a typo.","sha":"2d828816d4411dc4343116c0ded24b66b6cab847"}}]}] BACKPORT--> Co-authored-by: Kathleen DeRusso <kathleen.derusso@elastic.co> |
||
|
724e144991
|
[8.12] [Lens] Fix crash on chart type change via suggestions (#173523) (#173534)
# Backport This will backport the following commits from `main` to `8.12`: - [[Lens] Fix crash on chart type change via suggestions (#173523)](https://github.com/elastic/kibana/pull/173523) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Liberati","email":"dej611@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-18T14:59:53Z","message":"[Lens] Fix crash on chart type change via suggestions (#173523)\n\n## Summary\r\n\r\nUse the correct `activeVisualization` on chart type change by\r\nsuggestions:\r\n\r\n\r\n (#173521)
# Backport This will backport the following commits from `main` to `8.12`: - [fix missing context for recovered burn rate rule alerts (#173505)](https://github.com/elastic/kibana/pull/173505) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Panagiota Mitsopoulou","email":"panagiota.mitsopoulou@elastic.co"},"sourceCommit":{"committedDate":"2023-12-18T13:35:15Z","message":"fix missing context for recovered burn rate rule alerts (#173505)\n\nFixes https://github.com/elastic/kibana/issues/173500","sha":"e3ef0c8c6cce9685746b712abd605efe244f355b","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","auto-backport","v8.12.0","Team:obs-ux-management","v8.13.0"],"number":173505,"url":"https://github.com/elastic/kibana/pull/173505","mergeCommit":{"message":"fix missing context for recovered burn rate rule alerts (#173505)\n\nFixes https://github.com/elastic/kibana/issues/173500","sha":"e3ef0c8c6cce9685746b712abd605efe244f355b"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173505","number":173505,"mergeCommit":{"message":"fix missing context for recovered burn rate rule alerts (#173505)\n\nFixes https://github.com/elastic/kibana/issues/173500","sha":"e3ef0c8c6cce9685746b712abd605efe244f355b"}}]}] BACKPORT--> Co-authored-by: Panagiota Mitsopoulou <panagiota.mitsopoulou@elastic.co> |
||
|
5e8f6b5db3
|
[8.12] [Enterprise Search] Button typo fix (#173497) (#173509)
# Backport This will backport the following commits from `main` to `8.12`: - [[Enterprise Search] Button typo fix (#173497)](https://github.com/elastic/kibana/pull/173497) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Liam Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-18T11:27:22Z","message":"[Enterprise Search] Button typo fix (#173497)\n\nButton uses incorrect plural","sha":"b944280008f0d9cc72ecbe5f9ce04d492f51bd3d","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.12.0","v8.12.1","v8.13.0"],"number":173497,"url":"https://github.com/elastic/kibana/pull/173497","mergeCommit":{"message":"[Enterprise Search] Button typo fix (#173497)\n\nButton uses incorrect plural","sha":"b944280008f0d9cc72ecbe5f9ce04d492f51bd3d"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173497","number":173497,"mergeCommit":{"message":"[Enterprise Search] Button typo fix (#173497)\n\nButton uses incorrect plural","sha":"b944280008f0d9cc72ecbe5f9ce04d492f51bd3d"}}]}] BACKPORT--> Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> |
||
|
3db8c923f4
|
[8.12] [Obs UX] Include with_filters and with_query to hosts count event (#173279) (#173507)
# Backport This will backport the following commits from `main` to `8.12`: - [[Obs UX] Include with_filters and with_query to hosts count event (#173279)](https://github.com/elastic/kibana/pull/173279) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Carlos Crespo","email":"crespocarlos@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-18T11:05:18Z","message":"[Obs UX] Include with_filters and with_query to hosts count event (#173279)\n\ncloses https://github.com/elastic/kibana/issues/173077\r\n\r\n## Summary\r\n\r\nAdds `with_query` and `with_filters` attributes to the \"Host View Total\r\nHost Count Retrieved\" event.\r\n\r\n**note**: date picker isn't considered for the flags above.\r\n\r\n### How to test\r\n\r\n1. Start ES, Kibana, and metricbeat\r\n2. Navigate to Infrastructure > Hosts\r\n3. Inspect the `kibana-browser` request payload and check if the new\r\nattributes are there\r\n4. Add/remove filters and query and repeat step 3.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"c6224788036dc4f8b1f0a9a585b846042f4d89c2","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Metrics UI","release_note:skip","backport:prev-minor","Team:obs-ux-infra_services","v8.13.0"],"number":173279,"url":"https://github.com/elastic/kibana/pull/173279","mergeCommit":{"message":"[Obs UX] Include with_filters and with_query to hosts count event (#173279)\n\ncloses https://github.com/elastic/kibana/issues/173077\r\n\r\n## Summary\r\n\r\nAdds `with_query` and `with_filters` attributes to the \"Host View Total\r\nHost Count Retrieved\" event.\r\n\r\n**note**: date picker isn't considered for the flags above.\r\n\r\n### How to test\r\n\r\n1. Start ES, Kibana, and metricbeat\r\n2. Navigate to Infrastructure > Hosts\r\n3. Inspect the `kibana-browser` request payload and check if the new\r\nattributes are there\r\n4. Add/remove filters and query and repeat step 3.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"c6224788036dc4f8b1f0a9a585b846042f4d89c2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173279","number":173279,"mergeCommit":{"message":"[Obs UX] Include with_filters and with_query to hosts count event (#173279)\n\ncloses https://github.com/elastic/kibana/issues/173077\r\n\r\n## Summary\r\n\r\nAdds `with_query` and `with_filters` attributes to the \"Host View Total\r\nHost Count Retrieved\" event.\r\n\r\n**note**: date picker isn't considered for the flags above.\r\n\r\n### How to test\r\n\r\n1. Start ES, Kibana, and metricbeat\r\n2. Navigate to Infrastructure > Hosts\r\n3. Inspect the `kibana-browser` request payload and check if the new\r\nattributes are there\r\n4. Add/remove filters and query and repeat step 3.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"c6224788036dc4f8b1f0a9a585b846042f4d89c2"}}]}] BACKPORT--> Co-authored-by: Carlos Crespo <crespocarlos@users.noreply.github.com> |
||
|
8904970633
|
[8.12][Fleet] Upgrade details telemetry (#173356) (#173502)
Backport https://github.com/elastic/kibana/pull/173356 I got a merge conflict on backporting to 8.12, because the presets telemetry was not backportet, is that intentional? https://github.com/elastic/kibana/pull/172838 |
||
|
bb19b546b5
|
[8.12] [Security Solution] Timeline UI refactor revision - Design feedback (#173015) (#173498)
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution] Timeline UI refactor revision - Design feedback (#173015)](https://github.com/elastic/kibana/pull/173015) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jatin Kathuria","email":"jatin.kathuria@elastic.co"},"sourceCommit":{"committedDate":"2023-12-13T23:17:19Z","message":"[Security Solution] Timeline UI refactor revision - Design feedback (#173015)\n\n## Summary\r\n\r\nThis PR implements Design feedback for the Timeline UI refactoring:\r\n\r\n1. Adds ⨁ back in timeline bottom bar.\r\n\r\n (#173504)
# Backport This will backport the following commits from `main` to `8.12`: - [[SLOs] Fix cloning SLO by opening pre filled form (#172927)](https://github.com/elastic/kibana/pull/172927) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"shahzad31comp@gmail.com"},"sourceCommit":{"committedDate":"2023-12-18T10:52:32Z","message":"[SLOs] Fix cloning SLO by opening pre filled form (#172927)","sha":"3419469e39e0bb4443267bc80fb2500629c772ba","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","Team:obs-ux-management","v8.13.0"],"number":172927,"url":"https://github.com/elastic/kibana/pull/172927","mergeCommit":{"message":"[SLOs] Fix cloning SLO by opening pre filled form (#172927)","sha":"3419469e39e0bb4443267bc80fb2500629c772ba"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172927","number":172927,"mergeCommit":{"message":"[SLOs] Fix cloning SLO by opening pre filled form (#172927)","sha":"3419469e39e0bb4443267bc80fb2500629c772ba"}}]}] BACKPORT--> Co-authored-by: Shahzad <shahzad31comp@gmail.com> |
||
|
dab8881b8f
|
[8.12] [Obs AI Assistant] ES|QL improvements (#173303) (#173486)
# Backport This will backport the following commits from `main` to `8.12`: - [[Obs AI Assistant] ES|QL improvements (#173303)](https://github.com/elastic/kibana/pull/173303) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dario Gieselaar","email":"dario.gieselaar@elastic.co"},"sourceCommit":{"committedDate":"2023-12-17T21:23:50Z","message":"[Obs AI Assistant] ES|QL improvements (#173303)\n\nUse a combination of system prompt + recall for ES|QL to allow for:\r\n\r\n- faster responses\r\n- wider support of functions (e.g. any documented function is now\r\nsupported, in theory)\r\n\r\nPerformance for the current ES|QL scenarios is similar.\r\n\r\nSome things I've noticed:\r\n- ~for whatever reason it is much harder to get the LLM to not make\r\ncertain mistakes. I've tried mentioning some mistakes close to the end\r\nof the conversation, but will explore other options.~ I am again opting\r\nfor repeating common mistakes at the start of the message, but this time\r\nI'm allowing the LLM to pick them.\r\n- if we can prevent it from making \"known\" mistakes, we can figure out a\r\nway to have the LLM store known mistakes. This is also useful for other\r\nfunctions\r\n- another thing I want to figure out is if more examples improves for\r\ncommands and custom documentation improves performance. but later.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d54109d8f8243cae00f6871c73d3bdc19f4f9905","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v8.12.0","v8.12.1","v8.13.0"],"number":173303,"url":"https://github.com/elastic/kibana/pull/173303","mergeCommit":{"message":"[Obs AI Assistant] ES|QL improvements (#173303)\n\nUse a combination of system prompt + recall for ES|QL to allow for:\r\n\r\n- faster responses\r\n- wider support of functions (e.g. any documented function is now\r\nsupported, in theory)\r\n\r\nPerformance for the current ES|QL scenarios is similar.\r\n\r\nSome things I've noticed:\r\n- ~for whatever reason it is much harder to get the LLM to not make\r\ncertain mistakes. I've tried mentioning some mistakes close to the end\r\nof the conversation, but will explore other options.~ I am again opting\r\nfor repeating common mistakes at the start of the message, but this time\r\nI'm allowing the LLM to pick them.\r\n- if we can prevent it from making \"known\" mistakes, we can figure out a\r\nway to have the LLM store known mistakes. This is also useful for other\r\nfunctions\r\n- another thing I want to figure out is if more examples improves for\r\ncommands and custom documentation improves performance. but later.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d54109d8f8243cae00f6871c73d3bdc19f4f9905"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173303","number":173303,"mergeCommit":{"message":"[Obs AI Assistant] ES|QL improvements (#173303)\n\nUse a combination of system prompt + recall for ES|QL to allow for:\r\n\r\n- faster responses\r\n- wider support of functions (e.g. any documented function is now\r\nsupported, in theory)\r\n\r\nPerformance for the current ES|QL scenarios is similar.\r\n\r\nSome things I've noticed:\r\n- ~for whatever reason it is much harder to get the LLM to not make\r\ncertain mistakes. I've tried mentioning some mistakes close to the end\r\nof the conversation, but will explore other options.~ I am again opting\r\nfor repeating common mistakes at the start of the message, but this time\r\nI'm allowing the LLM to pick them.\r\n- if we can prevent it from making \"known\" mistakes, we can figure out a\r\nway to have the LLM store known mistakes. This is also useful for other\r\nfunctions\r\n- another thing I want to figure out is if more examples improves for\r\ncommands and custom documentation improves performance. but later.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d54109d8f8243cae00f6871c73d3bdc19f4f9905"}}]}] BACKPORT--> Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co> |
||
|
bd389402a2
|
[8.12] Double check conditional to send EBT event on Feedback (#173454) (#173455)
# Backport This will backport the following commits from `main` to `8.12`: - [Double check conditional to send EBT event on Feedback (#173454)](https://github.com/elastic/kibana/pull/173454) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Coen Warmer","email":"coen.warmer@gmail.com"},"sourceCommit":{"committedDate":"2023-12-15T15:43:34Z","message":"Double check conditional to send EBT event on Feedback (#173454)","sha":"1edd6fbc97034fc24082eda34af6480e4ef70391","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","v8.12.0","v8.13.0"],"number":173454,"url":"https://github.com/elastic/kibana/pull/173454","mergeCommit":{"message":"Double check conditional to send EBT event on Feedback (#173454)","sha":"1edd6fbc97034fc24082eda34af6480e4ef70391"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173454","number":173454,"mergeCommit":{"message":"Double check conditional to send EBT event on Feedback (#173454)","sha":"1edd6fbc97034fc24082eda34af6480e4ef70391"}}]}] BACKPORT--> Co-authored-by: Coen Warmer <coen.warmer@gmail.com> |
||
|
ba5f326a3f
|
[8.12] Adds EBT event for User Prompts, refactor existing EBT event tracking to be typesafe (#173175) (#173450)
# Backport This will backport the following commits from `main` to `8.12`: - [Adds EBT event for User Prompts, refactor existing EBT event tracking to be typesafe (#173175)](https://github.com/elastic/kibana/pull/173175) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Coen Warmer","email":"coen.warmer@gmail.com"},"sourceCommit":{"committedDate":"2023-12-15T09:21:20Z","message":"Adds EBT event for User Prompts, refactor existing EBT event tracking to be typesafe (#173175)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"13ad0ef510ec23a380335935b4557efc01f01f2d","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","v8.12.0","v8.13.0"],"number":173175,"url":"https://github.com/elastic/kibana/pull/173175","mergeCommit":{"message":"Adds EBT event for User Prompts, refactor existing EBT event tracking to be typesafe (#173175)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"13ad0ef510ec23a380335935b4557efc01f01f2d"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173175","number":173175,"mergeCommit":{"message":"Adds EBT event for User Prompts, refactor existing EBT event tracking to be typesafe (#173175)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"13ad0ef510ec23a380335935b4557efc01f01f2d"}}]}] BACKPORT--> Co-authored-by: Coen Warmer <coen.warmer@gmail.com> |