Verify that trace data is transmitting from endpoints to EDR Telemetry Store

Prev Next

After you complete the Trellix ePO configuration, verify the end-to-end data flow to confirm that endpoints are successfully sending trace data to the EDR Telemetry Store.

Verify data flow in DXL fabric

  1. In Trellix ePO, navigate to MenuSystemsData Exchange Layer Fabric.

  2. Select an active DXL Broker that has connected endpoints that run Trellix EDR with Forensics.

  3. Click the Extensions tab.

  4. Locate the Last Message Time and Messages Processed columns.

  5. Click Refresh and verify that the Messages Processed count increases.

    An increase in the count confirms that trace data flows from the endpoints to the EDR Telemetry Store.

Verify endpoint communication in ePO

Check the endpoint's product properties in Trellix ePO to verify that it is actively sending trace data to the ePO Broker.

  1. In Trellix ePO, navigate to the System Tree.

  2. Select an endpoint where Trellix EDR with Forensics is installed.

  3. Click the Products tab and select Trellix EDR with Forensics.

  4. In the properties list, find Last Trace Communication.

  5. Verify that the date and time are recent, which confirms the endpoint is successfully delivering its trace data.

Verify data ingestion on the EDR Telemetry Store

  1. Connect to the EDR Telemetry Store and enter configuration mode. Enter the password when prompted after each command.

    ssh admin@<EDR Telemetry Store_IP_address>
    enable
  2. Run the following command to view the EDR Telemetry Store statistics.

    show opensearch stats
  3. From the OpenSearch Statistics menu that appears, type 4 and press Enter to select Indices.

  4. Verify the document count: In the output table, find the index named edrf-traces-000001 and check the value in the docs.count column. This number should increase over time, confirming that new trace data is being ingested.

4-VerifyLogs.png