fixes
This commit is contained in:
Родитель
fdbd3bb92e
Коммит
40bab87baa
|
@ -2,6 +2,6 @@
|
|||
|
||||
Author: Javier Soriano
|
||||
|
||||
This template enables Fusion rules on your Sentinel workspace
|
||||
This template enables Scheduled rules on your Sentinel workspace
|
||||
|
||||
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fjaviersoriano%2FAzure-Sentinel%2Fjavier-arm%2FTools%2FARM-Templates%2FAnalyticsRules%2FScheduledRule%2FScheduledRule.json)
|
|
@ -43,6 +43,7 @@
|
|||
},
|
||||
"severity": {
|
||||
"type": "string",
|
||||
"defaultValue": "Medium",
|
||||
"allowedValues": [
|
||||
"High",
|
||||
"Medium",
|
||||
|
@ -61,6 +62,7 @@
|
|||
},
|
||||
"suppressionEnabled": {
|
||||
"type": "bool",
|
||||
"defaultValue": false,
|
||||
"metadata": {
|
||||
"description": "Determines whether the suppression for this alert rule is enabled or disabled."
|
||||
}
|
||||
|
@ -74,6 +76,7 @@
|
|||
},
|
||||
"triggerOperator": {
|
||||
"type": "string",
|
||||
"defaultValue": "GreaterThan",
|
||||
"allowedValues": [
|
||||
"Equal",
|
||||
"GreaterThan",
|
||||
|
|
Загрузка…
Ссылка в новой задаче