Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 819 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 819 Bytes

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

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
    </match>

TODO

?