Skip to content

Commit f92f481

Browse files
authored
[8.19] ESQL: Declare LOOKUP JOIN as GA in docs (#129947) (#129982)
1 parent 09e312c commit f92f481

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/reference/esql/esql-commands.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ifeval::["{release-state}"=="unreleased"]
4343
endif::[]
4444
* <<esql-keep>>
4545
* <<esql-limit>>
46-
* experimental:[] <<esql-lookup-join>>
46+
* <<esql-lookup-join>>
4747
* experimental:[] <<esql-mv_expand>>
4848
* <<esql-rename>>
4949
* experimental:[] <<esql-sample>>

docs/reference/esql/processing-commands/lookup.asciidoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
[[esql-lookup-join]]
33
=== `LOOKUP JOIN`
44

5-
[WARNING]
6-
====
7-
This functionality is in technical preview and may be
8-
changed or removed in a future release. Elastic will work to fix any
9-
issues, but features in technical preview are not subject to the support
10-
SLA of official GA features.
11-
====
12-
135
`LOOKUP JOIN` enables you to add data from another index, AKA a 'lookup'
146
index, to your {esql} query results, simplifying data enrichment
157
and analysis workflows.

0 commit comments

Comments
 (0)