README.md in fluent-plugin-heroku-http-0.0.1 vs README.md in fluent-plugin-heroku-http-0.0.2

- old
+ new

@@ -1,8 +1,10 @@ # fluent-plugin-heroku-http [![Build Status](https://travis-ci.org/ApplauseOSS/fluent-plugin-heroku-http.svg?branch=master)](https://travis-ci.org/ApplauseOSS/fluent-plugin-heroku-http) +[![Gem Version](https://badge.fury.io/rb/fluent-plugin-heroku-http.svg)](https://badge.fury.io/rb/fluent-plugin-heroku-http) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FApplauseOSS%2Ffluent-plugin-heroku-http.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FApplauseOSS%2Ffluent-plugin-heroku-http?ref=badge_shield) This is a [fluent](https://fluentd.org) input plugin to accept Heroku HTTPS log drains. This plugin is heavily derived from hakobera/fluent-plugin-heroku-syslog @@ -30,12 +32,12 @@ ## Configuration This plugin implements HerokuHttpInput which extends the built-in HttpInput plugin to accept RFC-5424 formatted syslog messages, framed using syslog TCP -protocol octet counting framing method from RFC-6587, from [heroku syslog -drains](https://devcenter.heroku.com/articles/log-drains#syslog-drains). This +protocol octet counting framing method from RFC-6587, from [Heroku HTTPS +drains](https://devcenter.heroku.com/articles/log-drains#https-drains). This plugin support all of the `in_http` plugin configuration parameters. ### Basic configuration ``` @@ -62,5 +64,9 @@ ``` # add logdrain to heroku application $ heroku drains:add https://YOUR-FLUENTD-HOST/DESIRED-FLUENT-TAG ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FApplauseOSS%2Ffluent-plugin-heroku-http.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FApplauseOSS%2Ffluent-plugin-heroku-http?ref=badge_large)