Преглед на файлове

[8.19] ESQL: Declare LOOKUP JOIN as GA in docs (#129947) (#129982)

Alexander Spies преди 3 месеца
родител
ревизия
f92f481620
променени са 2 файла, в които са добавени 1 реда и са изтрити 9 реда
  1. 1 1
      docs/reference/esql/esql-commands.asciidoc
  2. 0 8
      docs/reference/esql/processing-commands/lookup.asciidoc

+ 1 - 1
docs/reference/esql/esql-commands.asciidoc

@@ -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>>

+ 0 - 8
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.