-
Notifications
You must be signed in to change notification settings - Fork 450
[Security Solution] Security AI Prompts #13323
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
Draft
stephmilovic
wants to merge
8
commits into
elastic:main
Choose a base branch
from
stephmilovic:security_ai_prompts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
- updated description that appears in Kibana - update CODEOWNERS and ISSUE_TEMPLATE - Test elastic-package from PR 871 - 45b69849daebc5557d5bf540dca60f561132f973 - move to 1.0 - updated manifest: kibana: version: from "^8.17.0" to "^9.1.0" format_version: 3.0.0 (from higher, 3.3.2) - update version to support 9.x - latest prompt saved objects'
2 tasks
💔 Build Failed
Failed CI StepsHistory
|
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
falcon |
7042.25 | 4566.21 | -2476.04 (-35.16%) | 💔 |
host |
2801.12 | 2083.33 | -717.79 (-25.63%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
8.19 candidate
enhancement
New feature or request
New Integration
Issue or pull request for creating a new integration package.
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.
Proposed commit message
Integration for Security AI Prompts
WHAT
This PR introduces a beta integration for Security AI Prompts, which provides pre-configured AI-driven security prompts in the Elastic Security solution. These prompts enhance automated threat detection and investigation workflows.
Users do not need to install the integration manually—it is automatically installed when they visit the Security Solution in Kibana.
For developers maintaining the integration, the prompts are generated in the Kibana repo and must be manually copied into this package when updates occur.
Requires elastic/package-spec#871
WHY
This enhancement streamlines AI-driven security assistance within Elastic Security, making it easier for analysts to leverage AI-generated insights. The automated installation removes friction for users, while the structured update process ensures prompt consistency across releases.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Developer Flow (Updating Prompts)
cd x-pack/solutions/security/plugins/elastic_assistant yarn generate-security-ai-prompts
User Flow (No Setup Required)
Screenshots
Kibana PR
Once this integrations PR is merged, we can move forward with the Kibana PR: elastic/kibana#216106