-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Log Alert #1484
Azure Log Alert #1484
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
| project columnifexists("ResultDescription", 'default_value') | ||
| project JsonResult = parse_json(ResultDescription) | ||
| evaluate bag_unpack(JsonResult) : (level:string) | ||
| evaluate bag_unpack(JsonResult) : (level: string, message: string) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a time filter to the query to ensure it only processes recent logs, which can improve performance and relevance of the alert. [important]
PR Code Suggestions ✨Explore these optional code suggestions:
|
Co-Authored-By: halprin <[email protected]>
…ntermediary into azure-log-alert
Co-Authored-By: halprin <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but I want to see this resolve.
Updated the Azure Logs Alert to include more information.
Issue
#1395