Chronosphere Onboarding Guide

Forward logs directly to Panther using Chronosphere Telemetry Pipeline

Overview

Chronosphere Telemetry Pipeline is a flexible telemetry pipeline that can stream logs from a variety of sources to an HTTP Source in Panther.

While this guide only explains how to configure Chronosphere Telemetry Pipeline with a Panther HTTP Source, it is also possible to stream logs to an S3 Source in Panther. If you would like to stream logs to an S3 Source, use the Amazon S3 destination plugin in Chronosphere Telemetry Pipeline.

How to route logs to Panther using Chronosphere Telemetry Pipeline

Prerequisite

Step 1 (Optional): Decide where to filter and/or transform logs

If your raw logs need to be filtered out or transformed in some way, those actions can happen in Chronosphere or Panther.

In the Chronosphere Telemetry Pipeline web interface, you can filter or transform logs by:

If you'd like to use these tools in Chronosphere, you will configure them in Step 3, below.

In Panther, you can filter or transform logs by:

If you'd like to use a parser or transformations in Panther, create a custom log schema now. If you'd like to use ingestion filters in Panther, you'll configure them in Step 2, below.

Step 2: Create an HTTP source in Panther

  1. Follow Panther's instructions for configuring an HTTP Source.

  2. If you'd like to use ingestion filters, follow one of the instructions sets below:

Step 3: Configure Chronosphere Telemetry Pipeline to forward to the HTTP endpoint

  1. In the Chronosphere Telemetry Pipeline web interface, navigate to your Core Instance.

    1. In the Add or Edit Source slide-out panel, select a source tile.

    2. Configure the source as desired, then click Save.

    1. Under General, set the following fields:

      1. Host: Enter the HTTP Source URL you generated in Panther in Step 2.

      2. Port: Enter 443.

      3. URI: Enter the end of the HTTP Source URL you generated in Panther in Step 2, starting with /http/.

    2. Under Advanced, add a Key/Value pair under Headers.

      • Key: Enter the Shared Secret key you entered in Panther in Step 2.

    3. Click Save.

  2. (Optional) Add processing rules to your pipeline by following the Chronosphere Add processing rules to your pipeline documentation.

  3. Configure your log sources to route to the endpoint or port defined by the pipeline’s source(s).

Last updated