[ASIM] Anthropic Claude Compliance - AgentEvent#14578
Draft
Steve1145 wants to merge 2 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds Anthropic Claude Compliance support to the ASIM AgentEvent schema by introducing new source-specific parsers (vim/ASim variants), wiring them into the main AgentEvent union parsers, and providing ARM deployment assets and validation metadata.
Changes:
- Added new Anthropic Claude Compliance AgentEvent parsers (vim + ASim) and changelogs
- Updated
imAgentEvent/ASimAgentEventto union in the new source parser and bumped versions - Added ARM templates/README deployment assets plus custom table schema and sample ingested logs
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Sample Data/ASIM/Anthropic_Claude Compliance_AgentEvent_IngestedLogs.csv | Adds sample log records for Claude Compliance AgentEvent ingestion. |
| Parsers/ASimAgentEvent/Parsers/vimAgentEventAnthropicClaudeCompliance.yaml | Introduces the source-specific (vim) AgentEvent normalization parser with filtering params. |
| Parsers/ASimAgentEvent/Parsers/imAgentEvent.yaml | Wires the new vim parser into the source-agnostic imAgentEvent union and bumps version metadata. |
| Parsers/ASimAgentEvent/Parsers/ASimAgentEventAnthropicClaudeCompliance.yaml | Introduces the ASim (schema) AgentEvent normalization parser variant. |
| Parsers/ASimAgentEvent/Parsers/ASimAgentEvent.yaml | Wires the new ASim parser into ASimAgentEvent union and bumps version metadata. |
| Parsers/ASimAgentEvent/CHANGELOG/vimAgentEventAnthropicClaudeCompliance.md | Adds changelog entry for the new vim parser. |
| Parsers/ASimAgentEvent/CHANGELOG/imAgentEvent.md | Adds changelog entry for imAgentEvent v0.1.1. |
| Parsers/ASimAgentEvent/CHANGELOG/ASimAgentEventAnthropicClaudeCompliance.md | Adds changelog entry for the new ASim parser. |
| Parsers/ASimAgentEvent/CHANGELOG/ASimAgentEvent.md | Adds changelog entry for ASimAgentEvent v0.1.1. |
| Parsers/ASimAgentEvent/ARM/vimAgentEventAnthropicClaudeCompliance/vimAgentEventAnthropicClaudeCompliance.json | Adds ARM deployment template for the vim parser function. |
| Parsers/ASimAgentEvent/ARM/vimAgentEventAnthropicClaudeCompliance/README.md | Adds deployment/readme documentation for the vim parser ARM template. |
| Parsers/ASimAgentEvent/ARM/imAgentEvent/imAgentEvent.json | Updates ARM template for imAgentEvent to union in the new vim parser. |
| Parsers/ASimAgentEvent/ARM/FullDeploymentAgentEvent.json | Updates full deployment to include AgentEvent assets plus new Claude Compliance deployments. |
| Parsers/ASimAgentEvent/ARM/ASimAgentEventAnthropicClaudeCompliance/README.md | Adds deployment/readme documentation for the ASim parser ARM template. |
| Parsers/ASimAgentEvent/ARM/ASimAgentEventAnthropicClaudeCompliance/ASimAgentEventAnthropicClaudeCompliance.json | Adds ARM deployment template for the ASim parser function. |
| Parsers/ASimAgentEvent/ARM/ASimAgentEvent/README.md | Fixes links to point to the AgentEvent assets/changelog (was AgentEntity). |
| Parsers/ASimAgentEvent/ARM/ASimAgentEvent/ASimAgentEvent.json | Updates ARM template for ASimAgentEvent to union in the new ASim parser. |
| .script/tests/KqlvalidationsTests/CustomTables/BV_ClaudeCompliance_ComplianceActivities_CL.json | Adds custom table schema definition used by KQL validation tests. |
Contributor
Author
|
Moved to draft to complement changes in #14585 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change(s):
Added AgentEvent ASIM parser for Anthropic Claude Compliance logs (via Codeless Connector Framework by BlueVoyant) to the ASIM Agent normalized schema
Reason for Change(s):
Introduce ASIM AgentEvent support for BV_ClaudeCompliance_ComplianceActivities_CL
Version Updated:
Yes
Testing Completed:
Yes
Checked that the validations are passing and have addressed any issues that are present:
Yes