Offloading analytics data
Configure DataPower Interact Gateway as a Service to offload telemetry data to external systems that can be used with other analytics solutions to view and manage the data.
To configure the telemetry data offload, you must be assigned the following permissions in
the provider organization.
- api-analytics:view
- api-analytics:manage
Supported exporters
The following exporters are available for offloading telemetry data:
- Splunk HEC Exporter
- AWS X-Ray Exporter
- Langfuse Exporter
- AWS S3 Exporter
- Instana Exporter
Configuration workflow
Configuring an exporter involves the following steps:
- Create a Kubernetes secret containing the credentials and configuration for the target system.
- Update the collector deployment to inject the secret as environment variables.
- Update the collector ConfigMap to add the exporter configuration and service pipelines.
- Restart the collector deployment to apply the changes.
Prerequisites
- Access to the Kubernetes cluster where DataPower Interact Gateway is deployed.
- The kubectl command-line tool configured to communicate with your cluster.
- Appropriate credentials and endpoints for the target observability platform.
- Permissions to create secrets, edit deployments, and modify ConfigMaps in the target namespace.