Upstream filters¶
Upstream filters apply to the connections to the upstream cluster hosts.
cluster.Filter¶
{
  "name": "...",
  "typed_config": "{...}"
}
- name
- (string, REQUIRED) The name of the filter to instantiate. The name must match a supported filter. 
- typed_config
- (Any) Filter specific configuration which depends on the filter being instantiated. See the supported filters for further documentation.