Skip to content

Add 13 Datadog evidence fetchers#16

Merged
21tmccauley merged 1 commit into
mainfrom
add-datadog-fetchers
Jul 16, 2026
Merged

Add 13 Datadog evidence fetchers#16
21tmccauley merged 1 commit into
mainfrom
add-datadog-fetchers

Conversation

@garretttolmanj

Copy link
Copy Markdown
Contributor

Ports all Datadog fetchers from evidence-fetchers into the prmfy-fetchers framework. Creates fetchers/datadog/ with 13 single-target Python fetchers
covering: SIEM detection rules, signals, and configuration; log pipelines, indexes, and archives; monitors; agent hosts, containers, and infra agent
checks; APM services; incidents list and timelines.

Each fetcher was ported to the v0.x contract: removed parse_fetcher_args in favor of load_dotenv + EVIDENCE_DIR, switched status output to
logger.info/logger.warning, and added fetcher.yaml with secrets, evidence_set block, and EVD-DD-* reference IDs. Fixed two fetchers (agent_hosts,
infra_agent_checks) to re-raise HTTPError so auth failures surface as non-zero exits. Added not_available to the exit-0 set in the three SIEM
fetchers. Adds fetchers/_categories/datadog.yaml and fetchers/datadog/README.md
with setup, permissions, manifest wiring, and credential rotation instructions.

  Ports all Datadog fetchers from evidence-fetchers into the prmfy-fetchers framework. Creates fetchers/datadog/ with 13 single-target Python fetchers
  covering: SIEM detection rules, signals, and configuration; log pipelines, indexes, and archives; monitors; agent hosts, containers, and infra agent
  checks; APM services; incidents list and timelines.

  Each fetcher was ported to the v0.x contract: removed parse_fetcher_args in favor of load_dotenv + EVIDENCE_DIR, switched status output to
  logger.info/logger.warning, and added fetcher.yaml with secrets, evidence_set block, and EVD-DD-* reference IDs. Fixed two fetchers (agent_hosts,
  infra_agent_checks) to re-raise HTTPError so auth failures surface as non-zero exits. Added not_available to the exit-0 set in the three SIEM
  fetchers. Renamed analysis → summary in all output payloads for consistency. Adds fetchers/_categories/datadog.yaml and fetchers/datadog/README.md
  with setup, permissions, manifest wiring, and credential rotation instructions.

@21tmccauley 21tmccauley left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These look good to me, all tests passed so the orchestration should handle them fine. I'm not going to worry about getting these in the first round of mapping KSI -> fetchers but will mark them for the next round.

Do validators exist for these?

@21tmccauley
21tmccauley merged commit a2ccf4c into main Jul 16, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants