Skip to main content

Syslog

Syslog Connector can receive logs from various devices and log sources via UDP connection on port 514 of the Adapter

Pre-requisites
  • Ensure that port 514UDP is open and is not occupied by some other services to enable forwarding of log events.
  • Log in to the server as the root user.
  • Install syslog package, if you haven’t installed it using the below command:
apt-get install rsyslog
  • Edit rsyslog configuration with vim /etc/rsyslog.d/50-default.conf and paste following line below
*.* @DNIF-Adapter-IP:514
  • Save the syslog configuration file.
  • Restart the rsyslog service using the below command
/etc/init.d/rsyslog restart
Configurations

The following are the configurations to forward Syslog Connector logs to DNIF.‌

image 1-2

Field NameDescription
Connector NameEnter a name for the connector
Connector TypeEnter Syslog connector
Listener PortEnter the port number at which you want to start the connector
Number of ProcessesNumber of processes to run for the connector
  • Click Save after entering all the required details and click Test Connection, to test the configuration.
  • Connection successful message will be displayed on screen along with the time stamp.