An open API service indexing awesome lists of open source software.

https://github.com/previousdeveloper/als-collector

Envoy access log collector to multiple datasource
https://github.com/previousdeveloper/als-collector

Last synced: 3 months ago
JSON representation

Envoy access log collector to multiple datasource

Awesome Lists containing this project

README

          

# 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.

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

```