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

fluent-plugin-loomsystems

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-loomsystems

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fluentd output plugin for loomsystems.com.

Link to the loomsystems.com documentation

It mainly contains a proper JSON formatter and a socket handler that streams logs directly to loomsystems.com - so no need to use a log shipper if you don't wan't to.

Pre-requirements

To add the plugin to your fluentd agent, use the following command:

gem install fluent-plugin-loomsystems

Usage

Configure the output plugin

To match events and send them to loomsystems.com, simply add the following code to your configuration file.

TCP example

 
####
## Output descriptions:
## the out_loomsystems output plugin enabling the transfer
## of fluentd events trough a secured ssl tcp connection.
## Configuration: match events tagged with "loomsystems.**" and
## send them to loomsystems.com
##

<match loomsystems.**>
  @type loomsystems
  host <your_loomsystems_platorm_address>
</match>

After a restart of FluentD, any child events tagged with loomsystems are shipped to your plateform.

fluent-plugin-loomsystems properties

As fluent-plugin-loomsystems is an output_buffer, you can set all output_buffer properties like it's describe in the fluentd documentation.

Addisinal custom properties:

PropertyDescriptionDefault value
hostThe matched events tagged with "loomsystems.**" will be sent to your host at loomsystems.com*requierd
use_sslIf true, opens a secured TCP connection to loomsystems.com, and non secured otherwise.true
max_retriesThe number of retries before the output plugin stops. Set to -1 for unlimited retries-1 

FAQs

Package last updated on 14 Sep 2017

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