Skip to content

Commit 601494f

Browse files
committed
Save your changes before committing
1 parent f5e7ca5 commit 601494f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manage-data/data-store/data-streams/run-downsampling-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ You can now delete the old backing index. But be aware this will delete the orig
405405

406406
## View the results [downsampling-manual-view-results]
407407

408-
Re-run the earlier search query (note that when querying downsampled indices there are [a few nuances to be aware of](./downsampling-time-series-data-stream.md#querying-downsampled-indices-notes)):
408+
Re-run the earlier search query (note that when querying downsampled indices there are [a few nuances to be aware of](./downsampling-concepts.md#querying-downsampled-indices-notes)):
409409

410410
```console
411411
GET /my-data-stream/_search

manage-data/data-store/data-streams/run-downsampling-using-data-stream-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ After the data stream lifecycle action was executed, original `.ds-datastream-20
351351
...
352352
```
353353

354-
Run a search query on the datastream (note that when querying downsampled indices there are [a few nuances to be aware of](./downsampling-time-series-data-stream.md#querying-downsampled-indices-notes)).
354+
Run a search query on the datastream (note that when querying downsampled indices there are [a few nuances to be aware of](./downsampling-concepts.md#querying-downsampled-indices-notes)).
355355

356356
```console
357357
GET datastream/_search

0 commit comments

Comments
 (0)