Skip to content

Commit 761a28b

Browse files
benironsidemdbirnstiehlspong
authored
Apply suggestions from code review
Co-authored-by: Mike Birnstiehl <[email protected]> Co-authored-by: Garrett Spong <[email protected]>
1 parent db1a62e commit 761a28b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@ Refer to the following video for an example of adding a document to Knowledge Ba
121121

122122
### Add an individual file [add-specific-file]
123123

124-
To add an individual file to knowledge base, you first need to ingest it into an index and ensure that it includes a semantic text or text field. Supported file types include text, PDF, ODF, Word, Excel, PowerPoint, NDJSON, CSV, and TSV.
124+
To add an individual file to Knowledge Base, you first need to ingest it into an index and ensure that it includes a semantic text or text field. Supported file types include text, PDF, ODF, Word, Excel, PowerPoint, NDJSON, CSV, and TSV.
125125

126-
1. Access the **Upload file** interface by using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) to find "File upload".
126+
1. Access the **Data Visualizer** interface to upload a file using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) to find "File upload".
127127
2. Review the list of currently supported file formats and sizes, then select the file you want to upload. Click **Import**.
128-
3. In the **Index name** section, name the index that will contain the data in the uploaded file. Go to the **Advanced** tab.
128+
3. Go to the **Advanced** tab. In the **Index name** field , enter a name for the index that will contain the data in the uploaded file.
129129
4. (Optional) Review and update the mappings and ingest pipeline for your new index.
130130
5. Click **Add additional field -> Add semantic text field**.
131-
- For **Field** select the field you want to use as a semantic text field. It should contain information that AI Assistant can use to determine whether a document is relevant to a given query. Do not select a metadata field. Click **Add**.
131+
- For **Field**, select the field you want to use as a semantic text field. It should contain information that AI Assistant can use to determine whether a document is relevant to a given query. Do not select a metadata field.
132132
- For **Copy to field**, enter a name for your new semantic text field.
133-
- For **Inference service**, use the default or select another model that's enabled in your environment.
133+
- For **Inference endpoint**, use the default or select another model that's enabled in your environment.
134134
- Click **Add**. The new field appears in the **Mappings** section.
135135
6. Click **Import**. File ingest begins and should complete within a few seconds.
136136
7. Once your file has been ingested to an index, add it to Knowledge Base by following the steps to [add an index](#knowledge-base-add-knowledge-index).
@@ -174,7 +174,7 @@ You can use an {{es}} connector or web crawler to create an index that contains
174174

175175
You can ingest data from third-party platforms such as Github, Jira, Teams, Google Drive, Slack, email, and [more](elasticsearch://reference/search-connectors/index.md) using [content connectors](/solutions/security/get-started/content-connectors.md).
176176

177-
Once you've set up a content connector, data from the selected source is ingested to an {{es}} index. To add it knowledge base, follow the steps to [add an index](#knowledge-base-add-knowledge-index).
177+
Once you've set up a content connector, data from the selected source is ingested to an {{es}} index. To add it to Knowledge Base, follow the steps to [add an index](#knowledge-base-add-knowledge-index).
178178

179179

180180
#### Use a web crawler to add threat intelligence to Knowledge Base [_use_a_web_crawler_to_add_threat_intelligence_to_knowledge_base]

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ products:
1010

1111
# Use AI Assistant's Knowledge Base to improve response quality
1212

13-
You can use AI Assistant's Knowledge Base to give it information on anything from threat hunting playbooks, to on-call rotations, security research, infrastructure information, your team's internal communications from platforms like Slack or Teams, and more — constrained only by your creativity. This page guides you through an example of how to ingest data from various sources into AI Assistant's Knowledge Base, and shows how this can improve the quality of its responses in a threat response scenario.
13+
You can use AI Assistant's Knowledge Base to give it information on anything from threat hunting playbooks, to on-call rotations, security research, infrastructure information, your team's internal communications from platforms like Slack or Teams, and more — constrained only by your creativity. This page guides you through ingesting data from various sources into AI Assistant's Knowledge Base, and shows how this can improve the quality of its responses in a threat response scenario.
1414

1515
## Prerequisites
1616

17-
Before attempting to follow this guide, review the [Knowlege Base](/solutions/security/ai/ai-assistant-knowledge-base.md) topic for general information and prerequisites, and [enable Knowledge Base](/solutions/security/ai/ai-assistant-knowledge-base.md#enable-knowledge-base).
17+
Before following this guide, review the [Knowledge Base](/solutions/security/ai/ai-assistant-knowledge-base.md) topic for general information and prerequisites, and [enable Knowledge Base](/solutions/security/ai/ai-assistant-knowledge-base.md#enable-knowledge-base).
1818

1919
## Add relevant data from various sources to Knowledge Base
2020

@@ -34,7 +34,7 @@ If you add information about who is responsible for security incidents at differ
3434

3535
If information about your on-call rotation is contained in a file, you can follow the steps to [add an individual file](/solutions/security/ai/ai-assistant-knowledge-base.md#add-specific-file) to Knowledge Base.
3636

37-
However, you can also copy and paste the information to directly [add it as a markdown document](/solutions/security/ai/ai-assistant-knowledge-base.md#knowledge-base-add-knowledge-document). Adding it as a markdown document is fast, and easy to update when the on-call rotation changes.
37+
However, you can also copy and paste the information to directly [add it as a markdown document](/solutions/security/ai/ai-assistant-knowledge-base.md#knowledge-base-add-knowledge-document). Adding it as a markdown document is fast and easy to update when the on-call rotation changes.
3838

3939
:::{image} /solutions/images/security-knowledge-base-add-on-call-rotation.png
4040
:alt: Knowledge base's Edit document entry menu showing a snippet of an on call rotation document
@@ -52,7 +52,7 @@ If you have threat hunting playbooks stored in a GitHub repository, you can add
5252

5353
## Use Knowledge Base in conversations
5454

55-
AI Assistant will use the information you've added to Knowledge Base to inform its responses to your prompts. With the information we've added in this example, you can ask questions like:
55+
AI Assistant will use the information you've added to Knowledge Base to inform its responses to your prompts. With the information we've added in this guide, you can ask questions like:
5656

5757
- Is this alert related to any ongoing incidents?
5858
- Who should I contact to escalate this potential threat?

0 commit comments

Comments
 (0)