mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
Commit 2c6e8ced: Multiple changes
- Check output - Updated list generation - Started subdomain takeover check module
This commit is contained in:
38
AdaptiveCards/log analytics alert.json
Normal file
38
AdaptiveCards/log analytics alert.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"@context": "http://schema.org/extensions",
|
||||
"@type": "MessageCard",
|
||||
"themeColor": "CC4216",
|
||||
"title": "#alertrulename",
|
||||
"text": "#alertrulename returned #searchresultcount records which exceeds the threshold of #thresholdvalue .",
|
||||
"summary": "Query: #searchquery",
|
||||
"potentialAction": [{
|
||||
"@type": "OpenUri",
|
||||
"name": "See details in Log Analytics",
|
||||
"targets": [{
|
||||
"os": "default",
|
||||
"uri": "#linktosearchresults"
|
||||
}]
|
||||
}],
|
||||
"sections": [{
|
||||
"facts": [{
|
||||
"name": "Severity:",
|
||||
"value": "#severity"
|
||||
},
|
||||
{
|
||||
"name": "Query:",
|
||||
"value": "#searchquery"
|
||||
},
|
||||
{
|
||||
"name": "ResultCount:",
|
||||
"value": "#searchresultcount"
|
||||
},
|
||||
{
|
||||
"name": "Search Interval StartTime:",
|
||||
"value": "#searchintervalstarttimeutc"
|
||||
},
|
||||
{
|
||||
"name": "Search Interval End time:",
|
||||
"value": "#searchintervalendtimeutc"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user