1.0 Introduction
This article describes how to integrate and use LogRhythm as a Syslog server with Fortanix-Data-Security-Manager (DSM).
2.0 Configure Syslog Server
You can configure Fortanix DSM to send audit log entries to the Syslog server.
Perform the following steps to configure logging events to the Syslog:
In the Custom Log Management Integrations section, click ADD INTEGRATION for Syslog.
On the Syslog Log Management Integration form:
Host: Enter the hostname or IP address of your Syslog server.
Enable TLS: Select this check box to communicate with the Syslog server over a secure connection using TLS.
Host validation: The Validate host option, if selected, ensures that the hostname or IP address you entered matches the hostname on the server certificate, verifying that the connection is securely directed to the intended server.
Validate certificate: You can connect to the Syslog server over a non-secure connection or a secure TLS connection.
Global Root CAs: Use this certificate if you are using a certificate that is signed by a well-known public Certificate Authority (CA).
Custom CA Certificate: Use this certificate if you, as an enterprise, want to self-sign the certificate using your own internal CA.
Click UPLOAD A FILE to upload the CA certificate. When Fortanix DSM, as a client, connects to the Splunk server and is presented with the server’s certificate, it validates the connection using the enrolled custom CA Certificate.
Port (TCP): Enter the port number for the Syslog service. The default is port 514, or if you are using a different port, update the port number accordingly.
Facility: When you log an event in Syslog, you can choose to log it in different facilities. Use this setting to filter logs by a specific facility, such as User, Local0, Local1, and others that are well-defined in the Syslog protocol. For example, configure Fortanix DSM to use the Local0 facility to easily filter logs from a specific appliance.
Use FQDN hostname: This check box is selected by default. When enabled, the DSM cluster’s FQDN is used as the hostname in Syslog log entries, enabling identification of the source cluster in multi-cluster environments.
.png?sv=2026-02-06&spr=https&st=2026-06-03T06%3A56%3A44Z&se=2026-06-03T07%3A09%3A44Z&sr=c&sp=r&sig=C9Eeg34fHKhKE1uu4jAThH%2FIS%2B5qFv1zpUZzpNxT0Uc%3D)
Figure 1: Syslog integration form
Click SAVE to add the Syslog integration.
3.0 Install Open Collector
To install the Open Collector on the Linux host:
Run the following command to install Wget:
sudo yum install -y wgetRun the following command to download the Open Collector Control script:
wget https://raw.githubusercontent.com/logrhythm/versions/master/lrctlRun the following command to change the permissions:
chmod +x lrctlRun the following command to initialize the Open Collector and start all the components:
sudo yum erase podman buildahRun the following command to install the Docker-Community Edition (CE):
./lrctl initIf there is no Docker CE, install it from the following website:
Run the following command to start the Metrics service:
./lrctl metrics startRun the following command to start the Open Collector:
./lrctl open-collector start
4.0 Validate the Installation
Run the following command to validate that the services are running:
./lrctl open-collector status ./lrctl metrics status ./lrctl <beat name> statusView the metrics in Grafana.
http://<opencollectorip>:3000In Grafana, go to Open Collector, and then Open Collector Overview.
The default Open Collector Overview dashboard has three columns. Each column includes a “Messages Per Second” and a “Counters (total)” graph. The “Pipelines” and “Output” columns also have “Errors” graphs.
Left column: Input - a Beat is successfully sending logs to the Open Collector.
Middle column: Pipelines - the logs are matching our Microsoft Defender for Identity (MDI).
Right column: Output - the logs are successfully sent to the System Monitor Agent.
If data is flowing through the Open Collector, the graphs will be populated with data regarding total counts and the Mathematical Programming System (MPS) for various parts of the pipeline. Each graph has an information icon in the top-left corner. Point to this icon for a description of what each graph displays.
The graph shows the heartbeat_pipe Message Received, indicating the Syslog messages.

Figure 2: Open collector overview