Skip to content

Commit 54643a5

Browse files
authored
[Streams] Add LLM note for partition suggestions (#3823)
Partition suggestions require an LLM which was not previously noted.
1 parent 3c9faab commit 54643a5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

solutions/observability/streams/management/extract/grok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The previous pattern can then be used in the processor.
3939

4040
## Generate patterns [streams-grok-patterns]
4141
:::{note}
42-
This feature requires an [LLM connector](../../../../security/ai/set-up-connectors-for-large-language-models-llm.md).
42+
This feature requires a [Generative AI connector](kibana://reference/connectors-kibana/gen-ai-connectors.md).
4343
:::
4444

4545
Instead of writing the Grok patterns by hand, you can use the **Generate Patterns** button to generate the patterns for you.

solutions/observability/streams/management/partitioning.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ To manually configure when to send data to child streams:
3232

3333
## Create partitions using AI suggestions [streams-AI-partitioning]
3434

35+
:::{note}
36+
This feature requires a [Generative AI connector](kibana://reference/connectors-kibana/gen-ai-connectors.md).
37+
:::
38+
3539
To use AI suggestions to send data to child streams:
3640

3741
1. Select **Suggest partitions with AI**. Streams uses AI to look at your data and give you suggestions for grouping your data.

solutions/observability/streams/management/significant-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Significant Events periodically runs a query on your stream to find important ev
1010

1111
To define significant events, either:
1212

13-
- **Generate significant events with AI:** (requires an [LLM connector](../../../security/ai/set-up-connectors-for-large-language-models-llm.md)) If you don't know what you're looking for, let AI suggest queries based on your data. This works by using the previously identified [features](./advanced.md#streams-advanced-features) in your Stream to create specific queries based on the data you have in your Stream. Then, select the suggestions that make sense to you.
13+
- **Generate significant events with AI:** Requires a [Generative AI connector](kibana://reference/connectors-kibana/gen-ai-connectors.md). If you don't know what you're looking for, let AI suggest queries based on your data. This works by using the previously identified [features](./advanced.md#streams-advanced-features) in your Stream to create specific queries based on the data you have in your Stream. Then, select the suggestions that make sense to you.
1414
- **Create significant events from a query:** If you know what you're looking for, write your own query to find important events.

0 commit comments

Comments
 (0)