Przeglądaj źródła

[DOCS] ESQL goes GA (#108342)

Liam Thompson 1 rok temu
rodzic
commit
9b7e9b5d59

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

@@ -39,7 +39,7 @@ image::images/esql/processing-command.svg[A processing command changing an input
 * <<esql-grok>>
 * <<esql-grok>>
 * <<esql-keep>>
 * <<esql-keep>>
 * <<esql-limit>>
 * <<esql-limit>>
-* <<esql-mv_expand>>
+* experimental:[] <<esql-mv_expand>>
 * <<esql-rename>>
 * <<esql-rename>>
 * <<esql-sort>>
 * <<esql-sort>>
 * <<esql-stats-by>>
 * <<esql-stats-by>>

+ 0 - 3
docs/reference/esql/esql-get-started.asciidoc

@@ -1,12 +1,9 @@
 [[esql-getting-started]]
 [[esql-getting-started]]
 == Getting started with {esql} queries
 == Getting started with {esql} queries
-
 ++++
 ++++
 <titleabbrev>Getting started</titleabbrev>
 <titleabbrev>Getting started</titleabbrev>
 ++++
 ++++
 
 
-preview::["Do not use {esql} on production environments. 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."]
-
 This guide shows how you can use {esql} to query and aggregate your data.
 This guide shows how you can use {esql} to query and aggregate your data.
 
 
 [TIP]
 [TIP]

+ 0 - 2
docs/reference/esql/index.asciidoc

@@ -6,8 +6,6 @@
 
 
 [partintro]
 [partintro]
 
 
-preview::["Do not use {esql} on production environments. 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."]
-
 The {es} Query Language ({esql}) provides a powerful way to filter, transform,
 The {es} Query Language ({esql}) provides a powerful way to filter, transform,
 and analyze data stored in {es}, and in the future in other runtimes. It is
 and analyze data stored in {es}, and in the future in other runtimes. It is
 designed to be easy to learn and use, by end users, SRE teams, application
 designed to be easy to learn and use, by end users, SRE teams, application

+ 2 - 0
docs/reference/esql/processing-commands/mv_expand.asciidoc

@@ -2,6 +2,8 @@
 [[esql-mv_expand]]
 [[esql-mv_expand]]
 === `MV_EXPAND`
 === `MV_EXPAND`
 
 
+preview::[]
+
 **Syntax**
 **Syntax**
 
 
 [source,esql]
 [source,esql]