Skip to content

Commit 9aff3b9

Browse files
dnhatnmridula-s109
authored andcommitted
Delay publishing time-series docs (elastic#130367)
This change delays publishing the ES|QL documentation for time-series aggregations and the TS command until we are ready.
1 parent 1bb7c31 commit 9aff3b9

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
* [`AVG`](../../functions-operators/aggregation-functions.md#esql-avg)
2-
* [unavailable] [`AVG_OVER_TIME`](../../functions-operators/aggregation-functions.md#esql-avg_over_time)
32
* [`COUNT`](../../functions-operators/aggregation-functions.md#esql-count)
43
* [`COUNT_DISTINCT`](../../functions-operators/aggregation-functions.md#esql-count_distinct)
54
* [`MAX`](../../functions-operators/aggregation-functions.md#esql-max)
6-
* [unavailable] [`MAX_OVER_TIME`](../../functions-operators/aggregation-functions.md#esql-max_over_time)
75
* [`MEDIAN`](../../functions-operators/aggregation-functions.md#esql-median)
86
* [`MEDIAN_ABSOLUTE_DEVIATION`](../../functions-operators/aggregation-functions.md#esql-median_absolute_deviation)
97
* [`MIN`](../../functions-operators/aggregation-functions.md#esql-min)
10-
* [unavailable] [`MIN_OVER_TIME`](../../functions-operators/aggregation-functions.md#esql-min_over_time)
118
* [`PERCENTILE`](../../functions-operators/aggregation-functions.md#esql-percentile)
129
* [preview] [`ST_CENTROID_AGG`](../../functions-operators/aggregation-functions.md#esql-st_centroid_agg)
1310
* [preview] [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
@@ -16,6 +13,3 @@
1613
* [`TOP`](../../functions-operators/aggregation-functions.md#esql-top)
1714
* [preview] [`VALUES`](../../functions-operators/aggregation-functions.md#esql-values)
1815
* [`WEIGHTED_AVG`](../../functions-operators/aggregation-functions.md#esql-weighted_avg)
19-
* [unavailable] [`FIRST_OVER_TIME`](../../functions-operators/aggregation-functions.md#esql-first_over_time)
20-
* [unavailable] [`LAST_OVER_TIME`](../../functions-operators/aggregation-functions.md#esql-last_over_time)
21-
* [unavailable] [`RATE`](../../functions-operators/aggregation-functions.md#esql-rate)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
* [`FROM`](../../commands/source-commands.md#esql-from)
2-
* [`TS`](../../commands/source-commands.md#esql-ts)
32
* [`ROW`](../../commands/source-commands.md#esql-row)
43
* [`SHOW`](../../commands/source-commands.md#esql-show)

docs/reference/query-languages/esql/commands/source-commands.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ An {{esql}} source command produces a table, typically with data from {{es}}. An
2020
:::{include} ../_snippets/commands/layout/from.md
2121
:::
2222

23-
:::{include} ../_snippets/commands/layout/ts.md
24-
:::
25-
2623
:::{include} ../_snippets/commands/layout/row.md
2724
:::
2825

docs/reference/query-languages/esql/functions-operators/aggregation-functions.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ The [`STATS`](/reference/query-languages/esql/commands/processing-commands.md#es
1515
:::{include} ../_snippets/functions/layout/avg.md
1616
:::
1717

18-
:::{include} ../_snippets/functions/layout/avg_over_time.md
19-
:::
20-
2118
:::{include} ../_snippets/functions/layout/count.md
2219
:::
2320

@@ -27,9 +24,6 @@ The [`STATS`](/reference/query-languages/esql/commands/processing-commands.md#es
2724
:::{include} ../_snippets/functions/layout/max.md
2825
:::
2926

30-
:::{include} ../_snippets/functions/layout/max_over_time.md
31-
:::
32-
3327
:::{include} ../_snippets/functions/layout/median.md
3428
:::
3529

@@ -39,9 +33,6 @@ The [`STATS`](/reference/query-languages/esql/commands/processing-commands.md#es
3933
:::{include} ../_snippets/functions/layout/min.md
4034
:::
4135

42-
:::{include} ../_snippets/functions/layout/min_over_time.md
43-
:::
44-
4536
:::{include} ../_snippets/functions/layout/percentile.md
4637
:::
4738

@@ -65,12 +56,3 @@ The [`STATS`](/reference/query-languages/esql/commands/processing-commands.md#es
6556

6657
:::{include} ../_snippets/functions/layout/weighted_avg.md
6758
:::
68-
69-
:::{include} ../_snippets/functions/layout/first_over_time.md
70-
:::
71-
72-
:::{include} ../_snippets/functions/layout/last_over_time.md
73-
:::
74-
75-
:::{include} ../_snippets/functions/layout/rate.md
76-
:::

0 commit comments

Comments
 (0)