irasnyd / envoy-access-log-server

Implementation of the Envoy v3 Access Log Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Envoy Access Log Server

Dummy implementation of an Envoy Access Log Server. Dumps all output received to stdout for further collection and processing by a full featured log aggregation system.

Container Image

$ docker build --pull -t irasnyd/envoy-access-log-server:latest .
$ docker push irasnyd/envoy-access-log-server:latest

Kudos

This project was heavily inspired by: https://github.com/dio/metricsink

Also: https://github.com/istio/istio/tree/09c12541385aeeebb6e464b675d966a1aa96bc5e/samples/als-sink

License

This project is licensed under the MIT License. For further details please refer to the LICENSE file in this repository.

About

Implementation of the Envoy v3 Access Log Service

License:MIT License


Languages

Language:Go 77.3%Language:Dockerfile 22.7%