Works with your stack.
No custom code.
Splunk integration.
Real-time AI decision events.
Send every AI decision to Splunk via HTTP Event Collector (HEC). Each event is ECS-compatible and includes attestation ID, agent ID, pipeline ID, forest root, and a verify URL.
Step 1 — Enable Splunk HEC
In Splunk: Settings → Data Inputs → HTTP Event Collector → New Token. Note the HEC URL and token.
Step 2 — Register Rubric webhook
Step 3 — Verify signature in Splunk (optional)
Each Rubric event includes rubric.verify_url — a direct link to the public audit portal for that attestation. Splunk analysts can click through to verify any AI decision independently.
Elastic SIEM integration.
ECS-native event format.
Rubric's SIEM export format follows Elastic Common Schema (ECS). Events can be ingested directly via Logstash, Elastic Agent, or bulk NDJSON import.
Option A — Real-time via webhook
Option B — Bulk NDJSON import
ECS Field Mapping
| Rubric Field | ECS Field | Type |
|---|---|---|
rubric.attestation_id | event.id | keyword |
@timestamp | @timestamp | date |
rubric.agent_id | process.name | keyword |
rubric.pipeline_id | orchestrator.namespace | keyword |
rubric.forest_root | file.hash.sha256 | keyword |
rubric.verify_url | url.full | keyword |
ServiceNow GRC.
Scheduled CSV import.
Import Rubric attestation data into ServiceNow GRC using the built-in Import Sets feature. Schedule daily or weekly imports for continuous compliance coverage.
Step 1 — Export CSV
Step 2 — ServiceNow Import Set
In ServiceNow: System Import Sets → Load Data → choose CSV file. Map columns to your AI Risk record schema. Schedule via Integration Hub for automated daily imports.
Step 3 — Generate compliance report
Verify webhook signatures.
Every delivery is signed.
Every webhook delivery includes an HMAC-SHA256 signature in the X-Rubric-Signature header. Verify it to ensure events are authentic and untampered.
| Header | Value |
|---|---|
X-Rubric-Signature | sha256={hmac-sha256} |
X-Rubric-Event | attestation.created |
X-Rubric-Delivery | Unique delivery UUID |
User-Agent | RubricProtocol-Webhook/1.0 |
Ready to integrate?
Free developer key. 1,000 attestations included. No credit card.
Get API Key →Questions? Scott@Rubric-Protocol.com