Health check logging events

    As of Envoy v1.18 the v2 API has been removed and is no longer supported.

    If you are upgrading from v2 API config you may wish to view the v2 API documentation:

    Health check logging.

    health_checker_type

    (data.core.v3.HealthCheckerType)

    host

    ()

    cluster_name

    (string, REQUIRED)

    eject_unhealthy_event

    () Host ejection.

    Precisely one of eject_unhealthy_event, , health_check_failure_event, , no_longer_degraded_host must be set.

    add_healthy_event

    () Host addition.

    Precisely one of eject_unhealthy_event, , health_check_failure_event, , no_longer_degraded_host must be set.

    health_check_failure_event

    () Host failure.

    degraded_healthy_host

    (data.core.v3.DegradedHealthyHost) Healthy host became degraded.

    Precisely one of , add_healthy_event, , degraded_healthy_host, must be set.

    no_longer_degraded_host

    (data.core.v3.NoLongerDegradedHost) A degraded host returned to being healthy.

    Precisely one of , add_healthy_event, , degraded_healthy_host, must be set.

    timestamp

    (Timestamp) Timestamp for event.

    data.core.v3.HealthCheckEjectUnhealthy

    [data.core.v3.HealthCheckEjectUnhealthy proto]

    failure_type

    () The type of failure that caused this ejection.

    [data.core.v3.HealthCheckAddHealthy proto]

    first_check

    () Whether this addition is the result of the first ever health check on a host, in which case the configured healthy threshold is bypassed and the host is immediately added.

    data.core.v3.HealthCheckFailure

    [data.core.v3.HealthCheckFailure proto]

    failure_type

    () The type of failure that caused this event.

    first_check

    (bool) Whether this event is the result of the first ever health check on a host.

    data.core.v3.NoLongerDegradedHost

    [data.core.v3.NoLongerDegradedHost proto]

    ACTIVE

    (DEFAULT)

    PASSIVE

    NETWORK

    NETWORK_TIMEOUT

    Enum data.core.v3.HealthCheckerType

    HTTP

    (DEFAULT)

    TCP

    GRPC

    REDIS