gRPC Access Log Service (ALS)

    Configuration for the built-in envoy.access_loggers.http_grpc AccessLog. This configuration will populate .

    This extension may be referenced by the qualified name envoy.access_loggers.http_grpc

    Note

    This extension is intended to be robust against untrusted downstream traffic. It assumes that the upstream is trusted.

    common_config

    (extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig, REQUIRED)

    additional_request_headers_to_log

    () Additional request headers to log in HTTPRequestProperties.request_headers.

    additional_response_headers_to_log

    additional_response_trailers_to_log

    () Additional response trailers to log in HTTPResponseProperties.response_trailers.

    Configuration for the built-in envoy.access_loggers.tcp_grpc type. This configuration will populate StreamAccessLogsMessage.tcp_logs.

    This extension may be referenced by the qualified name envoy.access_loggers.tcp_grpc

    Note

    This extension is intended to be robust against untrusted downstream traffic. It assumes that the upstream is trusted.

    common_config

    (extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig, REQUIRED)

    Common configuration for gRPC access logs.

    log_name

    (, REQUIRED) The friendly name of the access log to be returned in StreamAccessLogsMessage.Identifier. This allows the access log server to differentiate between different access logs coming from the same Envoy.

    grpc_service

    (, REQUIRED) The gRPC service for the access log service.

    buffer_flush_interval

    (Duration) Interval for flushing access logs to the gRPC stream. Logger will flush requests every time this interval is elapsed, or when batch size limit is hit, whichever comes first. Defaults to 1 second.

    buffer_size_bytes

    () Soft size limit in bytes for access log entries buffer. Logger will buffer requests until this limit it hit, or every time flush interval is elapsed, whichever comes first. Setting it to zero effectively disables the batching. Defaults to 16384.

    (string) Additional filter state objects to log in . Logger will call FilterState::Object::serializeAsProto to serialize the filter state object.