Shared HWS support in StoreMonitoringAgent - #550
Merged
Conversation
Copilot started reviewing on behalf of
SrinathS (SrinathSundaresan)
August 18, 2026 10:35
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Store Monitoring Agent assets to better support shared Hardware Station telemetry (notably Hardware Station Event ID 7103), adjusts the EventLogSink installer packaging/sequencing, and refreshes documentation to reflect the latest solution bundle and capabilities.
Changes:
- Extend Hardware Station KQL queries to include shared Hardware Station errors (Event ID 7103) and enrich results with parsed stack traces.
- Update the EventLogSink WiX installer to (a) grant permissions after service registration and (b) exclude the service executable from harvested publish output via an XSL transform.
- Refresh docs (new “Model Support” doc, updated quick start XPath filter + solution zip version references, additional known limitation note).
Reviewed changes
Copilot reviewed 12 out of 14 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| Agents/AI ERP Agents/StoreMonitoringAgent/README.md | Updates solution zip reference and adds “Model Support” to the docs table. |
| Agents/AI ERP Agents/StoreMonitoringAgent/kql-queries/hardware-station-errors.kql | Adds shared Hardware Station EventID 7103 support and stack-trace parsing. |
| Agents/AI ERP Agents/StoreMonitoringAgent/kql-queries/hardware-station-errors-count.kql | Expands the error count query to include EventID 7103 (provider-filtered). |
| Agents/AI ERP Agents/StoreMonitoringAgent/kql-queries/hardware-station-error-trend.kql | Expands the error trend query to include EventID 7103 (provider-filtered). |
| Agents/AI ERP Agents/StoreMonitoringAgent/installer-eventlogsink/WixProject/Product.wxs | Moves permission-grant custom action to run after service installation. |
| Agents/AI ERP Agents/StoreMonitoringAgent/installer-eventlogsink/WixProject/ExcludeServiceExecutable.xsl | New Heat transform to exclude the service EXE from harvested components. |
| Agents/AI ERP Agents/StoreMonitoringAgent/installer-eventlogsink/WixProject/EventLogSinkConfigService.Installer.wixproj | Applies the new Heat transform during harvesting. |
| Agents/AI ERP Agents/StoreMonitoringAgent/docs/quick-start-portal.md | Adds XPath filter for EventID 7103 and updates solution zip reference. |
| Agents/AI ERP Agents/StoreMonitoringAgent/docs/model-support.md | New documentation listing validated Copilot Studio model options. |
| Agents/AI ERP Agents/StoreMonitoringAgent/docs/known-limitations.md | Adds a limitation note about large telemetry result sets. |
| Agents/AI ERP Agents/StoreMonitoringAgent/docs/alert-triggered-agent.md | Updates the Mermaid diagram styling with additional class definitions. |
| Agents/AI ERP Agents/StoreMonitoringAgent/.gitignore | Adds additional ignored docs/scripts/KQL files. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Tommy Skaue (Microsoft) (skaue-ms)
approved these changes
Aug 18, 2026
Febin Chiramel (fechiram-ms)
self-requested a review
August 18, 2026 11:27
Febin Chiramel (fechiram-ms)
approved these changes
Aug 18, 2026
Febin Chiramel (fechiram-ms)
left a comment
Contributor
There was a problem hiding this comment.
Approved
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.
Shared HWS support in StoreMonitoringAgent