Updated Hooks (markdown)

Marin Mestrovic 2020-10-04 00:09:28 -04:00
parent 740e2897f2
commit d4f285c08b
1 changed files with 1 additions and 0 deletions

@ -64,6 +64,7 @@ This page describes the list of known hooks services. The list is provided as is
| [Slackrus](https://github.com/johntdyer/slackrus) | Hook for Slack chat. |
| [Splunk](https://github.com/Franco-Poveda/logrus-splunk-hook) | Hook for sending events to [Splunk](https://www.splunk.com/) |
| [Stackdriver](https://github.com/knq/sdhook) | Hook for logging to [Google Stackdriver](https://cloud.google.com/logging/) |
| [Sumologrus](https://github.com/mmarinm/sumologrus) | Hook for logging to [SumoLogic](https://www.sumologic.com/)|
| [Sumorus](https://github.com/doublefree/sumorus) | Hook for logging to [SumoLogic](https://www.sumologic.com/)|
| [Syslog](https://github.com/sirupsen/logrus/blob/master/hooks/syslog/syslog.go) | Send errors to remote syslog server. Uses standard library `log/syslog` behind the scenes. |
| [Syslog TLS](https://github.com/shinji62/logrus-syslog-ng) | Send errors to remote syslog server with TLS support. |