Sha256: de072bcccf0e3b3bf4818e0c012a8fbd060e6346391d204bffe305957ce0e00c

Contents?: true

Size: 868 Bytes

Versions: 17

Compression:

Stored size: 868 Bytes

Contents

# fluent-plugin-remote_syslog

[![Build Status](https://travis-ci.org/dlackty/fluent-plugin-remote_syslog.svg?branch=master)](https://travis-ci.org/dlackty/fluent-plugin-remote_syslog)

[Fluentd](http://fluentd.org) plugin for output to remote syslog serivce (e.g. [Papertrail](http://papertrailapp.com/))

## Installation

```bash
 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](https://github.com/tagomoris/fluent-mixin-plaintextformatter) and [Fluent::Mixin::RewriteTagName](https://github.com/y-ken/fluent-mixin-rewrite-tag-name), please check out their documentations for more configuration options.

## License

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

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
fluent-plugin-remote_syslog_tcp-0.3.9.95 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.9 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.7 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.6 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.5 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.4 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.3 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.2 README.md
fluent-plugin-remote_syslog_tcp-0.3.9.1 README.md
fluent-plugin-remote_syslog_tcp-0.3.9 README.md
fluent-plugin-remote_syslog_tcp-0.3.8 README.md
fluent-plugin-remote_syslog_tcp-0.3.7 README.md
fluent-plugin-remote_syslog_tcp-0.3.6 README.md
fluent-plugin-remote_syslog_tcp-0.3.5 README.md
fluent-plugin-remote_syslog_tcp-0.3.4 README.md
fluent-plugin-remote_syslog_tcp-0.3.3 README.md
fluent-plugin-remote_syslog-0.3.3 README.md