Skip to content

Commit 54d3657

Browse files
committed
Declare LU JOIN GA in 9.1
1 parent 7249ac4 commit 54d3657

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

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/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)