Add an "output" that hosts the log messages via a REST API. The format of the returned document could be configurable via a Go text/template
Things that should be configurable:
- path
- content-type
- paging style (timestamp based or http link headers)
- body format template
- tls settings
Add an "output" that hosts the log messages via a REST API. The format of the returned document could be configurable via a Go text/template
Things that should be configurable: