Datadog Log management integration
This section describes how to integrate your Aidbox with Datadog.
Datadog offers cloud-based monitoring and analytics platform which integrates and automates infrastructure monitoring, application performance monitoring, and log management for real-time observability of customers.
Datadog logging
Please, do not use these settings withAIDBOX_ES_URL
(Elastic Logs and Monitoring) enabled. These are two alternative approaches for log management.
To enable Aidbox logs uploading into Datadog, you need to set AIDBOX_DD_API_KEY
environment variable.
By default, Aidbox sends logs as bundles of multiple records so if there's not enough data you won't see any logs in Datadog. For testing purposes reduce bundle size to 1 record by setting environment variable:
AIDBOX_DD_BATCH_SIZE=1
Last updated