-
Notifications
You must be signed in to change notification settings - Fork 209
Adds new page about triaging alerts with AI Assistant #4359
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
Changes from 23 commits
ef7ef87
407a27d
0fd7625
084a1cf
cf97a32
c5ba5e6
d694f96
db015b2
e14e938
62a6db5
b8ae6d1
97de8bf
bf618c3
b787953
e4c4d86
25eb2d3
98eb02f
7818049
40b2488
5816d21
bf3986c
2208378
7380eec
84089f6
6851f03
d18e34b
35f1ccb
afee6bd
407df3a
1c3c93a
7dbf3e4
92db498
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| [[assistant-triage]] | ||
| = Triage Alerts with Elastic AI Assistant | ||
| Elastic AI Assistant can help you enhance and streamline your alert triage workflows by assessing multiple recent alerts in your environment, and helping you interpret an alert and its context. | ||
|
|
||
| When you view an alert in {elastic-sec}, details such as related documents, hosts, and users appear alongside a synopsis of the events that triggered the alert. This data provides a starting point for understanding a potential threat. AI Assistant can answer questions about this data and offer insights and actionable recommendations to remediate the issue. | ||
|
|
||
| To enable AI Assistant to answer questions about alerts, you need to provide alert data as context for your prompts. You can either provide multiple alerts using the <<configure-ai-assistant, knowledge base>> feature, or provide individual alerts directly. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: is it possible for the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes 100%. I am planning to do this but I have to merge the updates to the AI Assistant page before I can link to that section.
benironside marked this conversation as resolved.
Outdated
|
||
|
|
||
| [[ai-assistant-triage-alerts-knowledge base]] | ||
| [discrete] | ||
|
benironside marked this conversation as resolved.
|
||
| == Use AI Assistant to triage multiple alerts | ||
| Enable the <<configure-ai-assistant, knowledge base>> **Alerts** setting to send AI Assistant data for up to 100 alerts as context for each of your prompts. With this setting enabled, you can ask AI Assistant questions such as "How many alerts are present in my environment?", "What are my most urgent alerts?", "Which alerts should I triage first?", "Do any of the alerts in my environment indicate data exfiltration from a Windows machine?", and more. | ||
|
|
||
| For more information, refer to <<configure-ai-assistant, knowledge base>>. | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
|
|
||
| [[ai-assistant-triage-alerts-instructions]] | ||
| [discrete] | ||
| == Use AI Assistant to triage a specific alert | ||
| Once you have chosen an alert to investigate: | ||
|
|
||
| . Click its **View details** button from the Alerts table. | ||
| . In the alert details flyout, click **Chat** to launch the AI assistant. Data related to the selected alert is automatically added to the prompt. | ||
| . Click **Alert (from summary)** to view which alert fields will be shared with AI Assistant. | ||
| + | ||
| NOTE: For more information about selecting which fields to send, and to learn about anonymizing your data, refer to <<security-assistant, AI Assistant>>.) | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| + | ||
| . (Optional) Click a quick prompt to use it as a starting point for your query, for example **Alert summarization**. Improve the quality of AI Assistant's response by customizing the prompt and adding detail. | ||
| + | ||
| Once you’ve submitted your query, AI Assistant will process the information and provide a detailed response. Depending on your prompt and the alert data that you included, its response can include a thorough analysis of the alert that highlights key elements such as the nature of the potential threat, potential impact, and suggested response actions. | ||
| + | ||
| . (Optional) Ask AI Assistant follow-up questions, provide additional information for further analysis, and request clarification. The response is not a static report. | ||
|
benironside marked this conversation as resolved.
|
||
|
|
||
| [discrete] | ||
| [[ai-triage-reportgen]] | ||
| == Generate triage reports | ||
| Elastic AI Assistant can streamline the documentation and report generation process by providing clear records of security incidents, their scope and impact, and your remediation efforts. You can use AI Assistant to create summaries or reports for stakeholders that include key event details, findings, and diagrams. Once the AI Assistant has finished analyzing one or more alerts, you can generate reports by using prompts such as: | ||
|
|
||
| * “Generate a detailed report about this incident including timeline, impact analysis, and response actions. Also, include a diagram of events.” | ||
| * “Generate a summary of this incident/alert and include diagrams of events.” | ||
| * “Provide more details on the mitigation strategies used.” | ||
|
|
||
| After you review the report, click **Add to existing case** at the top of AI Assistant's response. This allows you to save a record of the report and make it available to your team. | ||
|
|
||
| [role="screenshot"] | ||
| image::images/ai-triage-add-to-case.png[An AI Assistant dialogue with the add to existing case button highlighted] | ||
Uh oh!
There was an error while loading. Please reload this page.