Syslog
  • 12 Feb 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Syslog

  • Dark
    Light

Article Summary

Overview

This adapter allows you to operate the adapter as a Syslog endpoint, either via TCP or UDP.

Configurations

Adapter Type: syslog

  • client_options: common configuration for adapter as defined here.
  • port: port to listen for syslog from.
  • iface: the interface name to listen for new connections/packets from, defaults to all.
  • is_udp: if true, listen over UDP instead of TCP.
  • ssl_cert: path to a file with the SSL cert to use to receive logs over TCP.
  • ssl_key: path to a file with the SSL key to use to receive logs over TCP.

API Doc

None


Was this article helpful?