deis / logger

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

Deis with Loggly #133

Closed deis-admin closed 7 years ago

deis-admin commented 7 years ago

From @gergelyke on December 28, 2015 8:26

To be able to work with Loggly, I need to set a syslog header (https://www.loggly.com/docs/streaming-syslog-without-using-files/)

Is there a way to set it in Deis?

Copied from original issue: deis/deis#4814

deis-admin commented 7 years ago

From @geeksoul-me on December 29, 2015 10:29

I too need info on this.

deis-admin commented 7 years ago

From @krancour on January 4, 2016 21:51

Is there a way to set it in Deis?

Not currently. Feel free to take a stab at adding support for this to the logger.

deis-admin commented 7 years ago

From @bacongobbler on June 9, 2016 21:47

PRs this-a-way (for Workflow, the successor to Deis) --> https://github.com/deis/logger

deis-admin commented 7 years ago

From @bacongobbler on November 23, 2016 21:0

Loggly has support for fluentd as well, which you can contribute a PR to deis/fluentd.

https://www.loggly.com/docs/fluentd-logs/

krancour commented 7 years ago

@jchauncey is their currently adequate support for custom fluentd plugins that this could be closed without actually implementing a new feature?

jchauncey commented 7 years ago

Yes. The documentation should be adequate enough to show how to do it that we can close this.