No commit activity in last 3 years
No release in over 3 years
fluent plugin to drain heroku syslog
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
~> 3.0.2

Runtime

>= 0.10.55
 Project Readme

fluent-plugin-heroku-syslog

fluent plugin to drain heroku syslog.

Build Status

Installation

Install with gem or fluent-gem command as:

# for fluentd
$ gem install fluent-plugin-heroku-syslog

# for td-agent
$ sudo /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-heroku-syslog

Component

HerokuSyslogInput

Plugin to accept syslog input from heroku syslog drains.

Configuration

<source>
  type heroku_syslog
  port 5140
  bind 0.0.0.0
  tag  heroku
</source>

HerokuSyslogHttpInput

Plugin to accept syslog input from heroku http(s) drains.

Configuration

Basic
<source>
  type heroku_syslog_http
  port 9880
  bind 0.0.0.0
  tag  heroku
</source>
Filter by drain_ids
<source>
  type heroku_syslog_http
  port 9880
  bind 0.0.0.0
  tag  heroku
  drain_ids ["YOUR-HEROKU-DRAIN-ID"]
</source>

Copyright

  • Copyright
    • Copyright(C) 2014- Kazuyuki Honda (hakobera)
  • License
    • Apache License, Version 2.0