Skip to content

Commit e822b9a

Browse files
authored
Use default text for preview warning with tcp readiness port (#92508) (#92512)
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.
1 parent 7a0b9ee commit e822b9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/setup/advanced-configuration.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ using the service manager. See <<windows-service>>.
158158
[[readiness-tcp-port]]
159159
===== Enable the Elasticsearch TCP readiness port
160160

161-
preview::["This functionality is in technical preview and may be changed or removed in a future release.
162-
It is intended for internal, experimental use. Features in technical preview are not subject to the support
163-
SLA of official GA features."]
161+
preview::[]
164162

165163
If configured, a node can open a TCP port when the node is in a ready state. A node is deemed
166164
ready when it has successfully joined a cluster. In a single node configuration, the node is

0 commit comments

Comments
 (0)