Skip to content

Commit 74b1f66

Browse files
authored
Merge pull request Azure#12581 from EladSapirBlink/Add-Event-Details-And-Update-Azure-Deploy
Add event details to playbooks (input of http request) and other little fixes in readme
2 parents 924104c + d07bb96 commit 74b1f66

File tree

11 files changed

+22
-11
lines changed

11 files changed

+22
-11
lines changed
5.32 KB
Binary file not shown.

Solutions/BlinkOps/Package/mainTemplate.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"email": "support@blinkops.com",
3434
"_email": "[variables('email')]",
3535
"_solutionName": "BlinkOps",
36-
"_solutionVersion": "3.0.1",
36+
"_solutionVersion": "3.0.2",
3737
"solutionId": "blinkoperations1709924858838.azure-sentinel-blink_automation",
3838
"_solutionId": "[variables('solutionId')]",
3939
"Sentinel-Incident-Handler": "Sentinel-Incident-Handler",
@@ -65,7 +65,7 @@
6565
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
6666
],
6767
"properties": {
68-
"description": "Sentinel-Incident-Handler Playbook with template version 3.0.1",
68+
"description": "Sentinel-Incident-Handler Playbook with template version 3.0.2",
6969
"mainTemplate": {
7070
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
7171
"contentVersion": "[variables('playbookVersion1')]",
@@ -150,6 +150,7 @@
150150
},
151151
"type": "Http",
152152
"inputs": {
153+
"body": "@triggerBody()?['object']",
153154
"method": "POST",
154155
"uri": "@parameters('Blink-Webhook-Full-URL')"
155156
},
@@ -264,7 +265,7 @@
264265
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
265266
],
266267
"properties": {
267-
"description": "Sentinel-Alert-Handler Playbook with template version 3.0.1",
268+
"description": "Sentinel-Alert-Handler Playbook with template version 3.0.2",
268269
"mainTemplate": {
269270
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
270271
"contentVersion": "[variables('playbookVersion2')]",
@@ -349,6 +350,7 @@
349350
},
350351
"type": "Http",
351352
"inputs": {
353+
"body": "@triggerBody()?['object']",
352354
"method": "POST",
353355
"uri": "@parameters('Blink-Webhook-Full-URL')"
354356
},
@@ -459,7 +461,7 @@
459461
"apiVersion": "2023-04-01-preview",
460462
"location": "[parameters('workspace-location')]",
461463
"properties": {
462-
"version": "3.0.1",
464+
"version": "3.0.2",
463465
"kind": "Solution",
464466
"contentSchemaVersion": "3.0.0",
465467
"displayName": "BlinkOps",

Solutions/BlinkOps/Playbooks/Sentinel-Alert-Handler/azuredeploy.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"title": "Sentinel-Alert-Handler",
2626
"notes": [ "Initial version" ]
2727
}
28-
]
28+
],
29+
"support": {
30+
"tier": "Partner"
31+
}
2932
},
3033
"parameters": {
3134
"PlaybookName": {
@@ -107,6 +110,7 @@
107110
},
108111
"type": "Http",
109112
"inputs": {
113+
"body": "@triggerBody()?['object']",
110114
"method": "POST",
111115
"uri": "@parameters('Blink-Webhook-Full-URL')"
112116
},

Solutions/BlinkOps/Playbooks/Sentinel-Alert-Handler/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Before deploying this playbook, ensure the following prerequisites are completed
1515
1. Create an **Event-Based Workflow** in [Blink](https://docs.blinkops.com/docs/workflows/building-workflows/triggers/event-based-triggers/webhooks) that is configured to trigger via webhook.
1616
<img src="../Sentinel-Incident-Handler/Create_event_based_workflow.png" width="50%"/>
1717

18-
<img src="../Sentinel-Incident-Handler/xdr_webhook.png" width="50%"/>
18+
<img src="../Sentinel-Incident-Handler/sentinel_webhook.png" width="50%"/>
1919

2020
2. Note down the following required value from Blink:
2121
- **Blink Webhook Full URL** – the full HTTPS endpoint URL to trigger your Blink workflow.
2222

23-
<img src="../Sentinel-Incident-Handler/xdr_webhook_config.png" width="50%"/>
23+
<img src="../Sentinel-Incident-Handler/Configure_Sentinel_Webhook.png" width="50%"/>
2424

2525
---
2626

218 KB
Loading

Solutions/BlinkOps/Playbooks/Sentinel-Incident-Handler/azuredeploy.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"title": "Sentinel-Incident-Handler",
2626
"notes": [ "Initial version" ]
2727
}
28-
]
28+
],
29+
"support": {
30+
"tier": "Partner"
31+
}
2932
},
3033
"parameters": {
3134
"PlaybookName": {
@@ -107,6 +110,7 @@
107110
},
108111
"type": "Http",
109112
"inputs": {
113+
"body": "@triggerBody()?['object']",
110114
"method": "POST",
111115
"uri": "@parameters('Blink-Webhook-Full-URL')"
112116
},

Solutions/BlinkOps/Playbooks/Sentinel-Incident-Handler/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Before deploying this playbook, ensure the following prerequisites are completed
1515
1. Create an **Event-Based Workflow** in [Blink](https://docs.blinkops.com/docs/workflows/building-workflows/triggers/event-based-triggers/webhooks) that is configured to trigger via webhook.
1616
<img src="./Create_event_based_workflow.png" width="50%"/>
1717

18-
<img src="./xdr_webhook.png" width="50%"/>
18+
<img src="./sentinel_webhook.png" width="50%"/>
1919

2020
2. Note down the following required value from Blink:
2121
- **Blink Webhook Full URL** – the full HTTPS endpoint URL to trigger your Blink workflow.
2222

23-
<img src="./xdr_webhook_config.png" width="50%"/>
23+
<img src="./Configure_Sentinel_Webhook.png" width="50%"/>
2424

2525
---
2626

38.5 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)