You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-create-analytics.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Analyze device data in your Azure IoT Central application | Microsoft Doc
3
3
description: Analyze device data in your Azure IoT Central application.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/21/2022
6
+
ms.date: 11/03/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -34,7 +34,7 @@ The analytics user interface has three main components:
34
34
35
35
-**Chart control:** The chart control visualizes the data as a line chart. You can toggle the visibility of specific lines by interacting with the chart legend.
36
36
37
-
:::image type="content" source="media/howto-create-analytics/analytics-ui.png" alt-text="Screenshot that shows the three areas of the data explorer UI.":::
37
+
:::image type="content" source="media/howto-create-analytics/analytics-ui.png" alt-text="Screenshot that shows the three areas of the data explorer UI." lightbox="media/howto-create-analytics/analytics-ui.png":::
38
38
39
39
## Query your data
40
40
@@ -60,7 +60,7 @@ Select **Save** to save an analytics query. Later, you can retrieve any queries
60
60
61
61
-**Time editor panel:** By default you see data from the last day. You can drag either end of the slider to change the time duration. You can also use the calendar control to select one of the predefined time buckets or select a custom time range. The time control also has an **Interval size** slider that controls the interval size used to aggregate the data.
62
62
63
-
:::image type="content" source="media/howto-create-analytics/time-editor-panel.png" alt-text="Screenshot that shows the time editor panel.":::
63
+
:::image type="content" source="media/howto-create-analytics/time-editor-panel.png" alt-text="Screenshot that shows the time editor panel." lightbox="media/howto-create-analytics/time-editor-panel.png":::
64
64
65
65
-**Inner date range slider tool**: Use the two endpoint controls to highlight the time span you want. The inner date range is constrained by the outer date range slider control.
66
66
@@ -83,11 +83,11 @@ Select **Save** to save an analytics query. Later, you can retrieve any queries
83
83
-**Shared:** A graph for each telemetry type is plotted against the same y-axis.
84
84
-**Overlap:** Use this mode to stack multiple lines on the same y-axis, with the y-axis data changing based on the selected line.
85
85
86
-
:::image type="content" source="media/howto-create-analytics/y-axis-control.png" alt-text="A screenshot that highlights the y-axis control.":::
86
+
:::image type="content" source="media/howto-create-analytics/y-axis-control.png" alt-text="A screenshot that highlights the y-axis control." lightbox="media/howto-create-analytics/y-axis-control.png":::
87
87
88
88
-**Zoom control:** The zoom control lets you drill further into your data. If you find a time period you'd like to focus on within your result set, use your mouse pointer to highlight the area. Then select **Zoom in**.
89
89
90
-
:::image type="content" source="media/howto-create-analytics/zoom.png" alt-text="A Screenshot that shows the use of the zoom control.":::
90
+
:::image type="content" source="media/howto-create-analytics/zoom.png" alt-text="A Screenshot that shows the use of the zoom control." lightbox="media/howto-create-analytics/zoom.png":::
91
91
92
92
Select the ellipsis, for more chart controls:
93
93
@@ -97,7 +97,7 @@ Select the ellipsis, for more chart controls:
97
97
98
98
-**Drop a Marker:** The **Drop Marker** control lets you anchor certain data points on the chart. It's useful when you're trying to compare data for multiple lines across different time periods.
99
99
100
-
:::image type="content" source="media/howto-create-analytics/additional-chart-controls.png" alt-text="A Screenshot that shows how to access the additional chart controls.":::
100
+
:::image type="content" source="media/howto-create-analytics/additional-chart-controls.png" alt-text="A Screenshot that shows how to access the additional chart controls." lightbox="media/howto-create-analytics/additional-chart-controls.png":::
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-dashboards.md
+18-29Lines changed: 18 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create and manage Azure IoT Central dashboards | Microsoft Docs
3
3
description: Learn how to create and manage application and personal dashboards in Azure IoT Central.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/20/2022
6
+
ms.date: 11/03/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -20,15 +20,15 @@ All users can create *personal dashboards*, visible only to themselves. Users ca
20
20
21
21
## Create a dashboard
22
22
23
-
The following screenshot shows the dashboard in an application created from the **Custom Application** template. If you're in a role with the appropriate permissions, you can customize the default dashboard. To create a new dashboard from scratch, select**+ New dashboard**in the upper-left corner of the page. To create a new dashboard by copying the current dashboard, select **Copy**:
23
+
The following screenshot shows the dashboard in an application created from the **Custom Application** template. If you're in a role with the appropriate permissions, you can customize the default dashboard. To create a new dashboard from scratch, select**Go to dashboard catalog**and then **+New**. To create a new dashboard by copying the current dashboard, select **Copy**:
24
24
25
-
:::image type="content" source="media/howto-manage-dashboards/dashboard-custom-app.png" alt-text="Screenshot that shows the New dashboard button.":::
25
+
:::image type="content" source="media/howto-manage-dashboards/dashboard-custom-app.png" alt-text="Screenshot that shows the options for creating a new dashboard." lightbox="media/howto-manage-dashboards/dashboard-custom-app.png":::
26
26
27
27
In the **Create dashboard** or **Duplicate dashboard** panel, give your dashboard a name and select either **Organization** or **Personal** as the dashboard type. If you're creating an organization dashboard, choose the [organization](howto-create-organizations.md) the dashboard is associated with. An organization dashboard and its tiles only show the devices that are visible to the organization and any of its suborganizations.
28
28
29
29
After you create the dashboard, choose items from the library to add to the dashboard. The library contains the tiles and dashboard primitives you use to customize the dashboard:
30
30
31
-
:::image type="content" source="media/howto-manage-dashboards/dashboard-library.png" alt-text="Screenshot that shows the dashboard library.":::
31
+
:::image type="content" source="media/howto-manage-dashboards/dashboard-library.png" alt-text="Screenshot that shows the dashboard library." lightbox="media/howto-manage-dashboards/dashboard-library.png":::
32
32
33
33
If you're an administrator, you can create a personal dashboard or an organization dashboard. Users see the organization dashboards associated with the organization they're assigned to. All users can create personal dashboards, visible only to themselves.
34
34
@@ -39,27 +39,21 @@ If you're an administrator, you can create a personal dashboard or an organizati
39
39
40
40
You can have several personal dashboards and switch between them or choose from one of the organization dashboards:
41
41
42
-
:::image type="content" source="media/howto-manage-dashboards/switch-dashboards.png" alt-text="Screenshot that shows how to switch between dashboards.":::
42
+
:::image type="content" source="media/howto-manage-dashboards/switch-dashboards.png" alt-text="Screenshot that shows how to switch between dashboards." lightbox="media/howto-manage-dashboards/switch-dashboards.png":::
43
43
44
44
You can edit your personal dashboards and delete dashboards you don't need. If you have the correct [permissions](howto-manage-users-roles.md#customizing-the-app), you can edit or delete organization dashboards as well.
45
45
46
-
:::image type="content" source="media/howto-manage-dashboards/delete-dashboards.png" alt-text="Screenshot that shows how to edit or delete a dashboard.":::
47
-
48
-
To rename a dashboard or see the organization it's assigned to, select **Dashboard settings**:
49
-
50
-
:::image type="content" source="media/howto-manage-dashboards/rename-dashboards.png" alt-text="Screenshot that shows how to rename a dashboard.":::
46
+
You can also manage the dashboards in the catalog by selecting **Go to dashboard catalog**.
51
47
52
48
## Add tiles
53
49
54
-
The following screenshot shows the dashboard in an application created from the **Custom application** template. To customize the current dashboard, select **Edit**:
55
-
56
-
:::image type="content" source="media/howto-manage-dashboards/dashboard-sample-contoso.png" alt-text="Screenshot that shows a dashboard for applications that are based on the Custom Application template.":::
50
+
To customize the current dashboard, select **Edit**.
57
51
58
-
After you select **Edit**, **New dashboard**, or **Copy**, the dashboard is in *edit* mode. You can use the tools in the **Edit dashboard** panel to add tiles to the dashboard. You can customize and remove tiles on the dashboard itself. For example, to add a line chart tile to track telemetry values reported by one or more devices over time:
52
+
After you select **Edit**, the dashboard is in *edit* mode. You can use the tools in the **Add a tile** panel to add tiles to the dashboard. You can customize and remove tiles on the dashboard itself. For example, to add a line chart tile to track telemetry values reported by one or more devices over time:
59
53
60
54
1. Select **Start with a Visual**, **Line chart**, and then **Add tile**, or just drag the tile onto the canvas.
61
55
62
-
1. To edit the tile, select its **pencil**button. Enter a **Title** and select a **Device Group**. In the **Devices** list, select the devices to show on the tile.
56
+
1. To edit the tile, select its **pencil**icon. Enter a **Title** and select a **Device Group**. In the **Devices** list, select the devices to show on the tile.
63
57
64
58
1. After you select all the devices to show on the tile, select **Update**.
65
59
@@ -94,11 +88,12 @@ This table describes the types of tiles you can add to a dashboard:
94
88
| Property | Display the current values for properties and cloud properties for one or more devices. For example, you can use this tile to display device properties like the manufacturer or firmware version. |
95
89
| Map (property) | Display the location of one or more devices on a map.|
96
90
| Map (telemetry) | Display the location of one or more devices on a map. You can also display up to 100 points of a device's location history. For example, you can display a sampled route of where a device has been in the past week.|
97
-
| Image | Display a custom image and can be clickable. The URL can be a relative link to another page in the application or an absolute link to an external site.|
91
+
| Image (static)| Display a custom image and can be clickable. The URL can be a relative link to another page in the application or an absolute link to an external site.|
98
92
| Label | Display custom text on a dashboard. You can choose the size of the text. Use a label tile to add relevant information to the dashboard, like descriptions, contact details, or Help.|
99
93
| Markdown | Clickable tiles that display a heading and description text formatted in Markdown. The URL can be a relative link to another page in the application or an absolute link to an external site.|
100
94
| External content | Let you load content from an external source. |
101
95
| Number of devices | Display the number of devices in a device group.|
96
+
| Data explorer query | Display a saved data explorer query |
102
97
103
98
Currently, you can add up to 10 devices to tiles that support multiple devices.
104
99
@@ -108,38 +103,32 @@ By default, line charts show data over a range of time. The selected time range
108
103
109
104
For tiles that display aggregate values, select the **gear** button next to the telemetry type in the **Configure chart** panel to choose the aggregation. You can choose average, sum, maximum, minimum, or count:
110
105
111
-
:::image type="content" source="media/howto-manage-dashboards/aggregate-choice.png" alt-text="Select the aggregation to use.":::
106
+
:::image type="content" source="media/howto-manage-dashboards/aggregate-choice.png" alt-text="Select the aggregation to use." lightbox="media/howto-manage-dashboards/aggregate-choice.png":::
112
107
113
108
For line charts, bar charts, and pie charts, you can customize the colors of the various telemetry values. Select the **palette** button next to the telemetry you want to customize:
114
109
115
-
:::image type="content" source="media/howto-manage-dashboards/color-customization.png" alt-text="Screenshot that shows the palette button.":::
110
+
:::image type="content" source="media/howto-manage-dashboards/color-customization.png" alt-text="Screenshot that shows the color palette button." lightbox="media/howto-manage-dashboards/color-customization.png":::
116
111
117
112
For tiles that show string properties or telemetry values, you can choose how to display the text. For example, if the device stores a URL in a string property, you can display it as a clickable link. If the URL references an image, you can render the image in a last known value or property tile. To change how a string displays, select the **gear** button next to the telemetry type or property in the tile configuration.
118
113
119
114
For numeric KPI, LKV, and property tiles, you can use conditional formatting to customize the color of the tile based on its value. To add conditional formatting, select **Configure** on the tile and then select the **Conditional formatting** button next to the value you want to customize.
120
115
121
116
Next, add your conditional formatting rules:
122
117
123
-
:::image type="content" source="media/howto-manage-dashboards/conditional-formatting-2.png" alt-text="Screenshot that shows conditional formatting rules for available memory. There are rules for less than, greater than, and greater than or equal to.":::
124
-
125
-
The following screenshot shows the effect of those conditional formatting rules:
126
-
127
-
:::image type="content" source="media/howto-manage-dashboards/conditional-formatting-3.png" alt-text="Screenshot that shows a purple background color on the available memory tile.":::
118
+
:::image type="content" source="media/howto-manage-dashboards/conditional-formatting-2.png" alt-text="Screenshot that shows conditional formatting rules for temperature. There are rules for less than, greater than, and greater than or equal to." lightbox="media/howto-manage-dashboards/conditional-formatting-2.png":::
128
119
129
120
### Tile formatting
130
121
131
122
This feature is available on the KPI, LKV, and property tiles. It lets you adjust font size, choose decimal precision, abbreviate numeric values (for example, format 1,700 as 1.7 K), or wrap string values on their tiles.
132
123
133
-
:::image type="content" source="media/howto-manage-dashboards/tile-format.png" alt-text="Screenshot that shows the dialog box for tile formatting.":::
134
-
135
-
## Pin analytics to dashboard
124
+
## Pin data explorer query to dashboard
136
125
137
-
To continuously monitor the analytics queries, you can pin the query to dashboard. To pin a query to the dashboard:
126
+
To continuously monitor the data explorer queries, you can pin a query to a dashboard. To pin a query to the dashboard:
138
127
139
-
1. Navigate to **Data explorer**in the left pane and select the query you created.
128
+
1. Navigate to **Data explorer** in the left pane and select a query.
140
129
1. Select a dashboard from the dropdown menu and select **Pin to dashboard**.
141
130
142
-
:::image type="content" source="media/howto-manage-dashboards/pin-dashboard.png" alt-text="Select pin to dashboard":::
131
+
:::image type="content" source="media/howto-manage-dashboards/pin-dashboard.png" alt-text="Select pin to dashboard" lightbox="media/howto-manage-dashboards/pin-dashboard.png":::
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-use-location-data.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use location data in an Azure IoT Central solution
3
3
description: Learn how to use location data sent from a device connected to your IoT Central application. Plot location data on a map or create geofencing rules.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/22/2022
6
+
ms.date: 11/03/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -91,9 +91,7 @@ When you create a view for a device, you can choose to plot the location on a ma
91
91
92
92
:::image type="content" source="media/howto-use-location-data/location-views.png" alt-text="Screenshot showing example view with location data" lightbox="media/howto-use-location-data/location-views.png":::
93
93
94
-
You can add map tiles to a dashboard to plot the location of one or more devices. When you add a map tile to show location telemetry, you can plot the location over a time period. The following screenshot shows the location reported by a simulated device over the last 30 minutes:
95
-
96
-
:::image type="content" source="media/howto-use-location-data/location-dashboard.png" alt-text="Screenshot showing example dashboard with location data" lightbox="media/howto-use-location-data/location-dashboard.png":::
94
+
You can add map tiles to a dashboard to plot the location of one or more devices. When you add a map tile to show location telemetry, you can plot the location over a time period, as shown in the previous screenshot.
0 commit comments