mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 10:45:02 +01:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"@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"
|
|
}]
|
|
}]
|
|
} |