Skip to content

Fix SentinelOne parser ActivityType regression - #15002

Draft
v-alja wants to merge 1 commit into
Azure:masterfrom
v-alja:v-alja/fix-sentinelone-parser-activitytype
Draft

Fix SentinelOne parser ActivityType regression#15002
v-alja wants to merge 1 commit into
Azure:masterfrom
v-alja:v-alja/fix-sentinelone-parser-activitytype

Conversation

@v-alja

@v-alja v-alja commented Aug 27, 2026

Copy link
Copy Markdown

Required items, please complete

Change(s):

  • See guidance below

Reason for Change(s):

  • See guidance below

Version Updated:

  • Required only for Detections/Analytic Rule templates
  • See guidance below

Testing Completed:

  • See guidance below

Checked that the validations are passing and have addressed any issues that are present:

  • See guidance below

Guidance <- remove section before submitting


Before submitting this PR please ensure that you have read the following sections and filled out the changes, reason for change and testing complete sections:

Thank you for your contribution to the Microsoft Sentinel Github repo.

Details of the code changes in your submitted PR. Providing descriptions for pull requests ensures there is context to changes being made and greatly enhances the code review process. Providing associated Issues that this resolves also easily connects the reason.

Change(s):

  • Updated syntax for XYZ.yaml

Reason for Change(s):

Version updated:

  • Yes
  • Detections/Analytic Rule templates are required to have the version updated

The code should have been tested in a Microsoft Sentinel environment that does not have any custom parsers, functions or tables, so that you validate no incorrect syntax and execution functions properly. If your submission requires a custom parser or function, it must be submitted with the PR.

Testing Completed:

  • Yes/No/Need Help

Note: If updating a detection, you must update the version field.

Before the submission has been made, please look at running the KQL and Yaml Validation Checks locally.
https://github.com/Azure/Azure-Sentinel#run-kql-validation-locally

Checked that the validations are passing and have addressed any issues that are present:

  • Yes/No/Need Help

Note: Let us know if you have tried fixing the validation error and need help.

References:


@v-atulyadav
v-atulyadav requested a lite review from Copilot August 28, 2026 04:40
@v-atulyadav v-atulyadav added the Solution Solution specialty review needed label Aug 28, 2026

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.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the SentinelOne solution to address a parser regression related to ActivityType, with accompanying version bumps and release notes.

Changes:

  • Bumped SentinelOne solution version to 3.1.3 and documented the change in release notes.
  • Updated the SentinelOne parser function metadata (version/date).
  • Adjusted the parser’s union sources (removed SentinelOneV2_Empty).

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.

File Description
Solutions/SentinelOne/ReleaseNotes.md Adds a 3.1.3 entry describing the regression fix.
Solutions/SentinelOne/Parsers/SentinelOne.yaml Increments parser version/date and updates the union inputs.
Solutions/SentinelOne/Data/Solution_SentinelOne.json Bumps solution package version to 3.1.3.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.1.3 | 25-08-2026 | Fixed the SentinelOne parser to restore ActivityType and CCF records while preserving SentinelOne V2 alerts |
@@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.1.3 | 25-08-2026 | Fixed the SentinelOne parser to restore ActivityType and CCF records while preserving SentinelOne V2 alerts |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Solution Solution specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants