node-red-contrib-syslog

1.1.0 • Public • Published

node-red-contrib-syslog

This node will format msg.payload as a valid syslog message which can be sent to a syslog server via a UDP or TCP node.

msg.payload should be the message you want to send as a string. The message level, category, process, pid and hostname can be set within the node properties.

You can also set the properties dynamically by passing a msg.syslog object:

  • msg.syslog.level (0-7)
  • msg.syslog.category (0-23)
  • msg.syslog.process
  • msg.syslog.pid
  • msg.syslog.hostname
  • msg.syslog.time

This node will also parse incoming syslog formatted messages. It would typically come from an UDP input node set to output a Buffer. The msg.payload will contain the main message and the parsed properties will be available in the msg.syslog object.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    15
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    15
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i node-red-contrib-syslog

Weekly Downloads

15

Version

1.1.0

License

Apache-2.0

Last publish

Collaborators

  • natcl