Skip to content

Commit 535e1ea

Browse files
[DOCS] Warn against using ES|QL on production environments (#103797) (#103805)
1 parent c547bd3 commit 535e1ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/reference/esql/esql-get-started.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<titleabbrev>Getting started</titleabbrev>
66
++++
77

8+
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."]
9+
810
This guide shows how you can use {esql} to query and aggregate your data.
911

1012
[discrete]

docs/reference/esql/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[partintro]
88

9-
preview::[]
9+
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."]
1010

1111
The {es} Query Language ({esql}) provides a powerful way to filter, transform,
1212
and analyze data stored in {es}, and in the future in other runtimes. It is

0 commit comments

Comments
 (0)