Envoy Proxy gRPC Access Log Service API

The Envoy gRPC Access Log Service (ALS) API provides a streaming gRPC interface for receiving access log entries from Envoy instances in real time. It enables centralized log aggregation by allowing Envoy to stream HTTP and TCP access logs to a remote endpoint rather than writing them locally.

API entry from apis.yml

apis.yml Raw ↑
aid: envoy-proxy:access-log-service-api
name: Envoy Proxy gRPC Access Log Service API
tags:
- Access Logs
- gRPC
- Observability
- Proxies
humanURL: https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/accesslog/v3/als.proto
properties:
- url: https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/accesslog/v3/als.proto
  type: Documentation
- url: https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/service
  type: Reference
- url: https://github.com/envoyproxy/envoy
  type: GitHubRepository
description: The Envoy gRPC Access Log Service (ALS) API provides a streaming gRPC interface for receiving
  access log entries from Envoy instances in real time. It enables centralized log aggregation by allowing
  Envoy to stream HTTP and TCP access logs to a remote endpoint rather than writing them locally.