Skip to content

Commit f228a87

Browse files
committed
Additional edits and formatting changes
1 parent 0cfce45 commit f228a87

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

articles/healthcare-apis/iot/how-to-enable-diagnostic-settings.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ ms.author: jasteppe
1212

1313
# How to enable diagnostic settings for the MedTech service
1414

15-
In this article, you'll learn how to enable the diagnostic settings for the MedTech service to export logs and metrics to different destinations (for example: to an [Azure Log Analytics workspace](../../azure-monitor/logs/log-analytics-workspace-overview.md) or an [Azure storage account](../../storage/index.yml) or an [Azure event hub](../../event-hubs/index.yml)) for audit, analysis, backup, or troubleshooting of your MedTech service.
15+
In this article, you'll learn how to enable diagnostic settings for the MedTech service to:
16+
17+
> [!div class="checklist"]
18+
> - Create a diagnostic setting to export logs and metrics for audit, analysis, backup, or troubleshooting of your MedTech service.
19+
> - Use the Azure Log Analytics workspace to view the MedTech service logs.
20+
> - Access the MedTech service pre-defined Azure Log Analytics queries.
1621
1722
## Create a diagnostic setting for the MedTech service
1823

@@ -54,9 +59,9 @@ In this article, you'll learn how to enable the diagnostic settings for the MedT
5459

5560
|Destination|Description|
5661
|-----------|-----------|
57-
|Log Analytics workspace|Metrics are converted to log form. Sending the metrics to the Azure Monitor Logs store (which is searchable via Log Analytics) enables you to integrate them into queries, alerts, and visualizations with existing log data.|
58-
|Azure storage account|Archiving logs and metrics to an Azure storage account is useful for audit, static analysis, or backup. Compared to Azure Monitor Logs and a Log Analytics workspace, Azure storage is less expensive, and logs can be kept there indefinitely.|
59-
|Azure event hub|Sending logs and metrics to an event hub allows you to stream data to external systems such as third-party Security Information and Event Managements (SIEMs) and other Log Analytics solutions.|
62+
|[Azure Log Analytics workspace](../../azure-monitor/logs/log-analytics-workspace-overview.md)|Metrics are converted to log form. Sending the metrics to the Azure Monitor Logs store (which is searchable via Log Analytics) enables you to integrate them into queries, alerts, and visualizations with existing log data.|
63+
|[Azure storage account](../../storage/index.yml)|Archiving logs and metrics to an Azure storage account is useful for audit, static analysis, or backup. Compared to Azure Monitor Logs and a Log Analytics workspace, Azure storage is less expensive, and logs can be kept there indefinitely.|
64+
|[Azure event hub](../../event-hubs/index.yml)|Sending logs and metrics to an event hub allows you to stream data to external systems such as third-party Security Information and Event Managements (SIEMs) and other Log Analytics solutions.|
6065
|Azure Monitor partner integrations|Specialized integrations between Azure Monitor and other non-Microsoft monitoring platforms. Useful when you're already using one of the partners.|
6166

6267
5. Select the **Save** option to save your diagnostic setting selections.
@@ -86,15 +91,15 @@ In this article, you'll learn how to enable the diagnostic settings for the MedT
8691
>
8792
> To learn about how to work with diagnostic logs, see [Overview of Azure platform logs](../../azure-monitor/essentials/platform-logs-overview.md).
8893
89-
## Use the Log Analytics workspace to view the MedTech service logs
94+
## Use the Azure Log Analytics workspace to view the MedTech service logs
9095

9196
If you choose to include your Log Analytics workspace as a destination option for your diagnostic setting, you can view the logs within **Logs** in your MedTech service. If there are any logs, they'll be a result of exceptions for your MedTech service (for example: *HealthCheck* exceptions).
9297

9398
1. To access your Log Analytics workspace, select the **Logs** button within your MedTech service.
9499

95100
:::image type="content" source="media/how-to-enable-diagnostic-settings/select-logs-button.png" alt-text="Screenshot of logs option." lightbox="media/how-to-enable-diagnostic-settings/select-logs-button.png":::
96101

97-
2. Copy the below table query string into your Log Analytics workspace query area and select **Run**. Using the *AHDSMedTechDiagnosticLogs* table will provide you with all logs contained in the entire table for the selected **Time range** setting (the default value is **Last 24 hours**). The MedTech service provides five pre-defined queries that will be addressed in the article section titled [Accessing the MedTech service pre-defined Log Analytics queries](how-to-enable-diagnostic-settings.md#accessing-the-medtech-service-pre-defined-log-analytics-queries).
102+
2. Copy the below table query string into your Log Analytics workspace query area and select **Run**. Using the *AHDSMedTechDiagnosticLogs* table will provide you with all logs contained in the entire table for the selected **Time range** setting (the default value is **Last 24 hours**). The MedTech service provides five pre-defined queries that will be addressed in the article section titled [Accessing the MedTech service pre-defined Azure Log Analytics queries](how-to-enable-diagnostic-settings.md#accessing-the-medtech-service-pre-defined-azure-log-analytics-queries).
98103

99104
```Kusto
100105
AHDSMedTechDiagnosticLogs
@@ -127,7 +132,7 @@ If you choose to include your Log Analytics workspace as a destination option fo
127132
>
128133
> To learn how to troubleshoot the MedTech service error messages and conditions, see [Troubleshoot MedTech service errors](troubleshoot-errors.md).
129134
130-
## Accessing the MedTech service pre-defined Log Analytics queries
135+
## Accessing the MedTech service pre-defined Azure Log Analytics queries
131136

132137
The MedTech service comes with pre-defined queries that can be used anytime in your Log Analytics workspace to filter and summarize your logs for more precise investigation. The queries can also be customized and saved/shared.
133138

0 commit comments

Comments
 (0)