Skip to content

Panther SIEM Integration


Panther Architecture

Send Logs to Panther SIEM

This guide walks you through connecting Realm to Panther as a destination. Realm forwards your log data to Panther using an HTTP log source, where Panther ingests, parses, and makes the data available for detection and investigation.

Note: If you prefer not to use an HTTP source — for example, for high-volume sources where the 1 MB payload limit may be a concern — Panther also supports ingestion via AWS S3 and Google Cloud Storage. In that case, configure an AWS S3 or GCS destination in Realm instead of the HTTP destination described below.


1. Create an HTTP Log Source in Panther

  1. Log in to the Panther Console.

  2. In the left-hand navigation bar, click Configure > Log Sources.

    Panther sidebar navigation to Log Sources

  3. In the upper-right corner, click Create New.

  4. Click the HTTP tile.

    Create a new HTTP log source

  5. In the Basic Information section, enter a Source Name (e.g., Realm.Security).

  6. Optionally select one or more Schemas for the log types this source will ingest. You can also attach schemas after creation.

  7. In the Select Authentication Type section, choose Bearer from the Auth method dropdown.

  8. Enter a Bearer Token value.

    Important: Store this token value securely — it will not be visible in the Panther Console after setup.

    HTTP log source configuration options

  9. Click Setup.

  10. On the success screen, copy the HTTP Source URL — Realm will send POST requests to this endpoint. Endpoint creation may take a few minutes.


2. Configure the Panther Destination in Realm

  1. Navigate to the Destinations page in Realm and create a new destination for Panther.

  2. Add a new Output Feed and configure the following fields:

    Name: Panther
    Method: HTTP
    Endpoint: <your Panther HTTP Source URL>
    Bearer Token: <your Panther Bearer Token>
    Compression: GZIP or ZSTD

  3. Choose your preferred Compression format — Panther supports both GZIP and ZSTD compressed payloads.

  4. Save the Output Feed. Realm will begin forwarding log data to your Panther HTTP source.

Note: For more information on Panther HTTP sources, refer to the Panther HTTP Source documentation.