Sha256: 18d47773f268b26b0a7182e3bd97942da167dbb3cbb7f6fa48084be42a3d3a5b

Contents?: true

Size: 771 Bytes

Versions: 2

Compression:

Stored size: 771 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 25
  severity debug
  program fluentd
</match>
```

This plugin makes use of [Fluent::Mixin::PlainTextFormatter](https://github.com/tagomoris/fluent-mixin-plaintextformatter), please check out its documentation for more configuration options.

## License

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-remote_syslog-0.2.1 README.md
fluent-plugin-remote_syslog-0.2.0 README.md