Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a new sentinel incident is created, this playbook gets triggered and performs the following actions: 1. It executes the query specified during playbook setup on given database. 2. Downloads the query result and adds as a comment to the incident.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | AWSAthena |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 1 |
function |
Built-in | 0 | 4 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
function (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| GetQueryResults | POST | — | functionId=[concat(variables('AWSAthenaFuntionAppId'), '/functions/GetQueryResults')] |
| GetQueryExecution | POST | — | functionId=[concat(variables('AWSAthenaFuntionAppId'), '/functions/GetQueryExecution')] |
| StartQueryExecution | POST | — | functionId=[concat(variables('AWSAthenaFuntionAppId'), '/functions/StartQueryExecution')] |
| GetQueryExecution_again | POST | — | functionId=[concat(variables('AWSAthenaFuntionAppId'), '/functions/GetQueryExecution')] |
📄 Source: AWSAthenaPlaybooks/AWSAthena-GetQueryResults/readme.md
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:


Once deployment is complete, authorize each connection.
Refer to AWS Athena API Function App Connector documentation for Function App Application Settings (Access Key ID, Secret Access Key and Region) update instruction.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊