Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benironside committed Jun 24, 2024
1 parent 035add5 commit 8c8a7f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/serverless/assistant/ai-assistant-alert-triage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Elastic AI Assistant can streamline the documentation and report generation proc
* “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. n
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.

<DocImage size="xl" url="../images/ai-assistant-alert-triage/ai-triage-add-to-case.png" alt="An AI Assistant dialogue with the add to existing case button highlighted" />
2 changes: 1 addition & 1 deletion docs/serverless/assistant/ai-assistant-esql-queries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status: in review

Elastic AI Assistant can help you learn about and leverage the Elasticsearch Query Language (((esql))).

With AI Assistant's <DocLink slug="/serverless/security/ai-assistant" section="ai-assistant-knowledge-base" text="((esql)) knowledge base"/> enabled, AI Assistant benefits from specialized training data that enables it to answer questions related to ((esql)) at an expert level.
With AI Assistant's <DocLink slug="/serverless/security/ai-assistant" section="ai-assistant-knowledge-base" text="ES|QL knowledge base"/> enabled, AI Assistant benefits from specialized training data that enables it to answer questions related to ((esql)) at an expert level.

AI Assistant can help with ((esql)) in many ways, including:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this guide, you'll learn how to:
## Use Attack discovery to identify threats
Attack discovery can detect a wide range of threats by finding relationships among alerts that may indicate a coordinated attack. This enables you to comprehend how threats move through and affect your systems. Attack discovery generates a detailed summary of each potential threat, which can serve as the basis for further analysis. Learn how to <DocLink slug="/serverless/security/attack-discovery" text="get started with Attack discovery"/>.

<DocImage size="m" url="images/attck-disc-11-alerts-disc.png" alt="An Attack discovery card showing an attack with 11 related alerts"/>
<DocImage url="images/attck-disc-11-alerts-disc.png" alt="An Attack discovery card showing an attack with 11 related alerts"/>

In the example above, Attack discovery found connections between eleven alerts, and used them to identify and describe an attack chain.

Expand All @@ -33,7 +33,7 @@ From a discovery on the Attack discovery page, click **View in AI Assistant** to

AI Assistant can quickly compile essential data and provide suggestions to help you generate an incident report and plan an effective response. You can ask it to provide relevant data or answer questions, such as “How can I remediate this threat?” or “What ((esql)) query would isolate actions taken by this user?”

<DocImage size="m" url="images/attck-disc-esql-query-gen-example.png" alt="An AI Assistant dialogue in which the user asks for a purpose-built ((esql)) query" />
<DocImage url="images/attck-disc-esql-query-gen-example.png" alt="An AI Assistant dialogue in which the user asks for a purpose-built ((esql)) query" />

The image above shows an ((esql)) query generated by AI Assistant in response to a user prompt. Learn more about <DocLink slug="/serverless/security/ai-assistant-esql-queries" text="using AI Assistant for ((esql))"/>.

Expand Down

0 comments on commit 8c8a7f6

Please sign in to comment.