Sha256: 26cdeeaa61286c9a01d8b8c7c5ca27f201e5c3a2f2b0398a7e2a6f7306b9995d

Contents?: true

Size: 798 Bytes

Versions: 2

Compression:

Stored size: 798 Bytes

Contents

Loggly plugin for Fluentd
=============
With fluent-plugin-loggly you will be able to use the service loggly.com as output for you fluentd logs.

# Getting Started
* Install fluentd http://fluentd.org
* gem install fluent-plugin-loggly
* Make sure you have an account at loggly.com.
* Create a input.
* Choose service type: HTTP
* JSON logging: true
* Get the url that could by used to do HTTPS POST (this will be used for configuration of the plugin).
  It should be something like https://logs.loggly.com/inputs/xxx-xxxx-xxxx-xxxxx-xxxxxxxxxx

## Parameters
**loggly_url** the url to your loggly input (string)  

Setup the loggly output:

~~~~~
    <match your_match>
      type loggly
      loggly_url https://logs.loggly.com/inputs/xxx-xxxx-xxxx-xxxxx-xxxxxxxxxx
    </source>
~~~~~

# TODO
?

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-loggly-0.0.2 README.md
fluent-plugin-loggly-0.0.1 README.md