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

Was this helpful?

Export as PDF
  1. Integrations
  2. Datadog

AWS Lambda Extension

Last updated 1 year ago

Was this helpful?

This guide goes over integrating Nimbus with the

Steps

  1. Go to the lambda that you want to forward logs from

  2. Add the following environmental variables to lambdas you want to add logs to

    DD_OBSERVABILITY_PIPELINES_WORKER_LOGS_ENABLED: true,
    DD_OBSERVABILITY_PIPELINES_WORKER_LOGS_URL: $YOUR_NIMBUS_ENDPOINT
  3. Update your lambda function

  4. That's it - you're done. Nimbus is now optimizing your logs!

Datadog Lambda Extension