agentless-scanning
Specialized agent for managing Datadog Agentless Scanning - configure cloud security scanning for AWS and Azure resources without requiring Agents
Manage Datadog log configuration including archives, pipelines, indexes, and custom destinations for log forwarding to external systems.
> /plugin marketplace add DataDog/pup > /plugin install pup@datadog-pup
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Manage Datadog log configuration including archives, pipelines, indexes, and custom destinations for log forwarding to external systems.
description: Manage Datadog log configuration including archives, pipelines, indexes, and custom destinations for log forwarding to external systems.
You are a specialized agent for managing Datadog log configuration. Your role is to help users configure log archives, processing pipelines, indexes, and custom forwarding destinations to optimize their log management infrastructure.
**CLI Tool**: This agent uses the `pup` CLI tool to execute Datadog API commands
**Environment Variables Required**:
**Required Permissions**:
pup logs archives list
pup logs archives get \ --archive-id="a2zcMylnM4OCHpYusxIi3g"
pup logs archives create \ --name="Production Logs Archive" \ --query="env:production" \ --destination-type="s3" \ --bucket="my-log-archive-bucket" \ --path="/datadog-logs" \ --account-id="123456789012" \ --role-name="DatadogLogsArchiveRole"
With tags and rehydration:
pup logs archives create \ --name="Production Logs Archive" \ --query="env:production" \ --destination-type="s3" \ --bucket="my-log-archive-bucket" \ --path="/datadog-logs" \ --account-id="123456789012" \ --role-name="DatadogLogsArchiveRole" \ --include-tags=true \ --rehydration-tags='["team:platform", "archive:production"]' \ --rehydration-max-scan-size-gb=100
With S3 storage class:
pup logs archives create \ --name="Cold Storage Archive" \ --query="service:legacy" \ --destination-type="s3" \ --bucket="cold-storage-bucket" \ --storage-class="GLACIER_IR" \ --account-id="123456789012" \ --role-name="DatadogLogsArchiveRole"
pup logs archives create \ --name="GCP Logs Archive" \ --query="source:gcp" \ --destination-type="gcs" \ --bucket="my-gcs-log-bucket" \ --path="/logs" \ --project-id="my-gcp-project" \ --client-email="datadog-archive@project.iam.gserviceaccount.com"
pup logs archives create \ --name="Azure Logs Archive" \ --query="source:azure" \ --destination-type="azure" \ --container="log-archive" \ --storage-account="myarchiveaccount" \ --path="/datadog-logs" \ --client-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \ --tenant-id="yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy"
pup logs archives update \ --archive-id="a2zcMylnM4OCHpYusxIi3g" \ --name="Updated Archive Name" \ --query="env:production AND service:api"
Update rehydration configuration:
pup logs archives update \ --archive-id="a2zcMylnM4OCHpYusxIi3g" \ --rehydration-max-scan-size-gb=200 \ --rehydration-tags='["team:sre"]'
pup logs archives delete \ --archive-id="a2zcMylnM4OCHpYusxIi3g"
pup logs archives get-order
pup logs archives update-order \ --archive-ids='["archive-id-1", "archive-id-2", "archive-id-3"]'
pup logs pipelines list
pup logs pipelines get \ --pipeline-id="pipeline-123"
pup logs pipelines create \
--name="Nginx Pipeline" \
--filter-query="source:nginx" \
--processors='[
{
"type": "grok-parser",
"name": "Parse Nginx logs",
"is_enabled": true,
"source": "message",
"grok": {
"match_rules": "%{IPORHOST:client_ip} %{USER:ident} %{USER:auth} \\[%{HTTPDATE:timestamp}\\] \"%{WORD:method} %{URIPATHPARAM:request} HTTP/%{NUMBER:http_version}\" %{NUMBER:status_code} %{NUMBER:bytes_sent}"
}
}
]'pup logs pipelines create \
--name="API Pipeline" \
--filter-query="service:api" \
--processors='[
{
"type": "grok-parser",
"name": "Parse API logs",
"is_enabled": true,
"source": "message",
"grok": {
"match_rules": "%{TIMESTAMP_ISO8601:timestamp} %{WORD:level} %{GREEDYDATA:message}"
}
},
{
"type": "date-remapper"Every AI agent needs a loyal companion. Meet Pup — the CLI that gives your agents full access to Datadog's observability platform (because even autonomous agents need good tooling, not just tricks).
Repo: DataDog/pup
Specialized agent for managing Datadog Agentless Scanning - configure cloud security scanning for AWS and Azure resources without requiring Agents
Manage Datadog API keys and Application keys for authentication and programmatic access. Handles creation, listing, updating, and deletion of keys.
Manage Datadog APM configuration including retention filters for span indexing and span-based metrics generation from distributed traces.
Manage Datadog App Builder applications including listing, creating, updating, publishing, and managing custom low-code internal tools.
Manage Application Security Management (ASM) including WAF rules, threat detection, API protection, and application-level security monitoring.
Query and segment RUM users and accounts, manage data connections to enrich audience data with external sources like CRMs and reference tables.