/als-collector

Envoy access log collector to multiple datasource

Primary LanguageGoApache License 2.0Apache-2.0

als-collector

Envoy access log collector which exports to multiple data sources.

Istio configuration Address of the service to which access logs from Envoys should be sent.

data:
  mesh: |-
    accessLogEncoding: JSON
    accessLogFile: ""
    accessLogFormat: ""
    connectTimeout: 15s
    enableEnvoyAccessLogService: true
    defaultConfig:
      envoyAccessLogService:
        address: envoy-accesslog-collector.platform:8082