IBM Instana (via OTel)
Last updated
Was this helpful?
This guide explains how to forward logs from Apica Ascent / Flow to IBM Instana using the OpenTelemetry (OTLP) Logs Forwarder over HTTPS.
The OpenTelemetry Logs Forwarder converts logs ingested into Apica into OTLP-compliant log data and forwards them to Instana.
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 an IBM Instana account
You have a valid Instana agent key
You know your Instana backend region
Instana supports OTLP/HTTP ingestion directly into its SaaS backend.
Endpoint format
https://otlp-<COLOR>-saas.instana.io:4318/v1/logsExample
https://otlp-blue-saas.instana.io:4318/v1/logsInstana requires the agent key to be sent as a custom HTTP header.
Required header
Instana also requires host identity metadata.
This can be provided using either:
HTTP header:
OR
OpenTelemetry resource attribute:
Endpoint
Headers
Output Format
Use Explore → Map Forwarder to attach the Instana OTLP logs forwarder to the desired applications or namespaces.
Last updated
Was this helpful?
Was this helpful?
x-instana-key: <INSTANA_AGENT_KEY>x-instana-host: <HOST_ID>host.idhttps://otlp-blue-saas.instana.io:4318/v1/logsx-instana-key=<INSTANA_AGENT_KEY>proto