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