Skip to content

feat(integrations): OCSF -> SIEM/data-lake pipeline (Vector) - #299

Merged
ErenAri merged 1 commit into
mainfrom
feat/tier1-siem-pipeline
Aug 11, 2026
Merged

feat(integrations): OCSF -> SIEM/data-lake pipeline (Vector)#299
ErenAri merged 1 commit into
mainfrom
feat/tier1-siem-pipeline

Conversation

@ErenAri

@ErenAri ErenAri commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Tier-1 "ready now" data integration. AegisBPF already emits schema-valid OCSF 1.1.0, so this ships a Vector pipeline that enriches and routes it to any OCSF consumer — no agent code change.

What's here

  • integrations/vector/aegisbpf-ocsf.yaml — journald (systemd) / kubernetes_logs (DaemonSet) source → remap transforms that add cloud/region, k8s pod/ns/node (Downward API), OCSF observables[], and a process-lineage correlation_uidenv-gated sinks: AWS Security Lake (S3/OCSF), Splunk HEC, Microsoft Sentinel / generic OCSF-OTLP-HTTP.
  • integrations/vector/sample-ocsf-event.json — a live-captured File Activity (1001) deny event (kernel 6.17). Verified: all OCSF/Security-Lake required fields present; AegisBPF forensics (inode/dev/cgroup/exec-lineage) ride under OCSF unmapped.
  • integrations/vector/README.md — pipeline guide, per-target setup (Security Lake custom source incl. the JSON→Parquet note, Splunk, Sentinel, Datadog/Chronicle/CrowdStrike), and a validation checklist.
  • Linked from docs/SIEM_INTEGRATION.md + the docs index; CHANGELOG entry added.

Verification

Captured a real OCSF event from aegisbpf run --event-format=ocsf on this hardware to ground the design (the sample fixture). Config YAML + sample JSON validated locally; vector validate should be run before deploy (Vector not installed in this env).

🤖 Generated with Claude Code

Copilot AI lite review requested due to automatic review settings August 9, 2026 21:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Tier-1 "ready now" data integration. AegisBPF already emits schema-valid
OCSF 1.1.0 (File Activity 1001 / Network Activity 4001), so this ships a
Vector pipeline that enriches and routes it — no agent code change.

- integrations/vector/aegisbpf-ocsf.yaml: journald/k8s source -> remap
  transforms (add cloud/region, k8s pod/ns/node via Downward API, OCSF
  observables[], process-lineage correlation_uid) -> env-gated sinks for
  AWS Security Lake (S3/OCSF), Splunk HEC, and Microsoft Sentinel / generic
  OCSF-OTLP-HTTP.
- integrations/vector/sample-ocsf-event.json: a live-captured (kernel 6.17)
  File Activity deny event; verifies all OCSF/Security-Lake required fields
  are present and AegisBPF forensics ride under OCSF `unmapped`.
- integrations/vector/README.md: the pipeline guide + per-target setup
  (Security Lake custom source incl. the JSON->Parquet note, Splunk, Sentinel)
  + a validation checklist.
- Linked from docs/SIEM_INTEGRATION.md and the docs index.

Config YAML + sample JSON validated locally; run `vector validate` before deploy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ErenAri
ErenAri force-pushed the feat/tier1-siem-pipeline branch from c6f4af6 to 5433ab1 Compare August 11, 2026 11:26
@ErenAri
ErenAri merged commit e0edc7e into main Aug 11, 2026
38 checks passed
@ErenAri
ErenAri deleted the feat/tier1-siem-pipeline branch August 11, 2026 11:55
@ErenAri ErenAri mentioned this pull request Aug 11, 2026
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