[ASIM] Fix for MicrosoftSecurityEvents ProcessEvent Parser - #14999
Merged
Brandon Qiao (Microsoft) (bqiao-microsoft) merged 3 commits intoAug 28, 2026
Conversation
Brandon Qiao (Microsoft) (bqiao-microsoft)
requested review from
a team
as code owners
August 27, 2026 19:34
|
ASIM parsers have been changed. ARM templates were regenerated from the updated KQL function YAML files. |
Maksym Porfirov (mporfirov)
approved these changes
Aug 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the ASIM Process Create parser for Microsoft Security Events to extract and expose acting/target process filenames, addressing Azure-Sentinel issue #14731.
Changes:
- Added a helper function to derive filename from a full process path and extended output with
ActingProcessFilename/TargetProcessFilename. - Bumped parser versions and updated
LastUpdatedmetadata. - Updated changelogs and ARM template query payloads to include the new extraction.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Parsers/ASimProcessEvent/Parsers/vimProcessCreateMicrosoftSecurityEvents.yaml | Adds filename extraction helper + extends schema with filename fields; bumps version metadata. |
| Parsers/ASimProcessEvent/Parsers/ASimProcessCreateMicrosoftSecurityEvents.yaml | Same filename extraction + schema extensions; bumps version metadata. |
| Parsers/ASimProcessEvent/CHANGELOG/vimProcessCreateMicrosoftSecurityEvents.md | Documents the new version and filename extraction change. |
| Parsers/ASimProcessEvent/CHANGELOG/ASimProcessCreateMicrosoftSecurityEvents.md | Documents the new version and filename extraction change. |
| Parsers/ASimProcessEvent/ARM/vimProcessCreateMicrosoftSecurityEvents/vimProcessCreateMicrosoftSecurityEvents.json | Updates deployed function query to include the new filename extraction. |
| Parsers/ASimProcessEvent/ARM/ASimProcessCreateMicrosoftSecurityEvents/ASimProcessCreateMicrosoftSecurityEvents.json | Updates deployed function query to include the new filename extraction. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Brandon Qiao (Microsoft) (bqiao-microsoft)
merged commit Aug 28, 2026
9f500d7
into
master
34 of 36 checks passed
Brandon Qiao (Microsoft) (bqiao-microsoft)
deleted the
bqiao/asim-parser-fix
branch
August 28, 2026 16:01
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.
For the purpose of resolving this issue: #14731