Register the EDR Telemetry Store server in ePO

Prev Next

Configure the new registered server to enable communication between the DXL Broker and the EDR Telemetry Store virtual appliance.

Note

If you have upgraded to EDRF extension 2.1.2 or later and DXL Broker extension 6.1.3 or later, you must create a new registered server instance to replace the one deleted during the upgrade.

  1. In Trellix ePO, navigate to MenuConfigurationRegistered Servers.

  2. Click New Server.

  3. From the Server type drop-down list, select EDR Telemetry Store.

  4. Enter a logical name for the server, add any optional notes, and click Next.

  5. Configure the connection details:

    • Server name: Enter the full URL of the EDR Telemetry Store.

      For example: https://<IP_address> or https://ingestion.company.com

      Important

      Do not create multiple registered servers with the same URL. Duplicate configurations conflict and prevent data ingestion.

    • Port: 9200

  6. In the Certificate field, paste the EDR Telemetry Store server certificate.

    To get the EDR Telemetry Store certificate:

    1. Connect to the EDR Telemetry Store via SSH.

      ssh admin@<IP_address>
    2. Run the following commands:

      enable
      show certificates opensearch
    3. From the output, copy the entire certificate block.

      Important

      You must include the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.

  7. (Optional) Select the Enable Compression between DXL Broker and Data Store checkbox.

    Note

    This enables compression between the DXL Broker and the EDR Telemetry Store. Enable this setting only if you have high bandwidth constraints, as it adds additional load to the DXL Broker.

  8. Select Enabling it in hybrid setups may disrupt trace data flow to EDR Cloud. It is only for private, on-premise Data Store servers.

    Note

    This approves the configuration of DXL Brokers to redirect trace data to your on-premise EDR Telemetry Store.

  9. Click Save.

    The configuration is saved and automatically published to the connected DXL Brokers.

    create_reg-servers.png

If you use a custom certificate for Trellix ePO console, mTLS connections can fail. For more information, see How do I update the OpenSearch truststore for custom ePO certificates.

Configure DXL Topology

  1. Select MenuServer SettingsDXL Topolgy.

  2. Click Edit.

  3. Under Broker Extensions, ensure that the Forward events to [Your-EDR Telemetry Store-Server-Name] checkbox is selected.

    This option is selected by default.

    Important

    Select the EDR Telemetry Store cluster designated to receive trace data. EDRF supports forwarding trace data to a single active cluster.

  4. Click Save.

dxl_topology.png