Skip to content

Commit a04d943

Browse files
committed
Merge branch '17496-bulk-add-alerts-to-chat' of github.com:jonwalstedt/kibana into 17496-bulk-add-alerts-to-chat
2 parents 215e14c + 0308c75 commit a04d943

5 files changed

Lines changed: 49 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,7 @@ x-pack/solutions/security/packages/kbn-evals-suite-endpoint @elastic/security-de
13251325
x-pack/solutions/security/packages/kbn-evals-suite-entity-analytics @elastic/security-entity-analytics
13261326
x-pack/solutions/security/packages/kbn-evals-suite-pci-compliance @elastic/security-defend-workflows
13271327
x-pack/solutions/security/packages/kbn-evals-suite-security-ai-rules @elastic/security-detection-engine
1328+
x-pack/solutions/security/packages/kbn-evals-suite-security-alert-triage @elastic/security-threat-hunting
13281329
x-pack/solutions/security/packages/kbn-evals-suite-security-automatic-migrations @elastic/security-threat-hunting
13291330
x-pack/solutions/security/packages/kbn-evals-suite-security-esql-generation-regression @elastic/security-detection-platform
13301331
x-pack/solutions/security/packages/kbn-scout-security @elastic/appex-qa @elastic/security-engineering-productivity

oas_docs/output/kibana.serverless.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2906,6 +2906,9 @@ paths:
29062906
nullable: true
29072907
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
29082908
type: object
2909+
groupId:
2910+
description: Optional group identifier. Attachments sharing the same groupId are removed together in the UI.
2911+
type: string
29092912
hidden:
29102913
description: When true, the attachment will not be displayed in the UI.
29112914
type: boolean
@@ -3289,6 +3292,9 @@ paths:
32893292
nullable: true
32903293
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
32913294
type: object
3295+
groupId:
3296+
description: Optional group identifier. Attachments sharing the same groupId are removed together in the UI.
3297+
type: string
32923298
hidden:
32933299
description: When true, the attachment will not be displayed in the UI.
32943300
type: boolean

oas_docs/output/kibana.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,6 +2976,9 @@ paths:
29762976
nullable: true
29772977
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
29782978
type: object
2979+
groupId:
2980+
description: Optional group identifier. Attachments sharing the same groupId are removed together in the UI.
2981+
type: string
29792982
hidden:
29802983
description: When true, the attachment will not be displayed in the UI.
29812984
type: boolean
@@ -3359,6 +3362,9 @@ paths:
33593362
nullable: true
33603363
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
33613364
type: object
3365+
groupId:
3366+
description: Optional group identifier. Attachments sharing the same groupId are removed together in the UI.
3367+
type: string
33623368
hidden:
33633369
description: When true, the attachment will not be displayed in the UI.
33643370
type: boolean
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
2+
# To extend this, write your extensions/overrides to 'moon.extend.yml'
3+
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/evals-suite-security-alert-triage'
4+
5+
$schema: https://moonrepo.dev/schemas/project.json
6+
id: '@kbn/evals-suite-security-alert-triage'
7+
layer: unknown
8+
owners:
9+
defaultOwner: '@elastic/security-threat-hunting'
10+
toolchains:
11+
default: node
12+
language: typescript
13+
project:
14+
title: '@kbn/evals-suite-security-alert-triage'
15+
description: Moon project for @kbn/evals-suite-security-alert-triage
16+
channel: ''
17+
owner: '@elastic/security-threat-hunting'
18+
sourceRoot: x-pack/solutions/security/packages/kbn-evals-suite-security-alert-triage
19+
dependsOn:
20+
- '@kbn/evals'
21+
- '@kbn/scout'
22+
- '@kbn/tooling-log'
23+
- '@kbn/agent-builder-common'
24+
- '@kbn/core'
25+
tags:
26+
- functional-tests
27+
- package
28+
- prod
29+
- group-security
30+
- private
31+
fileGroups:
32+
src:
33+
- '**/*.ts'
34+
- '!target/**/*'
35+
tasks: {}

x-pack/solutions/security/plugins/security_solution/moon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ dependsOn:
237237
- '@kbn/inference-common'
238238
- '@kbn/inference-langchain'
239239
- '@kbn/scout-security'
240+
- '@kbn/ftr-llm-proxy'
240241
- '@kbn/custom-icons'
241242
- '@kbn/security-plugin-types-common'
242243
- '@kbn/management-settings-ids'

0 commit comments

Comments
 (0)