|
| 1 | +--- |
| 2 | +title: Azure Communication Services Insights dashboard |
| 3 | +titleSuffix: An Azure Communication Services concept document |
| 4 | +description: Descriptions of data visualizations available from the Insights dashboard. |
| 5 | +author: amagginetti |
| 6 | +services: azure-communication-services |
| 7 | + |
| 8 | +ms.author: amagginetti |
| 9 | +ms.date: 03/08/2021 |
| 10 | +ms.topic: conceptual |
| 11 | +ms.service: azure-communication-services |
| 12 | +ms.subservice: data |
| 13 | +--- |
| 14 | + |
| 15 | +# Insights dashboard |
| 16 | + |
| 17 | +This article describes insights available from the Insights dashboard. Use these insights to monitor logs and metrics. |
| 18 | + |
| 19 | +## Overview |
| 20 | + |
| 21 | +Each Communications Resource includes an Insights dashboard that displays data visualizations from the Azure Monitor logs and metrics monitored for your Communications Services. The visualizations within Insights are made possible via [Azure Monitor Workbooks](/azure/azure-monitor/visualize/workbooks-overview). In order to take advantage of Workbooks, follow the instructions outlined in [Enable Azure Monitor in Diagnostic Settings](../enable-logging.md). To enable Workbooks, you need to send your logs to a [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-overview) destination. |
| 22 | + |
| 23 | +:::image type="content" source="..\media\workbooks\insights-overview-2.png" alt-text="Screenshot of Communication Services Insights dashboard."::: |
| 24 | + |
| 25 | +## Prerequisites |
| 26 | + |
| 27 | +- In order to take advantage of Workbooks, follow the instructions outlined in [Enable Logging with Azure Monitor](../enable-logging.md). You need to enable `Operational Authentication Logs`, `Call Summary Logs`, `Call Diagnostic Logs`. |
| 28 | +- To use Workbooks, you need to send your logs to a [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-overview) destination. |
| 29 | + |
| 30 | +## Accessing Azure Insights for Communication Services |
| 31 | + |
| 32 | +Inside your Azure Communication Services resource, scroll down on the left nav bar to the **Monitor** category and click on the **Insights** tab: |
| 33 | + |
| 34 | +:::image type="content" source="..\media\workbooks\acs-insights-nav.png" alt-text="Screenshot of the Insights navigation blade."::: |
| 35 | + |
| 36 | +## Authentication insights |
| 37 | + |
| 38 | +The **Authentication** tab shows authentication logs, which are created through operations such as issuing an access token or creating an identity. The data displayed includes the types of operations performed and the results of those operations: |
| 39 | + |
| 40 | +:::image type="content" source="..\media\workbooks\auth.png" alt-text="Screenshot of the authentication overview."::: |
| 41 | + |
| 42 | +## More information about workbooks |
| 43 | + |
| 44 | +For an in-depth description of workbooks, refer to the [Azure Monitor Workbooks](/azure/azure-monitor/visualize/workbooks-overview) documentation. |
| 45 | + |
| 46 | +## Editing dashboards |
| 47 | + |
| 48 | +The **Insights** dashboards provided with your **Communication Service** resource can be customized by clicking on the **Edit** button on the top navigation bar: |
| 49 | + |
| 50 | +:::image type="content" source="..\media\workbooks\dashboard-editing.png" alt-text="Screenshot of dashboard editing process."::: |
| 51 | + |
| 52 | +Editing these dashboards doesn't modify the **Insights** tab, but rather creates a separate workbook that can be accessed on your resource’s Workbooks tab: |
| 53 | + |
| 54 | +:::image type="content" source="..\media\workbooks\workbooks-tab.png" alt-text="Screenshot of the workbooks tab."::: |
| 55 | + |
| 56 | +For an in-depth description of workbooks, refer to the [Azure Monitor Workbooks](/azure/azure-monitor/visualize/workbooks-overview) documentation. |
0 commit comments