Skip to content

Commit 7340b8a

Browse files
committed
Fix link path
1 parent 1b81dd7 commit 7340b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To reindex into the managed index:
110110

111111
Although data streams are specifically designed for time series data, you can modify your static data (such as user queries or indexed logs of queries), and then transition from periodic indices to a data stream to get the benefits of time-based data management.
112112

113-
1. Create an ingest pipeline that uses the [`set` enrich processor](elasticsearch://docs/reference/processors/set-processor.md) to add a `@timestamp` field:
113+
1. Create an ingest pipeline that uses the [`set` enrich processor](elasticsearch://reference/enrich-processor/set-processor.md) to add a `@timestamp` field:
114114

115115
```console
116116
PUT _ingest/pipeline/ingest_time_1

0 commit comments

Comments
 (0)