From 4fad5300fa4130b2543990ab76e381ed18257efa Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Wed, 21 Dec 2022 13:49:15 -0800 Subject: [PATCH] Use default text for preview warning with tcp readiness port (#92508) The docs for the TCP readiness port have a preview warning, with custom text. However, this doesn't render correctly in the docs. Rather than figure out why the custom text doesn't render, this commit simply removes the custom text in favor of the default preview text. --- docs/reference/setup/advanced-configuration.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/reference/setup/advanced-configuration.asciidoc b/docs/reference/setup/advanced-configuration.asciidoc index d2b513f49cad9..0412810726be2 100644 --- a/docs/reference/setup/advanced-configuration.asciidoc +++ b/docs/reference/setup/advanced-configuration.asciidoc @@ -158,9 +158,7 @@ using the service manager. See <>. [[readiness-tcp-port]] ===== Enable the Elasticsearch TCP readiness port -preview::["This functionality is in technical preview and may be changed or removed in a future release. -It is intended for internal, experimental use. Features in technical preview are not subject to the support -SLA of official GA features."] +preview::[] If configured, a node can open a TCP port when the node is in a ready state. A node is deemed ready when it has successfully joined a cluster. In a single node configuration, the node is