Skip to content

Commit dfc0573

Browse files
ES|QL: fix docs for functions in PREVIEW (elastic#123880) (elastic#124078)
1 parent f1aedbe commit dfc0573

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/reference/esql/functions/layout/categorize.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/kql.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/match.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/qstr.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/term.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/values.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/parameters/match.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractFunctionTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ protected static void renderDocs(String name) throws IOException {
953953
"// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.\n\n";
954954

955955
private static final String PREVIEW_CALLOUT =
956-
"\npreview::[\"Do not use `VALUES` on production environments. This functionality is in technical preview and "
956+
"\npreview::[\"Do not use on production environments. This functionality is in technical preview and "
957957
+ "may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview "
958958
+ "are not subject to the support SLA of official GA features.\"]\n";
959959

0 commit comments

Comments
 (0)