Skip to content

Commit 51c5449

Browse files
committed
commit fix lookback and repetitions
1 parent ae8f23e commit 51c5449

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Solutions/SentinelSOARessentials/Playbooks/Http-Trigger-Entity-Analyzer/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
},
5454
"lookBackDays": {
55-
"defaultValue": 40,
55+
"defaultValue": 7,
5656
"type": "int",
5757
"metadata": {
5858
"description": "Number of days to look back for entity analysis"

Solutions/SentinelSOARessentials/Playbooks/Incident-Trigger-Entity-Analyzer/azuredeploy.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "string"
4141
},
4242
"lookBackDays": {
43-
"defaultValue": 60,
43+
"defaultValue": 7,
4444
"type": "int",
4545
"metadata": {
4646
"description": "Number of days to look back for entity analysis"
@@ -171,7 +171,12 @@
171171
"Succeeded"
172172
]
173173
},
174-
"type": "Foreach"
174+
"type": "Foreach",
175+
"runtimeConfiguration": {
176+
"concurrency": {
177+
"repetitions": 5
178+
}
179+
}
175180
},
176181
"Entities_-_Get_Accounts": {
177182
"runAfter": {},
@@ -249,7 +254,12 @@
249254
"Succeeded"
250255
]
251256
},
252-
"type": "Foreach"
257+
"type": "Foreach",
258+
"runtimeConfiguration": {
259+
"concurrency": {
260+
"repetitions": 5
261+
}
262+
}
253263
}
254264
},
255265
"outputs": {}

Solutions/SentinelSOARessentials/Playbooks/Url-Trigger-Entity-Analyzer/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "string"
4141
},
4242
"lookBackDays": {
43-
"defaultValue": 10,
43+
"defaultValue": 7,
4444
"type": "int",
4545
"metadata": {
4646
"description": "Number of days to look back for entity analysis"

0 commit comments

Comments
 (0)