gravityzone solution without analytic rules#14102
Merged
v-dvedak merged 6 commits intoAzure:masterfrom Apr 27, 2026
Merged
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 a new Microsoft Sentinel solution for Bitdefender GravityZone, including solution metadata, release notes, solution data registration, and accompanying validation assets.
Changes:
- Added
SolutionMetadata.jsonand initialReleaseNotes.mdfor the GravityZone solution. - Added
Solution_GravityZone.jsonto register solution components/version and link metadata. - Updated repository validation inputs (connector ID allowlist and custom table schema) for KQL/schema checks.
Reviewed changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| Solutions/GravityZone/SolutionMetadata.json | Defines marketplace/solution metadata (publisher/offer/support/categories). |
| Solutions/GravityZone/ReleaseNotes.md | Introduces initial release notes entry for v3.0.0. |
| Solutions/GravityZone/Package/testParameters.json | (Ignored for review) ARM test parameters for solution packaging. |
| Solutions/GravityZone/Package/mainTemplate.json | (Ignored for review) Main ARM template for solution deployment. |
| Solutions/GravityZone/Package/createUiDefinition.json | (Ignored for review) UI definition for solution installation experience. |
| Solutions/GravityZone/Data/Solution_GravityZone.json | Registers solution composition/version/metadata linkage for packaging. |
| Solutions/GravityZone/Data Connectors/azuredeploy_GravityZone_API.json | (Ignored for review) Data Connector deployment template (DCR/DCE/table/roles). |
| Solutions/GravityZone/Data Connectors/GravityZone_API.json | (Ignored for review) Data Connector UI definition/content. |
| .script/tests/detectionTemplateSchemaValidation/ValidConnectorIds.json | Adds GravityZone connector content ID to schema validation allowlist. |
| .script/tests/KqlvalidationsTests/CustomTables/GzSecurityEvents_CL.json | Adds custom table schema for local KQL validation. |
Contributor
|
Hi @gbarbieru, please make changes suggested by the copilot and repackage the solution and commit the change. Thanks! |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Author
|
@v-shukore done! |
Contributor
|
Hi @gbarbieru, could you please share running data connector screenshots to merge this PR. Thanks!! |
Contributor
Author
Contributor
Author
v-shukore
approved these changes
Apr 27, 2026
v-atulyadav
approved these changes
Apr 27, 2026
v-dvedak
approved these changes
Apr 27, 2026
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):
- Creating a Sentinel solution for Bitdefender GravityZone. This solution uses a push-based approach using just a DCR, a DCE, custom table and an App registration with credentials to push data to Sentinel.
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present:
Before going into this topic I want to disclose that development in my team is done on Linux workstations and the available tooling and guides offered by Microsoft kinda lack in this department. Local YAML testing was eventually achieved, but KQL validation failed. Due to time constraints additional effort in making them work Linux environments was abandoned and testing was eventually done on Microsoft Sentinel accounts via end-to-end testing.