Skip to content

Commit 7b5e92f

Browse files
ESQL: Declare LOOKUP JOIN as GA in docs (#129947)
* Declare LU JOIN GA in 9.1 * Align applies_to tags for sample, change_point Co-authored-by: Liam Thompson <[email protected]>
1 parent 41a47c2 commit 7b5e92f

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

docs/reference/query-languages/esql/_snippets/commands/layout/change_point.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
The `CHANGE_POINT` command requires a [platinum license](https://www.elastic.co/subscriptions).
55
:::
66

7-
::::{warning}
8-
This functionality is in technical preview and may be
9-
changed or removed in a future release. Elastic will work to fix any
10-
issues, but features in technical preview are not subject to the support
11-
SLA of official GA features.
12-
::::
7+
```yaml {applies_to}
8+
serverless: preview
9+
stack: preview 9.1.0
10+
```
1311
1412
`CHANGE_POINT` detects spikes, dips, and change points in a metric.
1513

docs/reference/query-languages/esql/_snippets/commands/layout/lookup-join.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
## `LOOKUP JOIN` [esql-lookup-join]
22

3-
::::{warning}
4-
This functionality is in technical preview and may be
5-
changed or removed in a future release. Elastic will work to fix any
6-
issues, but features in technical preview are not subject to the support
7-
SLA of official GA features.
8-
::::
3+
```yaml {applies_to}
4+
stack: preview 9.0.0, ga 9.1.0
5+
```
96
107
`LOOKUP JOIN` enables you to add data from another index, AKA a 'lookup'
118
index, to your {{esql}} query results, simplifying data enrichment

docs/reference/query-languages/esql/_snippets/commands/layout/sample.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## `SAMPLE` [esql-sample]
22

33
```yaml {applies_to}
4-
stack: preview 9.1
4+
serverless: preview
5+
stack: preview 9.1.0
56
```
67
78
The `SAMPLE` command samples a fraction of the table rows.

docs/reference/query-languages/esql/_snippets/lists/processing-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* [`GROK`](../../commands/processing-commands.md#esql-grok)
77
* [`KEEP`](../../commands/processing-commands.md#esql-keep)
88
* [`LIMIT`](../../commands/processing-commands.md#esql-limit)
9-
* [preview] [`LOOKUP JOIN`](../../commands/processing-commands.md#esql-lookup-join)
9+
* [`LOOKUP JOIN`](../../commands/processing-commands.md#esql-lookup-join)
1010
* [preview] [`MV_EXPAND`](../../commands/processing-commands.md#esql-mv_expand)
1111
* [`RENAME`](../../commands/processing-commands.md#esql-rename)
1212
* [preview] [`SAMPLE`](../../commands/processing-commands.md#esql-sample)

0 commit comments

Comments
 (0)