From 4511caaf690c57c34ff83214c59dae9d10f18f47 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Wed, 9 Jul 2025 13:31:09 -0500 Subject: [PATCH 1/3] Remove overview tab mentions --- .../observability/logs/streams/streams.md | 42 +------------------ 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/solutions/observability/logs/streams/streams.md b/solutions/observability/logs/streams/streams.md index 3238847b5c..10291fceb1 100644 --- a/solutions/observability/logs/streams/streams.md +++ b/solutions/observability/logs/streams/streams.md @@ -29,44 +29,4 @@ Access streams in one of the following ways: - From the navigation menu, select **Streams**. -- From **Discover**, expand a document's details flyout and select **Stream** or an action associated with the document's data stream. Streams will open filtered to only the selected stream. This only works for documents stored in a data stream. - - -## Overview tab [streams-overview-tab] - -Use the **Overview** tab to find key metrics for the selected stream, such as data retention, document count, storage size, and average ingestion. - -![Screenshot of the Overview tab UI](<../../../images/logs-streams-overview.png>) - -the **Overview** tab is made up of the following components: - -- **Data retention**: Your current data retention policy. For more detailed information, refer to the [**Data Retention**](./management/retention.md) tab on the **Management** page. -- **Document count**: The current total number of documents in your stream, unrelated to the time range. -- **Storage size**: The current total storage size of your stream, unrelated to the time range. -- **Ingestion**: shows the average ingestion per day since the stream was created. -- **Dashboards table**: quick links to [dashboards](#streams-dashboard-tab) you've added to the stream. - -% Maybe we want to add something about the documents ingestion graph as well? - - -## Dashboards tab [streams-dashboard-tab] - -Use the **Dashboards** tab to add dashboards to your stream. [Dashboards](../../../../explore-analyze/dashboards.md) are visualizations that group together important assets for your stream. - -Add a dashboard to your stream by selecting it from the list of available dashboards. - -![Screenshot of the dashboards UI](<../../../images/logs-streams-dashboard.png>) - -Added dashboards are also shown on the [**Overview** tab](#streams-overview-tab) as quick links. - -## Manage stream [streams-management-tab] - -Use the **Manage stream** page to interact with and configure your stream in the following ways: - -% Probably want a screenshot here for consistency with the other tabs? - -- [Extract field](./management/extract.md): Parse and extract information from log messages into dedicated fields. -- [Data retention](./management/retention.md): Manage how your stream retains data and get insight into data ingestion and storage size. -- [Advanced](./management/advanced.md): Review and manually modify the inner workings of your stream. - -% TODO this is very short now. There will likely be more to add here in the future, not sure if it makes sense to fill the space now \ No newline at end of file +- From **Discover**, expand a document's details flyout and select **Stream** or an action associated with the document's data stream. Streams will open filtered to only the selected stream. This only works for documents stored in a data stream. \ No newline at end of file From 4aca028fb5034ffbee582903e3c95388e7c9c9d7 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Wed, 9 Jul 2025 13:37:05 -0500 Subject: [PATCH 2/3] update manage stream section --- solutions/observability/logs/streams/streams.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/solutions/observability/logs/streams/streams.md b/solutions/observability/logs/streams/streams.md index 10291fceb1..eb10b43cf0 100644 --- a/solutions/observability/logs/streams/streams.md +++ b/solutions/observability/logs/streams/streams.md @@ -29,4 +29,12 @@ Access streams in one of the following ways: - From the navigation menu, select **Streams**. -- From **Discover**, expand a document's details flyout and select **Stream** or an action associated with the document's data stream. Streams will open filtered to only the selected stream. This only works for documents stored in a data stream. \ No newline at end of file +- From **Discover**, expand a document's details flyout and select **Stream** or an action associated with the document's data stream. Streams will open filtered to only the selected stream. This only works for documents stored in a data stream. + +## Manage stream [streams-management-tab] + +Interact with and configure your stream in the following ways: + +- [Data retention](./management/retention.md): Manage how your stream retains data and get insight into data ingestion and storage size under the **Data retention** tab. +- [Processing](./management/extract.md): Parse and extract information from log messages into dedicated fields under the **Processing** tab. +- [Advanced](./management/advanced.md): Review and manually modify the inner workings of your stream under the advanced tab. \ No newline at end of file From 03fd5350917648e324c5996d85b06c4bae2b12a3 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Wed, 9 Jul 2025 13:38:06 -0500 Subject: [PATCH 3/3] fix typo --- solutions/observability/logs/streams/streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/logs/streams/streams.md b/solutions/observability/logs/streams/streams.md index eb10b43cf0..3b98ec1450 100644 --- a/solutions/observability/logs/streams/streams.md +++ b/solutions/observability/logs/streams/streams.md @@ -37,4 +37,4 @@ Interact with and configure your stream in the following ways: - [Data retention](./management/retention.md): Manage how your stream retains data and get insight into data ingestion and storage size under the **Data retention** tab. - [Processing](./management/extract.md): Parse and extract information from log messages into dedicated fields under the **Processing** tab. -- [Advanced](./management/advanced.md): Review and manually modify the inner workings of your stream under the advanced tab. \ No newline at end of file +- [Advanced](./management/advanced.md): Review and manually modify the inner workings of your stream under the **Advanced** tab. \ No newline at end of file