Skip to content

aperigault/fluent-plugin-remote_syslog

 
 

Repository files navigation

fluent-plugin-remote_syslog

Build Status

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)

Installation

 fluent-gem install fluent-plugin-remote_syslog

Usage

<match foo>
  type remote_syslog
  host example.com
  port 514
  severity debug
  tag fluentd
</match>

This plugin makes use of Fluent::Mixin::PlainTextFormatter and Fluent::Mixin::RewriteTagName, please check out their documentations for more configuration options.

License

Copyright (c) 2014-2015 Richard Lee. See LICENSE for details.

About

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%