/
Using Existing Datadog Agent Install on Kubernetes

Using Existing Datadog Agent Install on Kubernetes

If you have an existing datadog agent, then you can use the same agent to send your data streams to the Kloudfuse platform.

Streaming to Kloudfuse in addition to Datadog

Datadog Agent supports dual shipping. To send the data to Kloudfuse in addition to the Datadog, add the following in the datadog agent helm values.

(Note the change for each stream as needed).

Under the agents.customAgentConfig key:

additional_endpoints: "http://<kfuse-ingress-external-ip>/ingester": - <api_key> use_v2_api: series: true logs_config: ... use_v2_api: false additional_endpoints: - api_key: <api_key> Host: <kfuse-ingress-external-ip> Port: 443 use_compression: true apm_config: ... additional_endpoints: "https://kfuse-ingress-external-ip>/ingester": - <api_key> process_config: ... additional_endpoints: "https://kfuse-ingress-external-ip>": - <api_key> orchestrator_explorer: ... orchestrator_additional_endpoints: "https://kfuse-ingress-external-ip>/ingester": - <api_key> manifest_collection: enabled: false metadata_providers: - name: host interval: 300

Under the clusterAgent.datadog_cluster_yaml key:

additional_endpoints: "http://<kfuse-ingress-external-ip>/ingester": - <api_key> use_v2_api: series: true process_config: ... additional_endpoints: "https://kfuse-ingress-external-ip>": - <api_key> orchestrator_explorer: ... additional_endpoints: "https://kfuse-ingress-external-ip>": - <api_key>

 

Related content

Datadog Agent setup for Kubernetes
Datadog Agent setup for Kubernetes
More like this
Traces Integrations for Datadog, OpenTelemetry, and Elastic APM Agent
Traces Integrations for Datadog, OpenTelemetry, and Elastic APM Agent
More like this
Datadog Agent setup on EC2 instance
Datadog Agent setup on EC2 instance
Read with this
Datadog Agent Installation using Docker-Compose
Datadog Agent Installation using Docker-Compose
More like this
AWS CloudWatch Metrics, Logs, and Events
AWS CloudWatch Metrics, Logs, and Events
Read with this
AWS Lambda Integration with Kloudfuse
AWS Lambda Integration with Kloudfuse
More like this