.. _envoy_v3_api_file_envoy/config/cluster/v3/filter.proto: Upstream filters ================ Upstream filters apply to the connections to the upstream cluster hosts. .. _envoy_v3_api_msg_config.cluster.v3.Filter: config.cluster.v3.Filter ------------------------ `[config.cluster.v3.Filter proto] `_ .. code-block:: json { "name": "...", "typed_config": "{...}" } .. _envoy_v3_api_field_config.cluster.v3.Filter.name: name (`string `_, *REQUIRED*) The name of the filter to instantiate. The name must match a :ref:`supported filter `. .. _envoy_v3_api_field_config.cluster.v3.Filter.typed_config: typed_config (`Any `_) Filter specific configuration which depends on the filter being instantiated. See the supported filters for further documentation.