diff --git a/Hooks.md b/Hooks.md index f317d09..2b2f214 100644 --- a/Hooks.md +++ b/Hooks.md @@ -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. |