🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

fluent-plugin-tcp_mc

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

0.2.0
Rubygems
Version published
Maintainers
1
Created
Source

fluent-plugin-tcp_mc

Fluentd output to send to generic tcp endpoints

This plugin was based on work from the rawtcp output from Uken Games.

The plugin currently only supports JSON output and I think buffering is kinda wonky. The plugin does support multi-worker however...

Installation

RubyGems

$ gem install fluent-plugin-tcp_mc

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-tcp_mc"

And then execute:

$ bundle

Configuration

You can generate configuration template:

$ fluent-plugin-format-config output tcp_mc

You can copy and paste generated documents here.

Todo

  • Try and leverage standard formatter and helpers
  • Change to async writes
  • Test/Configure buffering
  • Support other output types (like kv)
  • Make more things configurable in general
  • Copyright(c) 2017- David Pippenger
  • License
    • Apache License, Version 2.0

Acknowledgements

Inspired by the rawtcp plugin by Uken Games

https://github.com/uken/fluent-plugin-out_rawtcp

FAQs

Package last updated on 24 Oct 2018

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