[Security Solution] [AI assistant] Security labs content package spec#900
Draft
KDKHD wants to merge 3 commits intoelastic:mainfrom
Draft
[Security Solution] [AI assistant] Security labs content package spec#900KDKHD wants to merge 3 commits intoelastic:mainfrom
KDKHD wants to merge 3 commits intoelastic:mainfrom
Conversation
5 tasks
💚 Build Succeeded
History
|
jsoriano
reviewed
May 22, 2025
| name: "security_labs_content" | ||
| required: false | ||
| contents: | ||
| - description: A Security Labs asset |
Member
There was a problem hiding this comment.
Please provide a more detailed description about what is a security labs asset.
Member
There was a problem hiding this comment.
This document seems to contain duplicate data. Maybe the document could be stored as more human-friendly YAML format here, without duplicate data, and Fleet would handle its adaptation to this JSON format.
| { | ||
| "attributes": { | ||
| "raw": { | ||
| "document": "---\ntitle: \"2022 Elastic Global Threat Report Announcement\"\nslug: \"2022-elastic-global-threat-report-announcement\"\ndate: \"2022-11-30\"\ndescription: \"Discover our latest findings & strategic recommendations to better stay informed of potential directions threat actors may focus on.\"\nauthor:\n - slug: devon-kerr\nimage: \"gtr-blog-image-720x420.jpg\"\ncategory:\n - slug: reports\n---\n\nToday Elastic Security Labs celebrates another milestone: launching the [2022 Elastic Global Threat Report](https://www.elastic.co/explore/security-without-limits/global-threat-report), our inaugural summary of threat trends, forecasts, and recommendations. We analyzed millions of telemetry events from sources around the world to share these insights with you; all part of our continued commitment to transparency, and our mission to protect the world's data.\n\nYou can find the report [here](https://www.elastic.co/explore/security-without-limits/global-threat-report), we're excited to share it with you.\n" |
Member
There was a problem hiding this comment.
Are these assets always text documentation? Or can they also contain images or some other static content?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
kibana/security_security_labs_contentto support Security Labs integration.Why is it important?
In order to remove the Security Labs content from the Kibana build we would like to ship the content through a fleet integration instead. Shipping the content as an integration also allows us to include content embedings in the future.
Checklist
test/packagesthat prove my change is effective.spec/changelog.yml.Related issues