Skip to content

Commit 207e62f

Browse files
committed
fix links
1 parent 778072c commit 207e62f

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

solutions/observability/streams/management/extract.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you edit the stream again, note the following:
7171
- Changing existing processors or re-ordering them may cause unexpected results. Because the pipeline may have already processed the documents used for sampling, the UI cannot accurately simulate changes to existing data.
7272
- Adding a new processor and moving it before an existing processor may cause unexpected results. The UI only simulates the new processor, not the existing ones, so the simulation may not accurately reflect changes to existing data.
7373

74-
![Screenshot of the Grok processor UI](<../../../../images/logs-streams-grok.png>)
74+
![Screenshot of the Grok processor UI](<../../../images/logs-streams-grok.png>)
7575

7676
### Ignore failures [streams-ignore-failures]
7777

@@ -87,31 +87,31 @@ Documents fail processing for different reasons. Streams helps you to easily fin
8787

8888
In the following screenshot, the **Failed** percentage shows that not all messages matched the provided Grok pattern:
8989

90-
![Screenshot showing some failed documents](<../../../../images/logs-streams-parsed.png>)
90+
![Screenshot showing some failed documents](<../../../images/logs-streams-parsed.png>)
9191

9292
You can filter your documents by selecting **Parsed** or **Failed** at the top of the table. Select **Failed** to see the documents that weren't parsed correctly:
9393

94-
![Screenshot showing the documents UI with Failed selected](<../../../../images/logs-streams-failures.png>)
94+
![Screenshot showing the documents UI with Failed selected](<../../../images/logs-streams-failures.png>)
9595

9696
Failures are displayed at the bottom of the process editor:
9797

98-
![Screenshot showing failure notifications](<../../../../images/logs-streams-processor-failures.png>)
98+
![Screenshot showing failure notifications](<../../../images/logs-streams-processor-failures.png>)
9999

100100
These failures may require action, but in some cases, they serve more as warnings.
101101

102102
### Mapping conflicts
103103

104104
As part of processing, Streams also checks for mapping conflicts by simulating the change end to end. If a mapping conflict is detected, Streams marks the processor as failed and displays a failure message like the following:
105105

106-
![Screenshot showing mapping conflict notifications](<../../../../images/logs-streams-mapping-conflicts.png>)
106+
![Screenshot showing mapping conflict notifications](<../../../images/logs-streams-mapping-conflicts.png>)
107107

108108
You can then use the information in the failure message to find and troubleshoot mapping issues going forward.
109109

110110
## Processor statistics and detected fields [streams-stats-and-detected-fields]
111111

112112
Once saved, the processor provides a quick look at the processor's success rate and the fields that it added.
113113

114-
![Screenshot showing field stats](<../../../../images/logs-streams-field-stats.png>)
114+
![Screenshot showing field stats](<../../../images/logs-streams-field-stats.png>)
115115

116116
## Advanced: How and where do these changes get applied to the underlying datastream? [streams-applied-changes]
117117

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Instead of writing the Grok patterns by hand, you can use the **Generate Pattern
3535

3636
% TODO Elastic LLM?
3737

38-
![generated patterns](<../../../../../images/logs-streams-patterns.png>)
38+
![generated patterns](<../../../../images/logs-streams-patterns.png>)
3939

4040
Click the plus icon next to the pattern to accept it and add it to the list of patterns used by the Grok processor.
4141

solutions/observability/streams/management/retention.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ applies_to:
99

1010
Use the **Data retention** tab on the **Manage stream** page to set how long your stream retains data and to get insight into your stream's data ingestion and storage size.
1111

12-
![Screenshot of the data retention UI](<../../../../images/logs-streams-retention.png>)
12+
![Screenshot of the data retention UI](<../../../images/logs-streams-retention.png>)
1313

1414
The **Data retention** page is made up of the following components that can help you determine how long you want your stream to retain data:
1515

@@ -30,15 +30,15 @@ The **Retention period** is the minimum number of days after which the data is d
3030
1. Select **Edit data retention****Set specific retention days**.
3131
1. From here, set the period of time you want to retain data for this stream.
3232

33-
To define a global default retention policy, refer to [project settings](../../../../../deploy-manage/deploy/elastic-cloud/project-settings.md).
33+
To define a global default retention policy, refer to [project settings](../../../../deploy-manage/deploy/elastic-cloud/project-settings.md).
3434

3535
### Follow an ILM policy
3636
```{applies_to}
3737
stack: ga 9.1
3838
```
39-
[ILM policies](../../../../../manage-data/lifecycle/index-lifecycle-management.md) let you automate and standardize data retention across streams and other data streams. To have your streams follow an existing policy:
39+
[ILM policies](../../../../manage-data/lifecycle/index-lifecycle-management.md) let you automate and standardize data retention across streams and other data streams. To have your streams follow an existing policy:
4040

4141
1. Select **Edit data retention****Use a lifecycle policy**.
4242
1. Select a pre-defined ILM policy from the list.
4343

44-
You can also create a new ILM policy. Refer to [Configure a lifecycle policy](../../../../../manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md) for more information.
44+
You can also create a new ILM policy. Refer to [Configure a lifecycle policy](../../../../manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md) for more information.

solutions/observability/streams/streams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ applies_to:
55
---
66

77
:::{warning}
8-
Streams is currently in Technical Preview and only available on Elastic Cloud Serverless deployments. This feature may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
8+
Streams is currently in Technical Preview. This feature may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
99
:::
1010

1111
# Streams
@@ -29,12 +29,12 @@ In {{obs-serverless}}, Streams is automatically available.
2929

3030
In {{stack}} version 9.1 and later, you can enable Streams in the {{observability}} Advanced Settings. To do this:
3131

32-
1. Go to **Management** > **Stack Management** > **Advanced Settings**, or search for "Advanced Settings" in the [global search field](../../../../explore-analyze/find-and-organize/find-apps-and-objects.md).
32+
1. Go to **Management** > **Stack Management** > **Advanced Settings**, or search for "Advanced Settings" in the [global search field](../../../explore-analyze/find-and-organize/find-apps-and-objects.md).
3333
1. Enable **Streams UI** under **Observability**.
3434

3535
In {{serverless-short}} or after enabling Streams in {{stack}}, access the UI in one of the following ways:
3636

37-
- Select **Streams** from the navigation menu or use the [global search field](../../../../explore-analyze/find-and-organize/find-apps-and-objects.md).
37+
- Select **Streams** from the navigation menu or use the [global search field](../../../explore-analyze/find-and-organize/find-apps-and-objects.md).
3838

3939
- 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.
4040

solutions/observability/streams/wired-streams.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ applies_to:
55
products:
66
- id: observability
77
- id: cloud-serverless
8-
---
8+
---
9+
10+
# Wired streams

0 commit comments

Comments
 (0)