Skip to content

Commit 1eb2474

Browse files
committed
updates applies to formatting
1 parent 7d143d9 commit 1eb2474

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

solutions/security/ai/ai-assistant-knowledge-base.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,20 +146,17 @@ Refer to the following video for an example of this process (click to play video
146146
Add an index as a knowledge source when you want information in that index to inform AI Assistant’s responses. Common security examples include asset inventories, network configuration information, on-call matrices, threat intelligence reports, and vulnerability scans. When you update the index with new information, AI Assistant will gain access to the new information.
147147

148148
::::{important}
149-
Indices added to Knowledge Base must have at least one field mapped as [semantic text](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md).
149+
Indices added to Knowledge Base must have at least one field mapped as [semantic text](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md).
150+
151+
{applies_to}`stack: ga 9.1` {applies_to}`serverless: ga` You can use a text field instead of a semantic text field, though semantic text fields still offer better performance.
150152
::::
151153

152154
1. To open **Security AI settings**, use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) to find "AI Assistant for Security." Select the **Knowledge Base** tab.
153155
2. Click **New → Index**.
154156
3. Name the knowledge source.
155157
4. Under **Sharing**, select whether this knowledge should be **Global** or **Private**.
156158
5. Under **Index**, enter the name of the index you want to use as a knowledge source.
157-
6. Under **Field**, enter the names of one or more semantic text fields within the index.
158-
159-
:::{note}
160-
{applies_to}`stack: ga 9.1` {applies_to}`serverless: ga` You can use a text field instead of a semantic text field, though semantic text fields still offer better performance.
161-
:::
162-
159+
6. Under **Field**, enter the names of one or more semantic text ({applies_to}`stack: ga 9.1` {applies_to}`serverless: ga` or text) fields within the index.
163160
7. Under **Data Description**, describe when this information should be used by AI Assistant.
164161
8. Under **Query Instruction**, describe how AI Assistant should query this index to retrieve relevant documents.
165162
9. Under **Output Fields**, list the fields which AI Assistant should look at when reviewing documents in this index. If none are listed, all fields are sent.

solutions/security/ai/usecase-knowledge-base-walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ However, you can also copy and paste the information to directly [add it as a ma
4040
:alt: Knowledge base's Edit document entry menu showing a snippet of an on call rotation document
4141
:::
4242

43-
Whichever method you use to add the information to Knowledge Base, consier making it **Required knowledge**. This will ensure that all of AI Assistant's responses are informed by the on-call rotation, even if your prompt doesn't specify that the information is relevant. This makes it more likely that AI Assistant will suggest appropriate escalation steps when you ask it about a threat.
43+
Whichever method you use to add the information to Knowledge Base, consider making it **Required knowledge**. This will ensure that all of AI Assistant's responses are informed by the on-call rotation, even if your prompt doesn't specify that the information is relevant. This makes it more likely that AI Assistant will suggest appropriate escalation steps when you ask it about a threat.
4444

4545
### Add your threat hunting playbooks to Knowledge Base
4646

@@ -62,7 +62,7 @@ Be creative, and experiment with adding different types of information to optimi
6262

6363
## Video demo: investigate an Attack Discovery using AI Assistant's Knowledge Base
6464

65-
The following video demo starts with a potential threat identified using Attack Discovery, and shows how the information you've added to Knowledge Base greatly increases AI Assistant's ability to help guide your team's incident response (click to play):
65+
The following video demo starts with a potential threat identified using Attack Discovery, and shows how the information you've added to Knowledge Base greatly increases AI Assistant's ability to help guide your team's incident response (click to play video):
6666

6767
[![Add knowledge index video](https://play.vidyard.com/SGrcygEFBCEJRURGjR8sMh.jpg)](https://videos.elastic.co/watch/SGrcygEFBCEJRURGjR8sMh?)
6868

0 commit comments

Comments
 (0)