No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
nats plugin for fluentd, an event collector
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.9.2

Runtime

>= 0.12.10
< 2, >= 0.14.20
>= 0.4.22
 Project Readme

fluent-plugin-nats

NATS plugin for fluentd Event Collector

Build Status

Requirements

fluent-plugin-nats Fluentd Ruby
>= 1.0.0 >= v0.14.20 >= 2.1
< 1.0.0 >= v0.12.0 >= 1.9

Getting Started

Setup the NATS input:

  <source>
    @type nats
    tag nats
    host localhost
    port 4222
    user nats
    password nats
    queues fluent.>,fluent2.>
    ssl false
  </source>

Setup the match output:

  <match nats.fluent.**>
    @type stdout
  </match>

Configuration

Plugin helpers

  • thread

  • See also: Fluent::Plugin::Input

Fluent::Plugin::NATSInput

  • host (string) (optional): NATS server hostname
    • Default value: localhost
  • user (string) (optional): Username for authorized connection
    • Default value: nats
  • password (string) (optional): Password for authorized connection
    • Default value: nats
  • port (integer) (optional): NATS server port
    • Default value: 4222
  • queues (array) (optional): Subscribing queue names
    • Default value: ["fluent.>"]
  • queue (string) (optional):
    • Default value: fluent.>
    • Obsoleted: Use queues instead
  • tag (string) (optional): The tag prepend before queue name
    • Default value: nats
  • ssl (bool) (optional): Enable secure SSL/TLS connection
    • Default value: false
  • max_reconnect_attempts (integer) (optional): The max number of reconnect tries
    • Default value: 150
  • reconnect_time_wait (integer) (optional): The number of seconds to wait between reconnect tries
    • Default value: 2

Suitable Queues

Components

  • dea.>
  • cloudcontrollers.>
  • router.>
  • cloudcontroller.>
  • vcap.>
  • droplet.>
  • healthmanager.>

Services

  • FilesystemaaS.>
  • AtmosaaS.>
  • MongoaaS.>
  • MyaaS.>
  • Neo4jaaS.>
  • AuaaS.>
  • RMQaaS.>
  • RaaS.>