File tree Expand file tree Collapse file tree
x-pack/solutions/security
packages/kbn-evals-suite-security-alert-triage
plugins/security_solution Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1325,6 +1325,7 @@ x-pack/solutions/security/packages/kbn-evals-suite-endpoint @elastic/security-de
13251325x-pack /solutions /security /packages /kbn-evals-suite-entity-analytics @ elastic/security-entity-analytics
13261326x-pack /solutions /security /packages /kbn-evals-suite-pci-compliance @ elastic/security-defend-workflows
13271327x-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
13281329x-pack /solutions /security /packages /kbn-evals-suite-security-automatic-migrations @ elastic/security-threat-hunting
13291330x-pack /solutions /security /packages /kbn-evals-suite-security-esql-generation-regression @ elastic/security-detection-platform
13301331x-pack /solutions /security /packages /kbn-scout-security @ elastic/appex-qa @ elastic/security-engineering-productivity
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 : {}
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments