Parseable

Cribl Integration

Configure Parseable as a destination in Cribl Stream using OpenTelemetry


This guide explains how to add Parseable as a destination in Cribl Stream to forward your telemetry data.

Prerequisites

  • A running Cribl Stream instance
  • Parseable Cloud account
  • Your Parseable ingestor endpoint URL (obtain this from your Parseable Cloud dashboard)

Adding Parseable as a Destination

To add a destination, you can use either QuickConnect or Routes. Here's how to use QuickConnect:

Using QuickConnect

  1. If on a Distributed deployment, select Worker Groups in the sidebar and choose a Worker Group.
  2. Navigate to Routing > QuickConnect.
  3. Select Add Destination and choose OpenTelemetry from the list.

Set up new QuickConnect Destination

Configure General Settings

Select OpenTelemetry destination

After selecting OpenTelemetry as your destination, configure the following settings:

Cribl OpenTelemetry General Settings

SettingValue
Output IDA unique identifier for this destination (e.g., Cribl-telemetry)
DescriptionA description for this destination (e.g., telemetry from cribl to parseable)
OTLP version0.10.0
ProtocolHTTP
EndpointYour Parseable ingestor URL (e.g., https://<your-instance>-ingestor.workspace-staging.parseable.com) - make sure to use the correct ingestor URL for your environment without any trailing slash in the end

Configure Advanced Settings

Navigate to Advanced Settings to configure additional options:

Cribl Advanced Settings

SettingRecommended Value
Validate server certsEnabled
Keep aliveEnabled
CompressionGzip
Request timeout30
Request concurrency5
Body size limit (KB)4096
Flush period (sec)1

Configure Extra HTTP Headers

Add the following HTTP headers to route data to the correct Parseable stream:

Field NameField Value
X-P-Log-Sourceotel-metrics, otel-logs, otel-traces (or your preferred log source)
X-P-StreamYour target stream name (e.g., cribl-telemetry-new)

Authentication

Parseable instance requires authentication, navigate to the Authentication tab and configure your credentials:

  • For Parseable Cloud, use your Login credentials

Cribl Authentication

Save and Test

  1. Click Save to save your destination configuration.
  2. Use the Test tab to verify connectivity to your Parseable instance. Test Connection
  3. Check the Live Data tab to monitor incoming data.

Was this page helpful?

On this page