Adding log ingestion support in Extrahop solution#13886
Merged
v-atulyadav merged 6 commits intoAzure:masterfrom Apr 10, 2026
Merged
Adding log ingestion support in Extrahop solution#13886v-atulyadav merged 6 commits intoAzure:masterfrom
v-atulyadav merged 6 commits intoAzure:masterfrom
Conversation
Contributor
|
Hi @fenil-savani, could you please share the running connector screenshots with invocation logs. Also, resolve branch conflicts. Thanks! |
Contributor
Author
|
Hi @v-shukore , |
Contributor
Author
|
Hi @v-shukore , |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Azure Monitor Log Ingestion API (DCR-based) support to the ExtraHop solution and updates related content (parser/workbook metadata) to align with the updated schema.
Changes:
- Updated ExtraHop solution metadata and release notes for the new ingestion approach.
- Updated the ExtraHop detections parser and KQL validation custom table schemas.
- Added a workbook metadata entry for “ExtraHop Detections Overview”.
Reviewed changes
Copilot reviewed 14 out of 16 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| Workbooks/WorkbooksMetadata.json | Adds workbook metadata entry for ExtraHop detections overview workbook |
| Solutions/ExtraHop/SolutionMetadata.json | Updates solution publish metadata (lastPublishDate) |
| Solutions/ExtraHop/ReleaseNotes.md | Adds a new release-notes entry for Log Ingestion API support |
| Solutions/ExtraHop/Parsers/ExtraHopDetections.yaml | Updates parser query to match new schema fields and mappings |
| Solutions/ExtraHop/Package/mainTemplate.json | Solution package template updates (skipped detailed review per repo ignore list) |
| Solutions/ExtraHop/Data/Solution_ExtraHop.json | Bumps solution version in solution data file |
| Solutions/ExtraHop/Data Connectors/ExtraHopDataConnector/requirements.txt | Data connector dependency updates (skipped detailed review per repo ignore list) |
| Solutions/ExtraHop/Data Connectors/ExtraHopDataConnector/azuredeploy_ExtraHop_AzureFunction.json | Connector deployment updates for DCR-based ingestion (skipped detailed review per repo ignore list) |
| Solutions/ExtraHop/Data Connectors/ExtraHopDataConnector/SharedCode/consts.py | Adds env var constants for ingestion API (skipped detailed review per repo ignore list) |
| Solutions/ExtraHop/Data Connectors/ExtraHopDataConnector/ExtraHop_FunctionApp.json | Updates connector UI text for Log Ingestion API (skipped detailed review per repo ignore list) |
| Solutions/ExtraHop/Data Connectors/ExtraHopDataConnector/ExtraHopSentinelActivity/sentinel.py | Switches to Logs Ingestion client API usage (skipped detailed review per repo ignore list) |
| Solutions/ExtraHop/Data Connectors/ExtraHopDataConnector/ExtraHopSentinelActivity/extrahop.py | Updates ingestion call-site to new sentinel uploader (skipped detailed review per repo ignore list) |
| .script/tests/KqlvalidationsTests/CustomTables/ExtraHop_Detections_CL.json | Updates custom table schema used by KQL validation tests |
| .script/tests/KqlvalidationsTests/CustomTables/ExtraHopDetections.json | Updates parser output schema used by KQL validation tests |
.script/tests/KqlvalidationsTests/CustomTables/ExtraHopDetections.json
Outdated
Show resolved
Hide resolved
.script/tests/KqlvalidationsTests/CustomTables/ExtraHopDetections.json
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Hi @v-shukore |
v-shukore
approved these changes
Apr 10, 2026
v-atulyadav
approved these changes
Apr 10, 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):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: