Azure-Sentinel/Playbooks/Export-Incidents-With-Comments
Robert Kitching 9d47db0823 Updated readme. Added link to guide. 2020-08-25 14:25:12 +01:00
..
azuredeploy.json
readme.md

readme.md

Export-Incidents-With-Comments

author: Bridewell Consulting - Robert Kitching

This playbook will export all incidents and comments and email them in an CSV file. The filter date is linked to the recurrence trigger settings.

Notes

This playbook will account for API pagination. Default page size is set to 50, please alter as appropriate.

If you wish to alter the output columns etc please alter the 'Append to array variable' action within the main loop.

Annotated Guide

For an annotated breakdown of this playbook please visit https://www.bridewellconsulting.com/automating-azure-sentinel-using-playbooks-to-extract-data.

Additional Post Install Notes:

The Logic App uses a Managed System Identity to authenticate and authorize against management.azure.com to retrieve the data from the API. Be sure to turn on the System Assigned Identity in the Logic App.

Assign RBAC 'Log Analytic Reader' role to the Logic App at the required level.