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/azure-monitor/visualize/workbooks-automate.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-monitor
5
5
ms.workload: tbd
6
6
ms.tgt_pltfrm: ibiza
7
7
ms.topic: conceptual
8
-
ms.date: 04/30/2020
8
+
ms.date: 07/05/2022
9
9
---
10
10
11
11
# Programmatically manage workbooks
@@ -286,7 +286,7 @@ The example below demonstrates the customization of an exported Workbook Azure R
286
286
}
287
287
```
288
288
289
-
In this example, the following steps facilitated the customization of an exported Azure Resource Manager template:
289
+
In this example, the following steps facilitate the customization of an exported Azure Resource Manager template:
290
290
1. Export the Workbook as an Azure Resource Manager template as explained in the above section
291
291
2. In the template's `variables` section:
292
292
1. Parse the `serializedData` value into a JSON object variable, which creates a JSON structure including an array of items that represent the content of the Workbook.
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-chart-visualizations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-monitor
5
5
ms.workload: tbd
6
6
ms.tgt_pltfrm: ibiza
7
7
ms.topic: conceptual
8
-
ms.date: 09/04/2020
8
+
ms.date: 07/05/2022
9
9
---
10
10
11
11
# Chart visualizations
@@ -22,7 +22,7 @@ Azure Monitor logs gives resources owners detailed information about the working
22
22
23
23
The example below shows the trend of requests to an app over the previous days.
24
24
25
-
1. Switch the workbook to edit mode by selecting the **Edit**toolbar item.
25
+
1. Switch the workbook to edit mode by selecting **Edit**in the toolbar.
26
26
2. Use the **Add query** link to add a log query control to the workbook.
27
27
3. Select the query type as **Log**, resource type (for example, Application Insights) and the resources to target.
28
28
4. Use the Query editor to enter the [KQL](/azure/kusto/query/) for your analysis (for example, trend of requests).
@@ -142,7 +142,7 @@ Most Azure resources emit metric data about state and health (for example, CPU u
142
142
143
143
The following example will show the number of transactions in a storage account over the prior hour. This allows the storage owner to see the transaction trend and look for anomalies in behavior.
144
144
145
-
1. Switch the workbook to edit mode by selecting the **Edit**toolbar item.
145
+
1. Switch the workbook to edit mode by selecting **Edit**in the toolbar.
146
146
2. Use the **Add metric** link to add a metric control to the workbook.
147
147
3. Select a resource type (for example, Storage Account), the resources to target, the metric namespace and name, and the aggregation to use.
148
148
4. Set other parameters if needed - like time range, split-by, visualization, size, and color palette.
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-configurations.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: carmonm
7
7
ms.workload: tbd
8
8
ms.tgt_pltfrm: ibiza
9
9
ms.topic: conceptual
10
-
ms.date: 07/20/2020
10
+
ms.date: 07/05/2022
11
11
---
12
12
13
13
# Workbook Configuration Options
@@ -22,7 +22,7 @@ The workbooks settings has these tabs to help you configure your workbook.
22
22
|Resources|This tab contains the resources that appear as default selections in this workbook.<br>The resource marked as the **Owner** resource is where the workbook will be saved, and the location of the workbooks and templates you'll see when browsing. The owner resource can't be removed.<br> You can add a default resource by selecting **Add Resources**. You can remove resources by selecting a resource or several resources, and selecting **Remove Selected Resources**. When you're done adding and removing resources, select **Apply Changes**.|
23
23
|Versions| This tab contains a list of all the available versions of this workbook. Select a version and use the toolbar to compare, view, or restore versions. Previous workbook versions are available for 90 days.<br><ul><li>**Compare**: Compare the JSON of the previous workbook to the most recently saved version.</li><li>**View**: Opens the selected version of the workbook in a context pane.</li><li>**Restore**: Saves a new copy of the workbook with the contents of the selected version and overwrites any existing current content. You'll be prompted to confirm this action.</li></ul><br>|
24
24
|Style |In this tab, you can set a padding and spacing style for the whole workbook. The possible options are `Wide`, `Standard`, `Narrow`, `None`. `Standard` is the default style setting.|
25
-
|Pin |While in pin mode, you can select **Pin Workbook** to pin an item from this workbook to a dashboard. Select **Link to Workbook**, to pin a static link to this workbook on your dashboard. You can choose a specific item in your workbook to pin.|
25
+
|Pin |While in pin mode, you can select **Pin Workbook** to pin an component from this workbook to a dashboard. Select **Link to Workbook**, to pin a static link to this workbook on your dashboard. You can choose a specific component in your workbook to pin.|
26
26
|Trusted hosts |In this tab, you can enable a trusted source or mark this workbook as trusted in this browser. See [trusted hosts](#trusted-hosts) for detailed information. |
27
27
28
28
> [!NOTE]
@@ -50,7 +50,7 @@ There are several ways that you can create interactive reports and experiences i
50
50
-**Grid, tile, and chart selections**: You can construct scenarios where clicking a row in a grid updates subsequent charts based on the content of the row. For example, if you have a grid that shows a list of requests and some statistics like failure counts, you can set it up so that if you click on the row of a request, the detailed charts below update to show only that request. Learn how to [set up a grid row click](#set-up-a-grid-row-click).
51
51
-**Grid Cell Clicks**: You to add interactivity with a special type of grid column renderer called a [link renderer](#link-renderer-actions). A link renderer converts a grid cell into a hyperlink based on the contents of the cell. Workbooks support many kinds of link renderers including renderers that open resource overview blades, property bag viewers, App Insights search, usage, transaction tracing, etc. Learn how to [set up a grid cell click](#set-up-grid-cell-clicks).
52
52
-**Conditional Visibility**: You can make controls appear or disappear based on the values of parameters. This allows you to have reports that look different based on user input or telemetry state. For example, you can show consumers a summary when there are no issues, and show detailed information when there's something wrong. Learn how to [set up conditional visibility](#set-conditional-visibility).
53
-
-**Export parameters with multi-selections**: You can export parameters from query and metrics workbook items when a row or multiple rows are selected.Learn how to [set up multi-selects in grids and charts](#set-up-multi-selects-in-grids-and-charts).
53
+
-**Export parameters with multi-selections**: You can export parameters from query and metrics workbook components when a row or multiple rows are selected.Learn how to [set up multi-selects in grids and charts](#set-up-multi-selects-in-grids-and-charts).
54
54
55
55
56
56
### Set up a grid row click
@@ -142,7 +142,7 @@ The following image shows a more elaborate interactive report in read mode based
142
142
143
143
### Set conditional visibility
144
144
145
-
1. Follow the steps in the [Setting up interactivity on grid row click](#set-up-a-grid-row-click) section to set up two interactive controls.
145
+
1. Follow the steps in the [setting up interactivity on grid row click](#set-up-a-grid-row-click) section to set up two interactive controls.
146
146
1. Add a new parameter with these values:
147
147
- Name: `ShowDetails`
148
148
- Parameter type: `Drop down`
@@ -165,19 +165,19 @@ The following image shows a more elaborate interactive report in read mode based
165
165
166
166
The following image shows the case where `ShowDetails` is `Yes`:
167
167
168
-
:::image type="content" source="media/workbooks-configurations/workbooks-conditional-visibility-visible.png" alt-text="Screenshot showing a workbook with a conditional item that is visible.":::
168
+
:::image type="content" source="media/workbooks-configurations/workbooks-conditional-visibility-visible.png" alt-text="Screenshot showing a workbook with a conditional component that is visible.":::
169
169
170
-
The image below shows the hidden case where `ShowDetails` is `No`
170
+
The image below shows the hidden case where `ShowDetails` is `No`:
171
171
172
-
:::image type="content" source="media/workbooks-configurations/workbooks-conditional-visibility-invisible.png" alt-text="Screenshot showing a workbook with a conditional item that is hidden.":::
172
+
:::image type="content" source="media/workbooks-configurations/workbooks-conditional-visibility-invisible.png" alt-text="Screenshot showing a workbook with a conditional component that is hidden.":::
173
173
174
174
### Set up multi-selects in grids and charts
175
175
176
-
Query and metrics items can export parameters when a row or multiple rows are selected.
176
+
Query and metrics components can export parameters when a row or multiple rows are selected.
177
177
178
178
:::image type="content" source="media/workbooks-configurations/workbooks-export-parameters.png" alt-text="Screenshot showing the workbooks export parameters settings with multiple parameters.":::
179
179
180
-
1. In the query step displaying the grid, select **Advanced settings**.
180
+
1. In the query component displaying the grid, select **Advanced settings**.
181
181
2. Select the `When items are selected, export parameters` checkbox.
182
182
1. Select the `allow selection of multiple values` checkbox.
183
183
- The displayed visualization allows multi-selecting and the exported parameter's values will be arrays of values, like when using multi-select dropdown parameters.
@@ -189,7 +189,7 @@ When single selection is enabled, you can specify which field of the original da
189
189
When multi-selection is enabled, you specify which field of the original data to export. Fields include parameter name, parameter type, quote with and delimiter. The quote with and delimiter values are used when turning arrow values into text when being replaced in a query. In multi-selection, if no values are selected, the default value is an empty array.
190
190
191
191
> [!NOTE]
192
-
> For multiselect, only unique values are exported. For example, you will not see output array values like " 1,1,2,1". The array output will be get "1,2".
192
+
> For multi-select, only unique values are exported. For example, you will not see output array values like " 1,1,2,1". The array output will be get "1,2".
193
193
194
194
If you leave the `Field to export` setting empty in the export settings, all the available fields in the data will be exported as a stringified JSON object of key:value pairs. For grids and titles, the string includes the fields in the grid. For charts, the available fields are x,y,series, and label (depending on the type of chart).
0 commit comments