Skip to content

Commit f6f0747

Browse files
[Backport 8.9] Add important flag to proxy config docs (#2042)
(cherry picked from commit f7ed039) Co-authored-by: Josh Mock <[email protected]>
1 parent 6e70735 commit f6f0747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connecting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ If you need to pass through an http(s) proxy for connecting to {es}, the client
539539
out of the box offers a handy configuration for helping you with it. Under the
540540
hood, it uses the https://github.com/delvedor/hpagent[`hpagent`] module.
541541

542-
In versions 8.0+ of the client, the default `Connection` type is set to `UndiciConnection`, which does not support proxy configurations.
542+
IMPORTANT: In versions 8.0+ of the client, the default `Connection` type is set to `UndiciConnection`, which does not support proxy configurations.
543543
To use a proxy, you will need to use the `HttpConnection` class from `@elastic/transport` instead.
544544

545545
[source,js]

0 commit comments

Comments
 (0)