You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/query-languages/esql/_snippets/commands/layout/ts.md
+93-7Lines changed: 93 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
```yaml {applies_to}
2
-
serverless: ga
3
-
stack: ga
2
+
serverless: preview
3
+
stack: preview 9.2.0
4
4
```
5
5
6
-
The `TS` command is similar to the `FROM` source command,
7
-
but with two key differences: it targets only [time-series indices](docs-content://manage-data/data-store/data-streams/time-series-data-stream-tsds.md)
8
-
and enables the use of time-series aggregation functions
9
-
with the [STATS](/reference/query-languages/esql/commands/stats-by.md) command.
6
+
**Brief description**
7
+
8
+
The `TS` source command is similar to the [`FROM`](/reference/query-languages/esql/commands/from.md)
9
+
source command, with the following key differences:
10
+
11
+
- Targets only [time series indices](docs-content://manage-data/data-store/data-streams/time-series-data-stream-tsds.md)
12
+
- Enables the use of [time series aggregation functions](/reference/query-languages/esql/functions-operators/time-series-aggregation-functions.md) inside the
: A comma-separated list of [metadata fields](/reference/query-languages/esql/esql-metadata-fields.md) to retrieve.
24
28
29
+
**Description**
30
+
31
+
The `TS` source command enables time series semantics and adds support for
32
+
[time series aggregation functions](/reference/query-languages/esql/functions-operators/time-series-aggregation-functions.md) to the `STATS` command, such as
0 commit comments