Commit graph

974 commits

Author SHA1 Message Date
Chris Cowan
dd8084645e
[8.x] [Streams 🌊] Introduce GroupStreams (#208126) (#209871)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Streams 🌊] Introduce GroupStreams
(#208126)](https://github.com/elastic/kibana/pull/208126)

<!--- Backport version: 9.6.4 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Chris
Cowan","email":"chris@elastic.co"},"sourceCommit":{"committedDate":"2025-02-04T10:12:35Z","message":"[Streams
🌊] Introduce GroupStreams (#208126)\n\n## 🍒 Summary\r\n \r\nThis PR adds
support to `/api/streams` endpoints for the\r\n`GroupStreamDefinition`
type. Group streams are simply a list of member\r\nstreams along with
dashboards. An example of the definition looks
like:\r\n\r\n```JSON\r\n{\r\n \"name\": \"nginx-logs\",\r\n \"stream\":
{\r\n \"grouped\": {\r\n \"description\": \"A collection of streams for
Nginx\",\r\n \"members\": [\r\n \"logs\",\r\n \"logs.nginx\"\r\n ]\r\n
}\r\n },\r\n \"dashboards\": []\r\n}\r\n```\r\nThe following APIs
support `GroupStreamDefinition`:\r\n\r\n- `GET /api/streams`\r\n- `GET
/api/streams/{id}`\r\n- `PUT /api/streams/{id}`\r\n- `DELETE
/api/streams/{id}`\r\n- `GET /api/streams/{id}/_details`\r\n\r\nThis PR
only includes the support to the APIs, I will submit a follow PR\r\nfor
the UI.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Joe
Reuter
<johannes.reuter@elastic.co>","sha":"2092c3d4ca2ae917420f992686fc7a704b393ea4","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["v9.0.0","release_note:feature","backport:version","Feature:Streams","v9.1.0","v8.19.0"],"title":"[Streams
🌊] Introduce
GroupStreams","number":208126,"url":"https://github.com/elastic/kibana/pull/208126","mergeCommit":{"message":"[Streams
🌊] Introduce GroupStreams (#208126)\n\n## 🍒 Summary\r\n \r\nThis PR adds
support to `/api/streams` endpoints for the\r\n`GroupStreamDefinition`
type. Group streams are simply a list of member\r\nstreams along with
dashboards. An example of the definition looks
like:\r\n\r\n```JSON\r\n{\r\n \"name\": \"nginx-logs\",\r\n \"stream\":
{\r\n \"grouped\": {\r\n \"description\": \"A collection of streams for
Nginx\",\r\n \"members\": [\r\n \"logs\",\r\n \"logs.nginx\"\r\n ]\r\n
}\r\n },\r\n \"dashboards\": []\r\n}\r\n```\r\nThe following APIs
support `GroupStreamDefinition`:\r\n\r\n- `GET /api/streams`\r\n- `GET
/api/streams/{id}`\r\n- `PUT /api/streams/{id}`\r\n- `DELETE
/api/streams/{id}`\r\n- `GET /api/streams/{id}/_details`\r\n\r\nThis PR
only includes the support to the APIs, I will submit a follow PR\r\nfor
the UI.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Joe
Reuter
<johannes.reuter@elastic.co>","sha":"2092c3d4ca2ae917420f992686fc7a704b393ea4"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/209776","number":209776,"state":"MERGED","mergeCommit":{"sha":"56e51b892b6fa6b21954afd61dd828cf80e1c262","message":"[9.0]
[Streams 🌊] Introduce GroupStreams (#208126) (#209776)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.0`:\n- [[Streams 🌊] Introduce
GroupStreams\n(#208126)](https://github.com/elastic/kibana/pull/208126)\n\n<!---
Backport version: 9.6.4 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n<!--BACKPORT
[{\"author\":{\"name\":\"Chris\nCowan\",\"email\":\"chris@elastic.co\"},\"sourceCommit\":{\"committedDate\":\"2025-02-04T10:12:35Z\",\"message\":\"[Streams\n🌊]
Introduce GroupStreams (#208126)\\n\\n## 🍒 Summary\\r\\n \\r\\nThis PR
adds\nsupport to `/api/streams` endpoints for
the\\r\\n`GroupStreamDefinition`\ntype. Group streams are simply a list
of member\\r\\nstreams along with\ndashboards. An example of the
definition looks\nlike:\\r\\n\\r\\n```JSON\\r\\n{\\r\\n \\\"name\\\":
\\\"nginx-logs\\\",\\r\\n \\\"stream\\\":\n{\\r\\n \\\"grouped\\\":
{\\r\\n \\\"description\\\": \\\"A collection of streams
for\nNginx\\\",\\r\\n \\\"members\\\": [\\r\\n \\\"logs\\\",\\r\\n
\\\"logs.nginx\\\"\\r\\n ]\\r\\n\n}\\r\\n },\\r\\n \\\"dashboards\\\":
[]\\r\\n}\\r\\n```\\r\\nThe following APIs\nsupport
`GroupStreamDefinition`:\\r\\n\\r\\n- `GET /api/streams`\\r\\n-
`GET\n/api/streams/{id}`\\r\\n- `PUT /api/streams/{id}`\\r\\n-
`DELETE\n/api/streams/{id}`\\r\\n- `GET
/api/streams/{id}/_details`\\r\\n\\r\\nThis PR\nonly includes the
support to the APIs, I will submit a follow PR\\r\\nfor\nthe
UI.\\r\\n\\r\\n---------\\r\\n\\r\\nCo-authored-by:
kibanamachine\n<42973632+kibanamachine@users.noreply.github.com>\\r\\nCo-authored-by:
Joe\nReuter\n<johannes.reuter@elastic.co>\",\"sha\":\"2092c3d4ca2ae917420f992686fc7a704b393ea4\",\"branchLabelMapping\":{\"^v9.1.0$\":\"main\",\"^v8.19.0$\":\"8.x\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"v9.0.0\",\"release_note:feature\",\"backport:version\",\"Feature:Streams\",\"v9.1.0\",\"v8.19.0\"],\"title\":\"[Streams\n🌊]
Introduce\nGroupStreams\",\"number\":208126,\"url\":\"https://github.com/elastic/kibana/pull/208126\",\"mergeCommit\":{\"message\":\"[Streams\n🌊]
Introduce GroupStreams (#208126)\\n\\n## 🍒 Summary\\r\\n \\r\\nThis PR
adds\nsupport to `/api/streams` endpoints for
the\\r\\n`GroupStreamDefinition`\ntype. Group streams are simply a list
of member\\r\\nstreams along with\ndashboards. An example of the
definition looks\nlike:\\r\\n\\r\\n```JSON\\r\\n{\\r\\n \\\"name\\\":
\\\"nginx-logs\\\",\\r\\n \\\"stream\\\":\n{\\r\\n \\\"grouped\\\":
{\\r\\n \\\"description\\\": \\\"A collection of streams
for\nNginx\\\",\\r\\n \\\"members\\\": [\\r\\n \\\"logs\\\",\\r\\n
\\\"logs.nginx\\\"\\r\\n ]\\r\\n\n}\\r\\n },\\r\\n \\\"dashboards\\\":
[]\\r\\n}\\r\\n```\\r\\nThe following APIs\nsupport
`GroupStreamDefinition`:\\r\\n\\r\\n- `GET /api/streams`\\r\\n-
`GET\n/api/streams/{id}`\\r\\n- `PUT /api/streams/{id}`\\r\\n-
`DELETE\n/api/streams/{id}`\\r\\n- `GET
/api/streams/{id}/_details`\\r\\n\\r\\nThis PR\nonly includes the
support to the APIs, I will submit a follow PR\\r\\nfor\nthe
UI.\\r\\n\\r\\n---------\\r\\n\\r\\nCo-authored-by:
kibanamachine\n<42973632+kibanamachine@users.noreply.github.com>\\r\\nCo-authored-by:
Joe\nReuter\n<johannes.reuter@elastic.co>\",\"sha\":\"2092c3d4ca2ae917420f992686fc7a704b393ea4\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[\"9.0\",\"8.x\"],\"targetPullRequestStates\":[{\"branch\":\"9.0\",\"label\":\"v9.0.0\",\"branchLabelMappingKey\":\"^v(\\\\d+).(\\\\d+).\\\\d+$\",\"isSourceBranch\":false,\"state\":\"NOT_CREATED\"},{\"branch\":\"main\",\"label\":\"v9.1.0\",\"branchLabelMappingKey\":\"^v9.1.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"https://github.com/elastic/kibana/pull/208126\",\"number\":208126,\"mergeCommit\":{\"message\":\"[Streams\n🌊]
Introduce GroupStreams (#208126)\\n\\n## 🍒 Summary\\r\\n \\r\\nThis PR
adds\nsupport to `/api/streams` endpoints for
the\\r\\n`GroupStreamDefinition`\ntype. Group streams are simply a list
of member\\r\\nstreams along with\ndashboards. An example of the
definition looks\nlike:\\r\\n\\r\\n```JSON\\r\\n{\\r\\n \\\"name\\\":
\\\"nginx-logs\\\",\\r\\n \\\"stream\\\":\n{\\r\\n \\\"grouped\\\":
{\\r\\n \\\"description\\\": \\\"A collection of streams
for\nNginx\\\",\\r\\n \\\"members\\\": [\\r\\n \\\"logs\\\",\\r\\n
\\\"logs.nginx\\\"\\r\\n ]\\r\\n\n}\\r\\n },\\r\\n \\\"dashboards\\\":
[]\\r\\n}\\r\\n```\\r\\nThe following APIs\nsupport
`GroupStreamDefinition`:\\r\\n\\r\\n- `GET /api/streams`\\r\\n-
`GET\n/api/streams/{id}`\\r\\n- `PUT /api/streams/{id}`\\r\\n-
`DELETE\n/api/streams/{id}`\\r\\n- `GET
/api/streams/{id}/_details`\\r\\n\\r\\nThis PR\nonly includes the
support to the APIs, I will submit a follow PR\\r\\nfor\nthe
UI.\\r\\n\\r\\n---------\\r\\n\\r\\nCo-authored-by:
kibanamachine\n<42973632+kibanamachine@users.noreply.github.com>\\r\\nCo-authored-by:
Joe\nReuter\n<johannes.reuter@elastic.co>\",\"sha\":\"2092c3d4ca2ae917420f992686fc7a704b393ea4\"}},{\"branch\":\"8.x\",\"label\":\"v8.19.0\",\"branchLabelMappingKey\":\"^v8.19.0$\",\"isSourceBranch\":false,\"state\":\"NOT_CREATED\"}]}]\nBACKPORT-->"}},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208126","number":208126,"mergeCommit":{"message":"[Streams
🌊] Introduce GroupStreams (#208126)\n\n## 🍒 Summary\r\n \r\nThis PR adds
support to `/api/streams` endpoints for the\r\n`GroupStreamDefinition`
type. Group streams are simply a list of member\r\nstreams along with
dashboards. An example of the definition looks
like:\r\n\r\n```JSON\r\n{\r\n \"name\": \"nginx-logs\",\r\n \"stream\":
{\r\n \"grouped\": {\r\n \"description\": \"A collection of streams for
Nginx\",\r\n \"members\": [\r\n \"logs\",\r\n \"logs.nginx\"\r\n ]\r\n
}\r\n },\r\n \"dashboards\": []\r\n}\r\n```\r\nThe following APIs
support `GroupStreamDefinition`:\r\n\r\n- `GET /api/streams`\r\n- `GET
/api/streams/{id}`\r\n- `PUT /api/streams/{id}`\r\n- `DELETE
/api/streams/{id}`\r\n- `GET /api/streams/{id}/_details`\r\n\r\nThis PR
only includes the support to the APIs, I will submit a follow PR\r\nfor
the UI.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Joe
Reuter
<johannes.reuter@elastic.co>","sha":"2092c3d4ca2ae917420f992686fc7a704b393ea4"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: Milton Hultgren <milton.hultgren@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-02-06 14:09:59 +01:00
Candace Park
afcddd6f0b
[8.x] [AVC Banner] Updates the AVC Banner for 2025 (#205467) (#205820)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[AVC Banner] Updates the AVC Banner for 2025
(#205467)](https://github.com/elastic/kibana/pull/205467)

<!--- Backport version: 8.9.8 -->

### 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":"2025-01-07T18:30:27Z","message":"[AVC
Banner] Updates the AVC Banner for 2025 (#205467)\n\n## Summary\r\n\r\n-
[x] Updates the AVC banner title and blog link\r\n- [x] Banner will
remain visible until EOY 2025 \r\n- [x] Confirm that the original AVC
banner code (not the part that hides\r\nit EOY of 2024) is present in
8.16, 8.17 and 8.x branches\r\n\r\n#
Screenshots\r\n\r\n![image](https://github.com/user-attachments/assets/c2ec37fc-4d42-45f9-aaa1-47b5a6cc715a)\r\n\r\n---------\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"08535f54a0d9b172f8cd695a5330bcd87f896d7c","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","Team:Defend
Workflows","backport:prev-major","v8.17.0","v8.18.0","v8.16.3","v8.17.1"],"number":205467,"url":"https://github.com/elastic/kibana/pull/205467","mergeCommit":{"message":"[AVC
Banner] Updates the AVC Banner for 2025 (#205467)\n\n## Summary\r\n\r\n-
[x] Updates the AVC banner title and blog link\r\n- [x] Banner will
remain visible until EOY 2025 \r\n- [x] Confirm that the original AVC
banner code (not the part that hides\r\nit EOY of 2024) is present in
8.16, 8.17 and 8.x branches\r\n\r\n#
Screenshots\r\n\r\n![image](https://github.com/user-attachments/assets/c2ec37fc-4d42-45f9-aaa1-47b5a6cc715a)\r\n\r\n---------\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"08535f54a0d9b172f8cd695a5330bcd87f896d7c"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205467","number":205467,"mergeCommit":{"message":"[AVC
Banner] Updates the AVC Banner for 2025 (#205467)\n\n## Summary\r\n\r\n-
[x] Updates the AVC banner title and blog link\r\n- [x] Banner will
remain visible until EOY 2025 \r\n- [x] Confirm that the original AVC
banner code (not the part that hides\r\nit EOY of 2024) is present in
8.16, 8.17 and 8.x branches\r\n\r\n#
Screenshots\r\n\r\n![image](https://github.com/user-attachments/assets/c2ec37fc-4d42-45f9-aaa1-47b5a6cc715a)\r\n\r\n---------\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"08535f54a0d9b172f8cd695a5330bcd87f896d7c"}},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/205816","number":205816,"state":"OPEN"},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/205819","number":205819,"state":"OPEN"}]}]
BACKPORT-->
2025-01-08 11:11:46 -05:00
Anderson Queiroz
ccbd31aa72
[8.x] Remove functionbeat tutorial and translations (#199301) (#200056)
# Backport

This will backport the following commits from `main` to `8.x`:
- [Remove functionbeat tutorial and translations
(#199301)](https://github.com/elastic/kibana/pull/199301)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Anderson
Queiroz","email":"anderson.queiroz@elastic.co"},"sourceCommit":{"committedDate":"2024-11-13T13:33:56Z","message":"Remove
functionbeat tutorial and translations (#199301)\n\n##
Summary\r\n\r\nRemove functionbeat tutorial and translations. It's been
deprecated and won't be\r\nshipped on 9.0\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n### Risk Matrix\r\n\r\nI'm not sure, its just deleting
code/documentation\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#_add_your_labels)\r\n-
[ ] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n##
Related issues\r\n\r\n- Relates
https://github.com/elastic/beats/issues/40745\r\n-
https://github.com/elastic/kibana/issues/193030","sha":"710c4cc9b147260f027e5103167599f7a0fcfdec","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","auto-backport-next","backport:prev-minor","ci:project-deploy-observability","v8.16.0","backport:version","v8.17.0"],"number":199301,"url":"https://github.com/elastic/kibana/pull/199301","mergeCommit":{"message":"Remove
functionbeat tutorial and translations (#199301)\n\n##
Summary\r\n\r\nRemove functionbeat tutorial and translations. It's been
deprecated and won't be\r\nshipped on 9.0\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n### Risk Matrix\r\n\r\nI'm not sure, its just deleting
code/documentation\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#_add_your_labels)\r\n-
[ ] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n##
Related issues\r\n\r\n- Relates
https://github.com/elastic/beats/issues/40745\r\n-
https://github.com/elastic/kibana/issues/193030","sha":"710c4cc9b147260f027e5103167599f7a0fcfdec"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199301","number":199301,"mergeCommit":{"message":"Remove
functionbeat tutorial and translations (#199301)\n\n##
Summary\r\n\r\nRemove functionbeat tutorial and translations. It's been
deprecated and won't be\r\nshipped on 9.0\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n### Risk Matrix\r\n\r\nI'm not sure, its just deleting
code/documentation\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#_add_your_labels)\r\n-
[ ] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n##
Related issues\r\n\r\n- Relates
https://github.com/elastic/beats/issues/40745\r\n-
https://github.com/elastic/kibana/issues/193030","sha":"710c4cc9b147260f027e5103167599f7a0fcfdec"}},{"branch":"8.16","label":"v8.16.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2024-11-13 13:07:49 -06:00
Steph Milovic
25d5b958b4
[8.x] [Security solution] assistantKnowledgeBaseByDefault flag removed (#198180) (#199859)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security solution] `assistantKnowledgeBaseByDefault` flag removed
(#198180)](https://github.com/elastic/kibana/pull/198180)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Steph
Milovic","email":"stephanie.milovic@elastic.co"},"sourceCommit":{"committedDate":"2024-11-12T18:10:53Z","message":"[Security
solution] `assistantKnowledgeBaseByDefault` flag removed
(#198180)","sha":"194de0dadb50b37e7b1be5b9228c34c9b3f0f0e6","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:
SecuritySolution","Team:Security Generative
AI","backport:version","v8.17.0"],"number":198180,"url":"https://github.com/elastic/kibana/pull/198180","mergeCommit":{"message":"[Security
solution] `assistantKnowledgeBaseByDefault` flag removed
(#198180)","sha":"194de0dadb50b37e7b1be5b9228c34c9b3f0f0e6"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198180","number":198180,"mergeCommit":{"message":"[Security
solution] `assistantKnowledgeBaseByDefault` flag removed
(#198180)","sha":"194de0dadb50b37e7b1be5b9228c34c9b3f0f0e6"}},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2024-11-12 14:09:44 -06:00
Ignacio Rivas
ffa3e09a42
[8.x] Remove kbn-ace, ace and brace dependencies (#195703) (#195765)
# Backport

This will backport the following commits from `main` to `8.x`:
- [Remove kbn-ace, ace and brace dependencies
(#195703)](https://github.com/elastic/kibana/pull/195703)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Ignacio
Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2024-10-10T12:16:42Z","message":"Remove
kbn-ace, ace and brace dependencies
(#195703)","sha":"d86ce77217a26747b39ddf240e5703efba1a0cb0","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana
Management","release_note:skip","v9.0.0","backport:prev-minor","v8.16.0"],"number":195703,"url":"https://github.com/elastic/kibana/pull/195703","mergeCommit":{"message":"Remove
kbn-ace, ace and brace dependencies
(#195703)","sha":"d86ce77217a26747b39ddf240e5703efba1a0cb0"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195703","number":195703,"mergeCommit":{"message":"Remove
kbn-ace, ace and brace dependencies
(#195703)","sha":"d86ce77217a26747b39ddf240e5703efba1a0cb0"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2024-10-11 11:17:21 +01:00
Steph Milovic
e92919e7d0
[8.x] [Security GenAI] Remove assistantNaturalLanguageESQLTool feature flag and enable by default (#195480) (#195674)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security GenAI] Remove `assistantNaturalLanguageESQLTool` feature
flag and enable by default
(#195480)](https://github.com/elastic/kibana/pull/195480)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Steph
Milovic","email":"stephanie.milovic@elastic.co"},"sourceCommit":{"committedDate":"2024-10-09T14:13:05Z","message":"[Security
GenAI] Remove `assistantNaturalLanguageESQLTool` feature flag and enable
by default
(#195480)","sha":"3dd1ee8ae00a40b582f2d1f784c96269a1d2e016","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","v9.0.0","Team:
SecuritySolution","backport:prev-minor","Feature:Security
Assistant","Team:Security Generative
AI","v8.16.0"],"number":195480,"url":"https://github.com/elastic/kibana/pull/195480","mergeCommit":{"message":"[Security
GenAI] Remove `assistantNaturalLanguageESQLTool` feature flag and enable
by default
(#195480)","sha":"3dd1ee8ae00a40b582f2d1f784c96269a1d2e016"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195480","number":195480,"mergeCommit":{"message":"[Security
GenAI] Remove `assistantNaturalLanguageESQLTool` feature flag and enable
by default
(#195480)","sha":"3dd1ee8ae00a40b582f2d1f784c96269a1d2e016"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2024-10-10 16:51:35 +02:00
Steph Milovic
6b9c7586b4
[8.x] [Security GenAI] Remove assistantBedrockChat feature flag (#195461) (#195516)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security GenAI] Remove `assistantBedrockChat` feature flag
(#195461)](https://github.com/elastic/kibana/pull/195461)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Steph
Milovic","email":"stephanie.milovic@elastic.co"},"sourceCommit":{"committedDate":"2024-10-08T22:31:05Z","message":"[Security
GenAI] Remove `assistantBedrockChat` feature flag
(#195461)","sha":"38d0bdd3deeb72ca4e502361fb0df1f68fa7f443","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","Team:
SecuritySolution","backport:prev-minor","Team:Security Generative
AI","v8.16.0"],"number":195461,"url":"https://github.com/elastic/kibana/pull/195461","mergeCommit":{"message":"[Security
GenAI] Remove `assistantBedrockChat` feature flag
(#195461)","sha":"38d0bdd3deeb72ca4e502361fb0df1f68fa7f443"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195461","number":195461,"mergeCommit":{"message":"[Security
GenAI] Remove `assistantBedrockChat` feature flag
(#195461)","sha":"38d0bdd3deeb72ca4e502361fb0df1f68fa7f443"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2024-10-09 21:36:47 +02:00
Kibana Machine
29381c0a34
[api-docs] 2024-09-12 Daily api_docs build (#192656)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/828
2024-09-12 04:56:23 +00:00
Kibana Machine
bc9f45de86
[api-docs] 2024-09-11 Daily api_docs build (#192538)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/827
2024-09-11 05:07:14 +00:00
Kibana Machine
62119fb8e1
[api-docs] 2024-09-10 Daily api_docs build (#192431)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/826
2024-09-10 05:00:08 +00:00
Kibana Machine
fa686b9905
[api-docs] 2024-09-09 Daily api_docs build (#192334)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/825
2024-09-09 05:01:06 +00:00
Kibana Machine
f51481d4d6
[api-docs] 2024-09-08 Daily api_docs build (#192320)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/824
2024-09-08 05:16:12 +00:00
Kibana Machine
d5549775ba
[api-docs] 2024-09-07 Daily api_docs build (#192315)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/823
2024-09-07 05:06:41 +00:00
Kibana Machine
33c181e496
[api-docs] 2024-09-06 Daily api_docs build (#192236)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/822
2024-09-06 05:10:39 +00:00
Kibana Machine
c3450949ee
[api-docs] 2024-09-05 Daily api_docs build (#192146)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/821
2024-09-05 04:59:53 +00:00
Kibana Machine
0c8dd0a047
[api-docs] 2024-09-04 Daily api_docs build (#192054)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/820
2024-09-04 04:58:16 +00:00
Kibana Machine
b84368e084
[api-docs] 2024-09-03 Daily api_docs build (#191944)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/819
2024-09-03 04:54:12 +00:00
Kibana Machine
b1f9e29021
[api-docs] 2024-09-02 Daily api_docs build (#191892)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/818
2024-09-02 05:15:34 +00:00
Kibana Machine
50e46291f8
[api-docs] 2024-09-01 Daily api_docs build (#191890)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/817
2024-09-01 05:05:58 +00:00
Kibana Machine
6c6a4629ea
[api-docs] 2024-08-31 Daily api_docs build (#191884)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/816
2024-08-31 04:59:01 +00:00
Kibana Machine
1db47f0efb
[api-docs] 2024-08-30 Daily api_docs build (#191796)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/815
2024-08-30 05:00:15 +00:00
Kibana Machine
d895c381b0
[api-docs] 2024-08-29 Daily api_docs build (#191696)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/814
2024-08-29 05:03:28 +00:00
Kibana Machine
094f4a3ecd
[api-docs] 2024-08-28 Daily api_docs build (#191567)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/813
2024-08-28 05:00:57 +00:00
Kibana Machine
985468064a
[api-docs] 2024-08-27 Daily api_docs build (#191381)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/812
2024-08-27 04:53:11 +00:00
Kibana Machine
7201af36e8
[api-docs] 2024-08-26 Daily api_docs build (#191251)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/811
2024-08-26 04:57:27 +00:00
Kibana Machine
6b091fe3b4
[api-docs] 2024-08-25 Daily api_docs build (#191246)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/810
2024-08-25 04:58:21 +00:00
Kibana Machine
6690bcdf9c
[api-docs] 2024-08-24 Daily api_docs build (#191236)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/809
2024-08-24 04:56:48 +00:00
Kibana Machine
705539edc3
[api-docs] 2024-08-23 Daily api_docs build (#191157)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/808
2024-08-23 05:02:47 +00:00
Kibana Machine
3c6dc68f02
[api-docs] 2024-08-21 Daily api_docs build (#190938)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/806
2024-08-21 04:55:49 +00:00
Kibana Machine
854f7279da
[api-docs] 2024-08-20 Daily api_docs build (#190758)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/805
2024-08-20 05:02:46 +00:00
Kibana Machine
1b3f4304b4
[api-docs] 2024-08-19 Daily api_docs build (#190668)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/804
2024-08-19 05:00:13 +00:00
Kibana Machine
598b55a724
[api-docs] 2024-08-18 Daily api_docs build (#190664)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/803
2024-08-18 05:11:20 +00:00
Kibana Machine
48c1dd251a
[api-docs] 2024-08-17 Daily api_docs build (#190662)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/802
2024-08-17 05:00:40 +00:00
Kibana Machine
e8b82fffc2
[api-docs] 2024-08-16 Daily api_docs build (#190655)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/801
2024-08-16 05:16:50 +00:00
Kibana Machine
bc88e54c16
[api-docs] 2024-08-15 Daily api_docs build (#190576)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/800
2024-08-15 04:51:27 +00:00
Kibana Machine
a429807170
[api-docs] 2024-08-14 Daily api_docs build (#190473)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/799
2024-08-14 05:05:50 +00:00
Kibana Machine
5426c21ed6
[api-docs] 2024-08-13 Daily api_docs build (#190383)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/798
2024-08-13 04:53:22 +00:00
Kibana Machine
60097163b7
[api-docs] 2024-08-12 Daily api_docs build (#190291)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/797
2024-08-12 04:54:50 +00:00
Kibana Machine
4bf36ca62c
[api-docs] 2024-08-11 Daily api_docs build (#190281)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/796
2024-08-11 04:57:44 +00:00
Kibana Machine
c690dc8160
[api-docs] 2024-08-10 Daily api_docs build (#190278)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/795
2024-08-10 04:56:18 +00:00
Kibana Machine
2ae1a3c37e
[api-docs] 2024-08-09 Daily api_docs build (#190207)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/794
2024-08-09 05:01:36 +00:00
Kibana Machine
a18fcf3c9a
[api-docs] 2024-08-08 Daily api_docs build (#190104)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/793
2024-08-08 05:00:19 +00:00
Kibana Machine
199d0f60f9
[api-docs] 2024-08-07 Daily api_docs build (#190021)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/792
2024-08-07 04:58:47 +00:00
Kibana Machine
71670968ad
[api-docs] 2024-08-06 Daily api_docs build (#189942)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/791
2024-08-06 04:56:11 +00:00
Kibana Machine
694d872221
[api-docs] 2024-08-05 Daily api_docs build (#189858)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/790
2024-08-05 04:55:54 +00:00
Kibana Machine
a2b365168e
[api-docs] 2024-08-04 Daily api_docs build (#189851)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/789
2024-08-04 05:02:06 +00:00
Kibana Machine
391926de6a
[api-docs] 2024-08-02 Daily api_docs build (#189774)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/787
2024-08-02 05:01:01 +00:00
Kibana Machine
3f7d1f226f
[api-docs] 2024-08-01 Daily api_docs build (#189693)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/786
2024-08-01 04:55:20 +00:00
Kibana Machine
5c94ada216
[api-docs] 2024-07-31 Daily api_docs build (#189596)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/785
2024-07-31 04:58:30 +00:00
Kibana Machine
a54be04871
[api-docs] 2024-07-30 Daily api_docs build (#189459)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/784
2024-07-30 04:56:28 +00:00