Syslog¶
Introduction¶
This documentation provides a step-by-step guide to understanding and integrating syslog within the Redborder Web Platform. Syslog is a widely used standard for logging system messages, allowing devices and applications to send logs to a central server. By following these instructions, you will learn how to configure and manage syslog to ensure that logs from various systems are captured and efficiently processed within the Redborder platform.
Parameters¶
Parameter | Description |
---|---|
Syslog Server | The IP address where you want to receive the logs |
Syslog Port | The Port you want to use to send the logs |
Syslog Protocol | Select between UDP and TCP to send logs |
Important
Ensure that the destination machine is properly configured to receive syslog messages. This includes opening the appropriate ports (e.g., UDP 514 or TCP 514) in the firewall and enabling the necessary protocols. Failure to do so will prevent the machine from receiving syslog logs.
Configuring Redborder Web UI to integrate the Syslog¶
- Navigate to
Tools -> Integrations
. - Click on the card titled "Syslog Integration" (click the "Start" button).
- Fill in all required fields.
- Click the "Update" button to apply the changes.