|
1 | 1 | ---
|
2 | 2 | title: Visualize data from Azure Data Explorer using Grafana
|
3 |
| -description: In this how-to, you learn how to set up Azure Data Explorer as a data source for Grafana, and then visualize data from a sample cluster. |
| 3 | +description: In this article, you learn to set up Azure Data Explorer as a data source for Grafana, and then visualize data from a sample cluster. |
4 | 4 | author: orspod
|
5 | 5 | ms.author: orspodek
|
6 |
| -ms.reviewer: mblythe |
| 6 | +ms.reviewer: gabil |
7 | 7 | ms.service: data-explorer
|
8 | 8 | ms.topic: conceptual
|
9 |
| -ms.date: 6/30/2019 |
| 9 | +ms.date: 11/13/2019 |
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Visualize data from Azure Data Explorer in Grafana
|
13 | 13 |
|
14 |
| -Grafana is an analytics platform that enables you to query and visualize data, then create and share dashboards based on your visualizations. Grafana provides an Azure Data Explorer *plugin*, which enables you to connect to and visualize data from Azure Data Explorer. In this article, you learn how to set up Azure Data Explorer as a data source for Grafana, and then visualize data from a sample cluster. |
| 14 | +Grafana is an analytics platform that enables you to query and visualize data, then create and share dashboards based on your visualizations. Grafana provides an Azure Data Explorer *plugin*, which enables you to connect to and visualize data from Azure Data Explorer. In this article, you learn to set up Azure Data Explorer as a data source for Grafana, and then visualize data from a sample cluster. |
15 | 15 |
|
16 |
| -Using the following video, you can learn to use Grafana's Azure Data Explorer plugin, set up Azure Data Explorer as a data source for Grafana, and then visualize data. |
| 16 | +Use the following video, to learn how to use Grafana's Azure Data Explorer plugin, set up Azure Data Explorer as a data source for Grafana, and then visualize data. |
17 | 17 |
|
18 | 18 | > [!VIDEO https://www.youtube.com/embed/fSR_qCIFZSA]
|
19 | 19 |
|
20 | 20 | Alternatively you can [configure the data source](#configure-the-data-source) and [visualize data](#visualize-data) as detailed in the article below.
|
21 | 21 |
|
22 | 22 | ## Prerequisites
|
23 | 23 |
|
24 |
| -You need the following to complete this how to: |
| 24 | +You need the following to complete this article: |
25 | 25 |
|
26 | 26 | * [Grafana version 5.3.0 or later](https://docs.grafana.org/installation/) for your operating system
|
27 | 27 |
|
@@ -61,7 +61,7 @@ With the service principal assigned to the *viewers* role, you now specify prope
|
61 | 61 |
|
62 | 62 | 1. Select **Save & Test**.
|
63 | 63 |
|
64 |
| - If the test is successful, go to the next section. If you encounter any issues, check the values you specified in Grafana, and review previous steps. |
| 64 | + If the test is successful, go to the next section. If you come across any issues, check the values you specified in Grafana, and review previous steps. |
65 | 65 |
|
66 | 66 | ## Visualize data
|
67 | 67 |
|
@@ -106,8 +106,26 @@ Now you've finished configuring Azure Data Explorer as a data source for Grafana
|
106 | 106 |
|
107 | 107 | 1. On the top menu, select the save icon: .
|
108 | 108 |
|
| 109 | +## Create Alerts |
| 110 | +
|
| 111 | +1. In Home Dashboard, select **Alerting** > **Notification channels** to create a new notification channel |
| 112 | +
|
| 113 | +  |
| 114 | +
|
| 115 | +1. Create a new **Notification channel**, then **Save**. |
| 116 | +
|
| 117 | +  |
| 118 | +
|
| 119 | +1. On the **Dashboard**, select **Edit** from the dropdown. |
| 120 | +
|
| 121 | +  |
| 122 | +
|
| 123 | +1. Select the alert bell icon to open the **Alert** pane. Select **Create Alert**. Complete the following properties in the **Alert** pane. |
| 124 | +
|
| 125 | +  |
| 126 | +
|
| 127 | +1. Select the **Save dashboard** icon to save your changes. |
| 128 | +
|
109 | 129 | ## Next steps
|
110 | 130 |
|
111 | 131 | * [Write queries for Azure Data Explorer](write-queries.md)
|
112 |
| -
|
113 |
| -* [Tutorial: Visualize data from Azure Data Explorer in Power BI](visualize-power-bi.md) |
|
0 commit comments