Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-diss-nats

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-diss-nats

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

fluent-plugin-nats

NATS plugin for fluentd Event Collector

Build Status

Requirements

fluent-plugin-natsFluentdRuby
>= 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.>

FAQs

Package last updated on 30 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc