previousdeveloper / als-collector

Envoy access log collector to multiple datasource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Envoy access log collector to multiple datasource

License:Apache License 2.0


Languages

Language:Go 96.5%Language:Dockerfile 3.5%