Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/esql/esql-commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ifeval::["{release-state}"=="unreleased"]
endif::[]
* <<esql-keep>>
* <<esql-limit>>
* experimental:[] <<esql-lookup-join>>
* <<esql-lookup-join>>
* experimental:[] <<esql-mv_expand>>
* <<esql-rename>>
* experimental:[] <<esql-sample>>
Expand Down
8 changes: 0 additions & 8 deletions docs/reference/esql/processing-commands/lookup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
[[esql-lookup-join]]
=== `LOOKUP JOIN`

[WARNING]
====
This functionality is in technical preview and may be
changed or removed in a future release. Elastic will work to fix any
issues, but features in technical preview are not subject to the support
SLA of official GA features.
====

`LOOKUP JOIN` enables you to add data from another index, AKA a 'lookup'
index, to your {esql} query results, simplifying data enrichment
and analysis workflows.
Expand Down