Lookout v3.0.2: Fix DCR transform query and Microsoft Sentinel branding#13651
Merged
v-atulyadav merged 5 commits intoAzure:masterfrom Feb 26, 2026
Merged
Lookout v3.0.2: Fix DCR transform query and Microsoft Sentinel branding#13651v-atulyadav merged 5 commits intoAzure:masterfrom
v-atulyadav merged 5 commits intoAzure:masterfrom
Conversation
- Changed 'smishing_detections = detections' to 'smishing_detections = smishing_alert.detections' in: - LookoutStreaming_DCR.json - Package/mainTemplate.json - Package/3.0.1/mainTemplate.json - Fixes connector resource creation failure (InvalidTransformQuery) Amp-Thread-ID: https://ampcode.com/threads/T-019b37d6-4b66-7648-aa8e-b83e755d26ad Co-authored-by: Amp <amp@ampcode.com>
- Solution version: 3.0.1 -> 3.0.2 - dataConnectorVersion1: 1.0.0 -> 3.0.2 - dataConnectorCCPVersion: 3.0.1 -> 3.0.2 - Updated SolutionMetadata.json and Solution_Lookout.json Amp-Thread-ID: https://ampcode.com/threads/T-019b37d6-4b66-7648-aa8e-b83e755d26ad Co-authored-by: Amp <amp@ampcode.com>
Contributor
Author
|
Hi @v-shuklasumit, this is a critical bug fix for the Lookout connector. Users are unable to create the data connector due to an undefined symbol |
…rovements - Updated all 13 template version description strings from 3.0.1 to 3.0.2 in mainTemplate.json - Added Parsers and Notebooks steps to createUiDefinition.json for improved discoverability - Added Notebooks count to solution description summary - Added standalone parser ARM template (LookoutEvents_ARM.json) - Added Package/3.0.1 archive folder - Updated ReleaseNotes.md with all changes
372e274 to
16cf450
Compare
… and backup dir - Update savedSearches apiVersion from 2022-10-01 to 2025-02-01 in mainTemplate.json - Remove Parsers/LookoutEvents_ARM.json (only .yaml/.md allowed in Parsers) - Remove Package/3.0.1/ backup directory that caused redundant ARM-TTK scan failures - Rebuild 3.0.2.zip with corrected mainTemplate.json Amp-Thread-ID: https://ampcode.com/threads/T-019c8ac9-300b-74ab-b4a0-a861ca47d8f4 Co-authored-by: Amp <amp@ampcode.com>
16cf450 to
956a5e2
Compare
Contributor
Author
|
@v-atulyadav @v-maheshbh - when you can please run this again |
- Update requiredDataConnectors in all 5 analytic rules to reference LookoutStreaming_Definition (CCF) with LookoutMtdV2_CL as primary - Retain LookoutAPI as fallback data connector - Fixes [DEPRECATED] data source label in Analytics rule templates - Rebuild 3.0.2.zip with updated mainTemplate.json Amp-Thread-ID: https://ampcode.com/threads/T-019c8ac9-300b-74ab-b4a0-a861ca47d8f4 Co-authored-by: Amp <amp@ampcode.com>
Contributor
|
Hi @fgravato Kindly attach a screenshot of the CCF data connector showing its connected state for reference. |
Contributor
Author
v-maheshbh
approved these changes
Feb 26, 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.

Summary
This PR fixes two critical issues in the Lookout solution:
1. DCR Transform Query Error (Bug Fix)
Issue: Users reported connector resource creation failure:
Root Cause: The
transformKqlin the DCR referenceddetectionsinstead ofsmishing_alert.detections.Fix: Changed
smishing_detections = detections→smishing_detections = smishing_alert.detectionsin:Data Connectors/LookoutStreamingConnector_ccp/LookoutStreaming_DCR.jsonPackage/mainTemplate.jsonPackage/3.0.1/mainTemplate.jsonValidation: KQL transform query validated locally using
Microsoft.Azure.Kusto.Language— 0 errors, 0 warnings.2. Microsoft Sentinel Branding Fix
Issue: CI validation failed due to use of "Azure Sentinel" instead of "Microsoft Sentinel".
Fix: Updated all instances of "Azure Sentinel Solution" → "Microsoft Sentinel Solution" in workbook descriptions.
3. Version Bump to 3.0.2
Updated version across all solution files:
mainTemplate.json(_solutionVersion,dataConnectorVersion1,dataConnectorCCPVersion, content package)SolutionMetadata.jsonSolution_Lookout.jsonReleaseNotes.mdFiles Changed
LookoutStreaming_DCR.jsondetectionsPackage/mainTemplate.jsonPackage/3.0.1/mainTemplate.jsonPackage/createUiDefinition.jsonSolutionMetadata.jsonData/Solution_Lookout.jsonReleaseNotes.md