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

fluent-plugin-remote-syslog

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-remote-syslog

  • 1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

fluent-plugin-remote-syslog

fluentd plugin for streaming logs out to a remote syslog server or syslog SaaS service (like Papertrail)

#Available Plugins:

  • out_syslog: registers itself as "syslog", and is the non-buffered implementation, communicating through UDP
  • out_syslog_buffered: registers itself as "syslog_buffered", and is the buffered implementation, communicating through TCP

#Plugin Settings: Both plugins have the same configuration options:

  • remote_syslog: fqdn or ip of the remote syslog instance
  • port: the port, where the remote syslog instance is listening
  • hostname: hostname to be set for syslog messages
  • remove_tag_prefix: remove tag prefix for tag placeholder.
  • tag_key: use the field specified in tag_key from record to set the syslog key
  • facility: Syslog log facility
  • severity: Syslog log severity
  • use_record: Use severity and facility from record if available
  • payload_key: Use the field specified in payload_key from record to set payload

#Configuration example:

<match site.*>
  type syslog_buffered
  remote_syslog your.syslog.host
  port 25
  hostname ${hostname}
  facility local0
  severity debug
</match>

Contributors:

  • Andrea Spoldi
  • deathowl

FAQs

Package last updated on 07 Jul 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