Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The previous pattern can then be used in the processor.

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

Instead of writing the Grok patterns by hand, you can use the **Generate Patterns** button to generate the patterns for you.
Expand Down
4 changes: 4 additions & 0 deletions solutions/observability/streams/management/partitioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ To manually configure when to send data to child streams:

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

:::{note}
This feature requires a [Generative AI connector](kibana://reference/connectors-kibana/gen-ai-connectors.md).
:::

To use AI suggestions to send data to child streams:

1. Select **Suggest partitions with AI**. Streams uses AI to look at your data and give you suggestions for grouping your data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Significant Events periodically runs a query on your stream to find important ev

To define significant events, either:

- **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.
- **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.
- **Create significant events from a query:** If you know what you're looking for, write your own query to find important events.