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
- Host: GitHub
- URL: https://github.com/previousdeveloper/als-collector
- Owner: previousdeveloper
- License: apache-2.0
- Created: 2021-04-15T19:28:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T19:54:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T14:16:05.393Z (12 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```