Sumo Logic Forwarder (via OTel)
This guide explains how to forward logs from Apica Ascent / Flow to Sumo Logic using the OpenTelemetry (OTLP) Logs Forwarder over HTTPS.
Sumo Logic supports OTLP over HTTP ingestion for logs through an OTLP/HTTP Source that you create in the Sumo Logic UI. Apica’s OpenTelemetry Logs Forwarder can send logs directly to this endpoint without deploying an intermediate OpenTelemetry Collector.
Prerequisites
Before configuring the forwarder, ensure the following:
Logs are already being ingested into Apica Ascent
You have access to the Ascent UI with permissions to create forwarders
You have a Sumo Logic account
You can create or modify Hosted Collectors and Sources in Sumo Logic
How Sumo Logic Ingests OpenTelemetry Logs
Sumo Logic ingests OpenTelemetry data using OTLP/HTTP Sources that are attached to a Hosted Collector.
Key points:
You must create an OTLP/HTTP Source in Sumo Logic
Sumo Logic generates a unique source URL
OpenTelemetry clients send data to this URL using signal-specific paths:
/v1/logsfor logs/v1/metricsfor metrics/v1/tracesfor traces
Authentication is handled by the source URL itself (no API token header is required)
Important You cannot use a generic or static Sumo Logic OTLP endpoint. The generated OTLP/HTTP Source URL is required to associate data with your account.
Create an OTLP/HTTP Source in Sumo Logic
Log in to Sumo Logic
Navigate to Manage Data → Collection
Select an existing Hosted Collector (or create one)
Click Add Source
Choose OTLP/HTTP
Enter a Name (for example,
Apica OTLP Logs)(Optional) Set metadata such as Source Category
Click Save
After saving, click Show URL to copy the OTLP/HTTP Source base URL.
This URL will look similar to:
Configure the OpenTelemetry Logs Forwarder in Apica
In the Ascent UI, create a new forwarder:
Navigate to Forwarders
Select Create Forwarder
Choose OpenTelemetry Logs
Forwarder Configuration
Required Fields
Name
sumologic-otlp-logs
Endpoint
<OTLP_HTTP_SOURCE_URL>/v1/logs
Headers
(none required)
Output Format
proto
Example Endpoint
Notes
Do not omit
/v1/logsDo not add authentication headers
Use
protofor optimal compatibility and performance
Map the Forwarder to Log Sources
Creating the forwarder does not automatically forward logs.
To enable forwarding:
Go to Explore
Select the application or namespace receiving logs
Open the Actions (⋯) menu
Select Map Forwarder
Choose
sumologic-otlp-logsSave
Only mapped sources will send logs to Sumo Logic.
Last updated
Was this helpful?