Skip to content

Commit fb68872

Browse files
committed
Various cleanup
1 parent 854239f commit fb68872

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

manage-data/data-store/data-streams/downsampling-time-series-data-stream.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ applies_to:
88
products:
99
- id: elasticsearch
1010
---
11-
% TODO flesh out after the rest of the section has been restructured
1211

1312
# Downsampling a time series data stream [downsampling]
1413

manage-data/data-store/data-streams/query-downsampled-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applies_to:
33
stack: ga
44
serverless: ga
5-
navigation_title: "Query downsampled data"
5+
navigation_title: "Querying"
66
products:
77
- id: elasticsearch
88
---

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

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
applies_to:
33
stack: ga
44
serverless: ga
5-
navigation_title: "Downsample data"
5+
navigation_title: "Configuration"
66
mapped_pages:
77
- https://www.elastic.co/guide/en/elasticsearch/reference/current/downsampling-manual.html
88
- https://www.elastic.co/guide/en/elasticsearch/reference/current/downsampling-ilm.html
99
products:
1010
- id: elasticsearch
1111
---
1212

13-
# Downsample time series data [running-downsampling]
13+
# Configuring a time series data stream for downsampling [running-downsampling]
1414

1515
To downsample a time series data stream (TSDS), you can use index lifecycle management (ILM) or a data stream lifecycle. (You can also use the [downsample API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-downsample) with an individual time series index, but most users don't need to use the API.)
1616

17-
Before you begin, review the [](downsampling-concepts.md).
17+
Before you begin, review [](downsampling-concepts.md).
1818

1919
:::{important}
2020
Downsampling requires **read-only** data.
@@ -108,19 +108,4 @@ Set `fixed_interval` to your preferred level of granularity. The original time s
108108
* [](time-series-data-stream-tsds.md)
109109
* [](set-up-tsds.md)
110110

111-
% :::{tab-item} Downsample API
112111

113-
% ## Downsampling with the API
114-
115-
% Make a [downsample API] request:
116-
117-
% ```console
118-
% POST /my-time-series-index/_downsample/my-downsampled-time-series-index
119-
% {
120-
% "fixed_interval": "1d"
121-
% }
122-
% ```
123-
124-
% Set `fixed_interval` to your preferred level of granularity. The original time series data will be aggregated at this interval.
125-
126-
% :::

0 commit comments

Comments
 (0)