updated json as per ms learn docs - #14912
Open
Joseph A. M. (josamontiel) wants to merge 3 commits into
Open
Conversation
Fix UEBA workbook bugs and refresh docs references
- Fix Hosts/IPs tab conditionalVisibility referencing UserName instead of Host/IP
- Fix {UserName} template refs in Hosts/IPs breakdown headers
- Fix lowercase help/yes visibility check on Hosts tab
- Rename duplicate GeneralInfo - Alert Count tile to Anomaly Count
- Widen host extraction regex to match lowercase/dotted hostnames
- Replace deprecated makelist() with make_list()
- Fix "activites" typo in tooltips
- Add banner linking to UEBA behaviors layer (BehaviorInfo) and related tables
- Normalize learn.microsoft.com URLs (drop /en-us/, update anomaly-rules path)
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the UEBA workbook JSON to align with current Microsoft Learn documentation and fixes several workbook UI/query issues across Hosts/IPs tabs and tooltips.
Changes:
- Fixes Hosts/IPs breakdown templates and conditionalVisibility bindings (UserName → Host/IP; Help/Yes casing).
- Updates KQL queries (host regex broadened; deprecated
makelist()→make_list(); tile label correction). - Refreshes workbook documentation links/tooltips and adds a new Learn refresh/banner callout.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
Hi Joseph A. M. (@josamontiel), please review copilot comment and update it if required else let us know will proceed to merge PR. Thanks! |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
Author
|
Hi team, made those corrections as per GH copilot |
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.
Fix UEBA workbook bugs and refresh docs references
Fix Hosts/IPs tab conditionalVisibility referencing UserName instead of Host/IP
Fix {UserName} template refs in Hosts/IPs breakdown headers
Fix lowercase help/yes visibility check on Hosts tab
Rename duplicate GeneralInfo - Alert Count tile to Anomaly Count
Widen host extraction regex to match lowercase/dotted hostnames
Replace deprecated makelist() with make_list()
Fix "activities" typo in tooltips
Add banner linking to UEBA behaviors layer (BehaviorInfo) and related tables
Normalize learn.microsoft.com URLs (drop /en-us/, update anomaly-rules path)
Required items, please complete
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: