Skip to content

Commit bffc1d9

Browse files
authored
(Doc+) Clarify dimension field requirements for time_series aggregation (#119442) (#121163)
1 parent 85ef423 commit bffc1d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/reference/aggregations/bucket/time-series-aggregation.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66

77
preview::[]
88

9-
The time series aggregation queries data created using a time series index. This is typically data such as metrics
9+
The time series aggregation queries data created using a <<tsds,Time series data stream (TSDS)>>. This is typically data such as metrics
1010
or other data streams with a time component, and requires creating an index using the time series mode.
1111

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+
1217
//////////////////////////
1318
1419
Creating a time series mapping

0 commit comments

Comments
 (0)