-
Notifications
You must be signed in to change notification settings - Fork 86
[Security Solution] [AI assistant] Security labs content package spec #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[Security Solution] [AI assistant] Security labs content package spec #900
Conversation
💚 Build Succeeded
History
|
name: "security_labs_content" | ||
required: false | ||
contents: | ||
- description: A Security Labs asset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide a more detailed description about what is a security labs asset.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these assets always text documentation? Or can they also contain images or some other static content?
Adds
kibana/security_security_labs_content
to 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/packages
that prove my change is effective.spec/changelog.yml
.Related issues