Skip to content

Commit

Permalink
Add eventGroupingSettings to NRT alert rules (#20422)
Browse files Browse the repository at this point in the history
  • Loading branch information
matanpa authored Aug 29, 2022
1 parent 195918b commit 07c5cc8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,10 @@
"type": "object",
"$ref": "#/definitions/AlertDetailsOverride",
"description": "The alert details override settings"
},
"eventGroupingSettings": {
"$ref": "#/definitions/EventGroupingSettings",
"description": "The event grouping settings."
}
},
"type": "object"
Expand Down Expand Up @@ -1751,6 +1755,10 @@
"type": "object",
"$ref": "#/definitions/AlertDetailsOverride",
"description": "The alert details override settings"
},
"eventGroupingSettings": {
"$ref": "#/definitions/EventGroupingSettings",
"description": "The event grouping settings."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
"query": "ProtectionStatus | extend HostCustomEntity = Computer | extend IPCustomEntity = ComputerIP_Hidden",
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"lastModifiedUtc": "2019-01-01T13:15:30Z",
"incidentConfiguration": {
"createIncident": true,
Expand Down Expand Up @@ -109,6 +112,9 @@
"query": "ProtectionStatus | extend HostCustomEntity = Computer | extend IPCustomEntity = ComputerIP_Hidden",
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"lastModifiedUtc": "2019-01-01T13:15:30Z",
"incidentConfiguration": {
"createIncident": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"query": "ProtectionStatus | extend HostCustomEntity = Computer | extend IPCustomEntity = ComputerIP_Hidden",
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"lastModifiedUtc": "2019-01-01T13:15:30Z",
"incidentConfiguration": {
"createIncident": true,
Expand Down

0 comments on commit 07c5cc8

Please sign in to comment.