Documentation Index

Fetch the complete documentation index at: https://support.fortanix.com/llms.txt

Use this file to discover all available pages before exploring further.

Fortanix DSM with LogRhythm

Prev Next

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:

  1. In the Custom Log Management Integrations section, click ADD INTEGRATION for Syslog.

  2. 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.

    Figure 1: Syslog integration form

  3. Click SAVE to add the Syslog integration.

3.0 Install Open Collector

To install the Open Collector on the Linux host:

  1. Run the following command to install Wget:

    sudo yum install -y wget
  2. Run the following command to download the Open Collector Control script:

    wget https://raw.githubusercontent.com/logrhythm/versions/master/lrctl
  3. Run the following command to change the permissions:

    chmod +x lrctl
  4. Run the following command to initialize the Open Collector and start all the components:

    sudo yum erase podman buildah
  5. Run the following command to install the Docker-Community Edition (CE):

    ./lrctl init

    If there is no Docker CE, install it from the following website:

    https://docs.docker.com/engine/install/rhel/ 

  6. Run the following command to start the Metrics service:

    ./lrctl metrics start
  7. Run the following command to start the Open Collector:

    ./lrctl open-collector start

4.0 Validate the Installation

  1. Run the following command to validate that the services are running:

    ./lrctl open-collector status
    ./lrctl metrics status
    ./lrctl <beat name> status
  2. View the metrics in Grafana.
    http://<opencollectorip>:3000

  3. In Grafana, go to Open Collector, and then Open Collector Overview.

    1. 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.

    2. Left column: Input - a Beat is successfully sending logs to the Open Collector.

    3. Middle column: Pipelines - the logs are matching our Microsoft Defender for Identity (MDI).

    4. 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.

OpenCollector.png

Figure 2: Open collector overview

Fortanix-logo

4.6

star-ratings

As of August 2025