deis / logger

In-memory log buffer used by Deis Workflow.
https://deis.com
MIT License
18 stars 15 forks source link

Add https log drain type #134

Open deis-admin opened 7 years ago

deis-admin commented 7 years ago

From @nsmith on September 23, 2015 15:50

It would be very convenient to have an https log drain type. Log aggregation providers like SumoLogic do not provider managed syslog collectors, preferring instead https based collectors. While Sumo does offer self-hosted syslog collectors, it seems very awkward to run a non-Deis managed container on each CoreOS cluster node, and pipe journal messages in for each application, or alternatively consume all journal messages, with no application prefixes. Using a drain to an https collector endpoint seems like a much more elegant solution.

Copied from original issue: deis/deis#4527

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/logger#4