We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ef423 commit bffc1d9Copy full SHA for bffc1d9
docs/reference/aggregations/bucket/time-series-aggregation.asciidoc
@@ -6,9 +6,14 @@
6
7
preview::[]
8
9
-The time series aggregation queries data created using a time series index. This is typically data such as metrics
+The time series aggregation queries data created using a <<tsds,Time series data stream (TSDS)>>. This is typically data such as metrics
10
or other data streams with a time component, and requires creating an index using the time series mode.
11
12
+[NOTE]
13
+====
14
+Refer to the <<differences-from-regular-data-stream, TSDS documentation>> to learn more about the key differences from regular data streams.
15
16
+
17
//////////////////////////
18
19
Creating a time series mapping
0 commit comments