Skip to content

feat(siem-soar): implement full SIEM/SOAR roadmap#23

Merged
bb-connor merged 3 commits intomainfrom
siem
Feb 4, 2026
Merged

feat(siem-soar): implement full SIEM/SOAR roadmap#23
bb-connor merged 3 commits intomainfrom
siem

Conversation

@bb-connor
Copy link
Copy Markdown
Collaborator

Summary

Implements the SIEM/SOAR roadmap in docs/plans/siem-soar/ end-to-end.

  • Adds hushd SIEM/SOAR export pipeline (canonical SecurityEvent, privacy controls, batching/retry, rate limiting, DLQ, exporter health/metrics)
  • Adds exporters + transforms: Splunk HEC, Elastic (ECS + optional init), Datadog (logs/metrics), Sumo Logic, PagerDuty/OpsGenie, Slack/Teams + templated generic webhooks
  • Adds STIX/TAXII threat intel ingestion + guard integration
  • Adds TypeScript SDK parity under @clawdstrike/sdk (siem namespace)
  • Adds deployable template artifacts under deploy/siem-soar/
  • Consolidates the per-platform specs into a single plan doc: docs/plans/siem-soar/roadmap.md

Test Plan

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features
  • cargo test -p hushd
  • cd packages/hush-ts && npm test --silent && npm run typecheck --silent && npm run build --silent

- hushd: canonical SecurityEvent + exporter manager (batching/retry/DLQ/rate-limit)\n- exporters: Splunk, Elastic, Datadog, Sumo, PagerDuty/OpsGenie, Slack/Teams/webhooks\n- threat intel: STIX/TAXII polling + guard integration\n- hush-ts: siem namespace with exporters/transforms/threat-intel\n- deploy assets + consolidated roadmap docs
@bb-connor
Copy link
Copy Markdown
Collaborator Author

@codex

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Hooray!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@bb-connor bb-connor merged commit ad9143d into main Feb 4, 2026
22 checks passed
@bb-connor bb-connor deleted the siem branch February 4, 2026 16:02
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.

1 participant