Skip to content

Commit 92e93b4

Browse files
authored
Merge pull request #95140 from orspod/grafana-create-alerts
add alerts to grafana topic
2 parents ad5ecae + 4760f01 commit 92e93b4

14 files changed

+33
-15
lines changed

articles/data-explorer/connect-odbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect to Azure Data Explorer with ODBC
33
description: In this article, you learn how to set up an Open Database Connectivity (ODBC) connection to Azure Data Explorer.
44
author: orspod
55
ms.author: orspodek
6-
ms.reviewer: mblythe
6+
ms.reviewer: gabil
77
ms.service: data-explorer
88
ms.topic: conceptual
99
ms.date: 06/30/2019

articles/data-explorer/grafana.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22
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.
44
author: orspod
55
ms.author: orspodek
6-
ms.reviewer: mblythe
6+
ms.reviewer: gabil
77
ms.service: data-explorer
88
ms.topic: conceptual
9-
ms.date: 6/30/2019
9+
ms.date: 11/13/2019
1010
---
1111

1212
# Visualize data from Azure Data Explorer in Grafana
1313

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.
1515

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.
1717

1818
> [!VIDEO https://www.youtube.com/embed/fSR_qCIFZSA]
1919
2020
Alternatively you can [configure the data source](#configure-the-data-source) and [visualize data](#visualize-data) as detailed in the article below.
2121

2222
## Prerequisites
2323

24-
You need the following to complete this how to:
24+
You need the following to complete this article:
2525

2626
* [Grafana version 5.3.0 or later](https://docs.grafana.org/installation/) for your operating system
2727

@@ -61,7 +61,7 @@ With the service principal assigned to the *viewers* role, you now specify prope
6161

6262
1. Select **Save & Test**.
6363

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.
6565

6666
## Visualize data
6767

@@ -106,8 +106,26 @@ Now you've finished configuring Azure Data Explorer as a data source for Grafana
106106
107107
1. On the top menu, select the save icon: ![Save icon](media/grafana/save-icon.png).
108108
109+
## Create Alerts
110+
111+
1. In Home Dashboard, select **Alerting** > **Notification channels** to create a new notification channel
112+
113+
![create notification channel](media/grafana/create-notification-channel.png)
114+
115+
1. Create a new **Notification channel**, then **Save**.
116+
117+
![Create new notification channel](media/grafana/new-notification-channel-adx.png)
118+
119+
1. On the **Dashboard**, select **Edit** from the dropdown.
120+
121+
![select edit in dashboard](media/grafana/edit-panel-4-alert.png)
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+
![alert properties](media/grafana/alert-properties.png)
126+
127+
1. Select the **Save dashboard** icon to save your changes.
128+
109129
## Next steps
110130
111131
* [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)
124 KB
Loading
151 KB
Loading
123 KB
Loading
208 KB
Loading
75.6 KB
Loading
69.1 KB
Loading
209 KB
Loading

articles/data-explorer/power-bi-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Best practices for using Power BI to query and visualize Azure Data Expl
33
description: 'In this article, you learn best practices for using Power BI to query and visualize Azure Data Explorer data.'
44
author: orspod
55
ms.author: orspodek
6-
ms.reviewer: mblythe
6+
ms.reviewer: gabil
77
ms.service: data-explorer
88
ms.topic: conceptual
99
ms.date: 09/26/2019

0 commit comments

Comments
 (0)