Forum Discussion
barcaraj
Jun 09, 2020Copper Contributor
Need the export/download dashboard data in pdf format ?
I want to download dashboard data in pdf format, currently on downloading I am getting JSON format file. According to the requirement, I need to convert Dashboard data to pdf format and provide it to the client directly. Is it possible using Azure Portal or any Azure CLI tool?
7 Replies
Sort By
- ReganDangerCareyCopper Contributor
Along this line of thought, is there a query that can produce the stats from the portal? That being the Events, Alerts, Incidents bar and also the "Events and alerts over time" chart in Overview. Would love to be able to export that view and send it in an email or something like that.
- Rod_Trent
Microsoft
ReganDangerCarey Remember that almost every visualization you see in Azure Sentinel is powered by KQL queries - so everything you see can be exposed through the queries.
I've been working recently for a couple customers with smaller security/operations teams that prefer email notifications for various Sentinel things (Incidents, etc.) instead of jumping into the console every morning. If I have time, I'll look into producing something that includes all the Overview blade information.
- barcarajCopper Contributor
Yes, we can get details of azure activities using queries but I am looking for that export button only through which i can email or download anything that is possible. Basically the perfect view of tables and charts which can be provided directly to clients. ReganDangerCarey
- CliveWatsonFormer EmployeeYou can pin queries to an Azure Dashboard, but not to a Workbook - that is option being looked at (no commitment yet).
- CliveWatsonFormer EmployeeYou could consider a Logic App (playbook); if you have lots of data you may need parallel branches.
Recurrence trigger --> "Run Query and visualize results" --> use a convert to pdf option supported by Logic Apps - Send via email