LogoLogo
  • Overview
    • Introduction
    • Getting Started
    • Nimbus Hub
    • Log Optimization
      • Reduce Optimizations
      • Lint Optimizations
    • Working with NTL
      • Working with Transforms
    • Working with Aggregated Logs
    • Examples
    • Concepts
    • FAQ
    • Architecture
  • Additional Features
    • Configuration Overrides
    • Pause All
    • Error Detection
    • Private Link
  • Integrations
    • Datadog
      • AWS Lambda Extension
      • AWS Lambda Forwarder
      • DD Agent
      • DD Log Forwarding Destination
      • Heroku
      • Journald
      • OpenTelemetry
  • Resources
    • Nimbus Attributes
    • Changelog
    • SLA
    • Bug Bounty
    • Support
  • Preview Features
    • Metric Optimization
    • Datadog CLI
Powered by GitBook
On this page
  • 1. Connect your Datadog Account
  • 2. Connect your Logs

Was this helpful?

Export as PDF
  1. Overview

Getting Started

Last updated 1 year ago

Was this helpful?

This guide walks you through using Nimbus to forward and optimize your log traffic from datadog. This assumes you're sending logs using the datadog agent. If that's not the case, see for documentation for other sources.

1. Connect your Datadog Account

  1. Click on Sinks in the left navbar and click Add Sink and select Datadog

Add Datadog Sink
  1. Enter your datadog site and a valid API key:

  • you can find what site you're on by matching your datadog URL to the following table

  • you can either use an existing api key or create a new one in Organizational Settings > API Keys

2. Connect your Logs

Start by adding the following configuration to your datadog config

observability_pipelines_worker:
  logs:
    enabled: true
    url: "https://YOUR_NIMBUS_ENDPOINT"

NOTE: YOUR_NIMBUS_ENDPOINT is an URL that is generated for you when you first create an account

Optionally, you can configure the endpoint using the following environmental variables. This is useful when you're running the datadog agent in kubernetes like environments and don't have easy access to the raw configuration.

DD_OBSERVABILITY_PIPELINES_WORKER_LOGS_ENABLED=true 
DD_OBSERVABILITY_PIPELINES_WORKER_LOGS_URL="https://YOUR_NIMBUS_ENDPOINT"

Update your datadog agent to run with the new configuration. Congratulations - you're now forwarding log traffic with Nimbus!

Datadog Site Table

This sections walks through adding Nimbus via the datadog agent. If you are using a different integration, see for integration specific instructions.

At this point, Nimbus will start analyzing your traffic. It can take up to 24h for initial results to show up if this is your first time integrating. So go grab some coffee and go on with your day. We'll send you an email when the findings are ready for you to review in the .

datadog integrations
hub
integrations