Datadog Logs
Datadog is a monitoring and analytics platform for cloud-scale applications.
Installation and Setup
pip install datadog_api_client
We must initialize the loader with the Datadog API key and APP key, and we need to set up the query to extract the desired logs.
Document Loader
See a usage example.
from langchain_community.document_loaders import DatadogLogsLoader
API Reference:DatadogLogsLoader