Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into security_ai_prompts
  • Loading branch information
jsoriano authored Apr 2, 2025
commit b9071860a2d9a2d8a8ef561f70b0e81a7dd1073f
5 changes: 5 additions & 0 deletions spec/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
- description: Add kibana/security_ai_prompt to support security AI prompt assets.
type: enhancement
link: https://github.com/elastic/package-spec/pull/871
- version: 3.3.5-next
changes:
- description: Allow security_rule assets in content package.
type: enhancement
link: https://github.com/elastic/package-spec/pull/885
- version: 3.3.4
changes:
- description: Remove slo assets when spec versions are less than 3.4.0.
Expand Down
9 changes: 9 additions & 0 deletions spec/content/kibana/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ spec:
type: file
contentMediaType: "application/json"
pattern: '^{PACKAGE_NAME}-.+\.json$'
- description: Folder containing rules
type: folder
name: "security_rule"
required: false
contents:
- description: An individual rule file for the detection engine
type: file
contentMediaType: "application/json"
pattern: '^.+\.json$'
versions:
- before: 3.4.0
patch:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.