diff --git a/docs/configuration/http_conn_man/access_log.rst b/docs/configuration/http_conn_man/access_log.rst index cad9b0d74cbfd..7e9018648c87c 100644 --- a/docs/configuration/http_conn_man/access_log.rst +++ b/docs/configuration/http_conn_man/access_log.rst @@ -65,20 +65,23 @@ entry. The following command operators are supported: Body bytes sent. %DURATION% - Total duration in milliseconds of the request from the start time to the last byte out. + Total duration in milliseconds of the request from the start time to the last byte out. df %FAILURE_REASON% Additional failure reason if any in addition to response code. Possible values are: - * **LH**: Local health check failed. - * **UH**: No healthy upstream. - * **UT**: Upstream request timeout. - * **LR**: Connection local reset. - * **UR**: Upstream remote reset. - * **UF**: Upstream connection failure. - * **UC**: Upstream connection termination. - * **UO**: Upstream overflow (circuit breaking). - * **NR**: No route configured for a given request. + * **LH**: Local service failed :ref:`health check request ` + in addition to 503 response code. + * **UH**: No healthy upstream hosts in upstream cluster in addition to 503 response code. + * **UT**: Upstream request timeout in addition to 504 response code. + * **LR**: Connection local reset in addition to 503 response code. + * **UR**: Upstream remote reset in addition to 503 response code. + * **UF**: Upstream connection failure in addition to 503 response code. + * **UC**: Upstream connection termination in addition to 503 response code. + * **UO**: Upstream overflow (circuit breaking) in addition to 503 response code. + Envoy performed :ref:`circuit breaking `. + * **NR**: No :ref:`route configured ` for a given request + in addition to 404 response code. %UPSTREAM_HOST% Upstream host URL (e.g., tcp://ip:port for TCP connections).