Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/root/api-v3/config/trace/trace.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
HTTP Tracers
==============

.. note::

Tracers are not supported on Windows.

.. toctree::
:glob:
:maxdepth: 2
Expand Down
4 changes: 4 additions & 0 deletions docs/root/api-v3/config/watchdog/watchdog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Watchdog
========

.. note::

These features are not supported on Windows.

.. toctree::
:glob:
:maxdepth: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Note that the filter is intended to be used in conjunction with the
:ref:`Router <config_http_filters_router>` filter. In particular, it must run prior to the router
filter so that it may add the desired source IP to the state of the filter chain.

.. note::

This filter is not supported on Windows.

IP Version Support
------------------
The filter supports both IPv4 and IPv6 as addresses. Note that the upstream connection must support
Expand Down
4 changes: 4 additions & 0 deletions docs/root/configuration/http/http_filters/wasm_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Wasm

The HTTP Wasm filter is used implement an HTTP filter with a Wasm plugin.

.. note::

This filter is not supported on Windows.

Example configuration
---------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The original source listener filter replicates the downstream remote address of
the upstream side of Envoy. For example, if a downstream connection connects to Envoy with IP
address ``10.1.2.3``, then Envoy will connect to the upstream with source IP ``10.1.2.3``.

.. note::

This filter is not supported on Windows.

Interaction with Proxy Protocol
--------------------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/root/intro/arch_overview/operations/hot_restart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ a given host: an active Envoy server process and, potentially, a draining Envoy
will exit as described above. The :option:`--base-id` or :option:`--use-dynamic-base-id` options
may be used to allow multiple, distinctly configured Envoys to run on the same host and hot restart
independently.

.. note::

This feature is not supported on Windows.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Some drawbacks to the Original Source filter:
* It requires that Envoy have access to the downstream remote address.
* Its configuration is relatively complex.
* It may introduce a slight performance hit due to restrictions on connection pooling.
* Not supported on Windows.

.. _arch_overview_ip_transparency_original_src_http:

Expand Down