diff --git a/docs/reference/esql/esql-commands.asciidoc b/docs/reference/esql/esql-commands.asciidoc index 1a3ad359da436..8e8a5162b071e 100644 --- a/docs/reference/esql/esql-commands.asciidoc +++ b/docs/reference/esql/esql-commands.asciidoc @@ -43,7 +43,7 @@ ifeval::["{release-state}"=="unreleased"] endif::[] * <> * <> -* experimental:[] <> +* <> * experimental:[] <> * <> * experimental:[] <> diff --git a/docs/reference/esql/processing-commands/lookup.asciidoc b/docs/reference/esql/processing-commands/lookup.asciidoc index 46bcf6545b3f9..7d873f270010a 100644 --- a/docs/reference/esql/processing-commands/lookup.asciidoc +++ b/docs/reference/esql/processing-commands/lookup.asciidoc @@ -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.