.. _envoy_api_file_api/filter/http/health_check.proto: Health check ============ Health check :ref:`configuration overview `. .. _envoy_api_msg_filter.http.HealthCheck: filter.http.HealthCheck ----------------------- `[filter.http.HealthCheck proto] `_ .. code-block:: json { "pass_through_mode": "{...}", "endpoint": "...", "cache_time": "{...}" } .. _envoy_api_field_filter.http.HealthCheck.pass_through_mode: pass_through_mode (`BoolValue `_, *REQUIRED*) Specifies whether the filter operates in pass through mode or not. .. _envoy_api_field_filter.http.HealthCheck.endpoint: endpoint (`string `_, *REQUIRED*) Specifies the incoming HTTP endpoint that should be considered the health check endpoint. For example */healthcheck*. .. _envoy_api_field_filter.http.HealthCheck.cache_time: cache_time (`Duration `_) If operating in pass through mode, the amount of time in milliseconds that the filter should cache the upstream response.