Skip to content

Commit 7b356e0

Browse files
committed
Updates pages, fixes links, adds redirects, updates ToC
1 parent f184f2a commit 7b356e0

File tree

5 files changed

+69
-13
lines changed

5 files changed

+69
-13
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
mapped_pages:
3+
- https://www.elastic.co/guide/en/security/current/llm-connector-guides.html
4+
- https://www.elastic.co/guide/en/serverless/current/security-llm-connector-guides.html
5+
applies_to:
6+
stack: all
7+
serverless:
8+
security: all
9+
observability: all
10+
elasticsearch: all
11+
products:
12+
- id: observability
13+
- id: elasticsearch
14+
- id: security
15+
- id: cloud-serverless
16+
---
17+
18+
# Enable large language model (LLM) access
19+
20+
Elastic uses large language model (LLM) connectors to power it's [AI features](/explore-analyze/ai-features/ai-features.md#ai-powered-features-in-elastic-sec). To use these features, you can use Elastic Managed LLM, configure a third-party LLM connector, or a custom local LLM.
21+
22+
## Elastic Managed LLM
23+
24+
:::{include} ../../_snippets/elastic-managed-llm.md
25+
:::
26+
27+
## Connect to a third-party LLM
28+
29+
Follow these guides to connect to one or more third-party LLM providers:
30+
31+
* [Azure OpenAI](/explore-analyze/ai-features/llm-guides/connect-to-azure-openai.md)
32+
* [Amazon Bedrock](/explore-analyze/ai-features/llm-guides/connect-to-amazon-bedrock.md)
33+
* [OpenAI](/explore-analyze/ai-features/llm-guides/connect-to-openai.md)
34+
* [Google Vertex](/explore-analyze/ai-features/llm-guides/connect-to-google-vertex.md)
35+
36+
## Preconfigured connectors
37+
38+
```{applies_to}
39+
stack: ga 9.0
40+
serverless: unavailable
41+
```
42+
43+
You can also use [preconfigured connectors](kibana://reference/connectors-kibana/pre-configured-connectors.md) to set up a third-party LLM connector.
44+
45+
If you use a preconfigured connector for your LLM connector we recommend you add the `exposeConfig: true` parameter within the `xpack.actions.preconfigured` section of the `kibana.yml` config file. This parameter makes debugging easier by adding configuration information to the debug logs, including which large language model the connector uses.
46+
47+
48+
49+
50+

explore-analyze/toc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,16 @@ toc:
166166
- file: scripting/painless-lab.md
167167
- file: scripting/modules-scripting-expression.md
168168
- file: scripting/modules-scripting-engine.md
169-
- file: ai-features.md
169+
- file: ai-features/ai-features.md
170170
children:
171171
- file: ai-features/ai-assistant.md
172172
- file: ai-features/manage-access-to-ai-assistant.md
173+
- file: ai-features/llm-guides/llm-connectors.md
174+
children:
175+
- file: ai-features/llm-guides/connect-to-azure-openai.md
176+
- file: ai-features/llm-guides/connect-to-amazon-bedrock.md
177+
- file: ai-features/llm-guides/connect-to-openai.md
178+
- file: ai-features/llm-guides/connect-to-google-vertex.md
173179
- file: discover.md
174180
children:
175181
- file: discover/discover-get-started.md

redirects.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,3 +600,10 @@ redirects:
600600

601601
# Related to https://github.com/elastic/docs-content/pull/3808
602602
'solutions/observability/get-started/other-tutorials/add-data-from-splunk.md': 'solutions/observability/get-started.md'
603+
604+
605+
# Related to https://github.com/elastic/docs-content/pull/4224
606+
'solutions/security/ai/connect-to-amazon-bedrock.md': 'explore-analyze/ai-features/llm-guides/connect-to-amazon-bedrock.md'
607+
'solutions/security/ai/connect-to-azure-openai.md': 'explore-analyze/ai-features/llm-guides/connect-to-azure-openai.md'
608+
'solutions/security/ai/connect-to-google-vertex.md': 'explore-analyze/ai-features/llm-guides/connect-to-google-vertex.md'
609+
'solutions/security/ai/connect-to-openai.md': 'explore-analyze/ai-features/llm-guides/connect-to-openai.md'

solutions/security/ai/set-up-connectors-for-large-language-models-llm.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
mapped_pages:
3-
- https://www.elastic.co/guide/en/security/current/llm-connector-guides.html
4-
- https://www.elastic.co/guide/en/serverless/current/security-llm-connector-guides.html
52
applies_to:
63
stack: all
74
serverless:
@@ -13,7 +10,7 @@ products:
1310

1411
# Enable large language model (LLM) access
1512

16-
{{elastic-sec}} uses large language models (LLMs) for some of its advanced analytics features. To enable these features, you can connect a third-party LLM provider or a custom local LLM.
13+
{{elastic-sec}} uses large language model (LLM) connectors to power it's [AI features](/explore-analyze/ai-features/ai-features.md#ai-powered-features-in-elastic-sec). To use these features, you can use Elastic Managed LLM, configure a third-party LLM connector, or a custom local LLM.
1714

1815
:::{important}
1916
Different LLMs have varying performance when used to power different features and use-cases. For more information about how various models perform on different tasks in {{elastic-sec}}, refer to the [Large language model performance matrix](/solutions/security/ai/large-language-model-performance-matrix.md).
@@ -28,10 +25,10 @@ Different LLMs have varying performance when used to power different features an
2825

2926
Follow these guides to connect to one or more third-party LLM providers:
3027

31-
* [Azure OpenAI](/solutions/security/ai/connect-to-azure-openai.md)
32-
* [Amazon Bedrock](/solutions/security/ai/connect-to-amazon-bedrock.md)
33-
* [OpenAI](/solutions/security/ai/connect-to-openai.md)
34-
* [Google Vertex](/solutions/security/ai/connect-to-google-vertex.md)
28+
* [Azure OpenAI](/explore-analyze/ai-features/llm-guides/connect-to-azure-openai.md)
29+
* [Amazon Bedrock](/explore-analyze/ai-features/llm-guides/connect-to-amazon-bedrock.md)
30+
* [OpenAI](/explore-analyze/ai-features/llm-guides/connect-to-openai.md)
31+
* [Google Vertex](/explore-analyze/ai-features/llm-guides/connect-to-google-vertex.md)
3532

3633
## Connect to a self-managed LLM
3734

solutions/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,6 @@ toc:
568568
- file: security/ai/set-up-connectors-for-large-language-models-llm.md
569569
children:
570570
- file: security/ai/large-language-model-performance-matrix.md
571-
- file: security/ai/connect-to-azure-openai.md
572-
- file: security/ai/connect-to-amazon-bedrock.md
573-
- file: security/ai/connect-to-openai.md
574-
- file: security/ai/connect-to-google-vertex.md
575571
- file: security/ai/connect-to-own-local-llm.md
576572
- file: security/ai/connect-to-vLLM.md
577573
- file: security/ai/use-cases.md

0 commit comments

Comments
 (0)