From add54587ab0136faecacc0f8925f7187fe16e82f Mon Sep 17 00:00:00 2001 From: "Beau N. Brewer" Date: Wed, 1 Mar 2017 12:26:05 -0700 Subject: [PATCH] Update README.md Added AWS Firehose hook. This provides us with a nice log steam to S3 workflow with very little effort. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 640cf61..34df955 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ Note: Syslog hook also support connecting to local syslog (Ex. "/dev/log" or "/v | [Bugsnag](https://github.com/Shopify/logrus-bugsnag/blob/master/bugsnag.go) | Send errors to the Bugsnag exception tracking service. | | [DeferPanic](https://github.com/deferpanic/dp-logrus) | Hook for logging to DeferPanic | | [ElasticSearch](https://github.com/sohlich/elogrus) | Hook for logging to ElasticSearch| +| [Firehose](https://github.com/beaubrewer/firehose) | Hook for logging to [Amazon Firehose](https://aws.amazon.com/kinesis/firehose/) | [Fluentd](https://github.com/evalphobia/logrus_fluent) | Hook for logging to fluentd | | [Go-Slack](https://github.com/multiplay/go-slack) | Hook for logging to [Slack](https://slack.com) | | [Graylog](https://github.com/gemnasium/logrus-graylog-hook) | Hook for logging to [Graylog](http://graylog2.org/) |