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: docs/integrations/microsoft-azure/azure-virtual-machine.md
+31-28Lines changed: 31 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The Sumo Logic app for Azure Virtual Machine allows you to collect your VM insta
20
20
For Azure Virtual Machine, you can collect the following logs and metrics:
21
21
22
22
***Activity logs**. To learn more about the different Activity log category types and schemas collected for Azure Virtual Machine, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/virtual-machines/monitor-vm-reference#activity-log).
23
-
***Virtual Machine Metrics**. These metrics are available in [Microsoft.Compute/virtualMachines](https://learn.microsoft.com/en-us/azure/virtual-machines/monitor-vm-reference#metrics) namespace.
23
+
***Virtual Machine Metrics**. These metrics are available in [Microsoft.Compute/virtualMachines, Microsoft.Compute/virtualmachineScaleSets](https://learn.microsoft.com/en-us/azure/virtual-machines/monitor-vm-reference#metrics) namespace.
24
24
25
25
For more information on supported metrics and their units, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/virtual-machines/monitor-vm-reference#supported-metrics-for-microsoftcomputevirtualmachines).
26
26
@@ -29,7 +29,6 @@ For more information on supported metrics and their units, refer to the [Azure d
29
29
Azure service sends monitoring data to Azure Monitor, which can then [stream data to Eventhub](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/stream-monitoring-data-event-hubs). Sumo Logic supports:
30
30
31
31
* Logs collection from [Azure Monitor](https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-get-started) using our [Azure Event Hubs source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
32
-
* Metrics collection using our [HTTP Logs and Metrics source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/) via Azure Functions deployed using the ARM template.
33
32
34
33
You must explicitly enable diagnostic settings for each Virtual Machine you want to monitor. You can forward logs to the same event hub provided they satisfy the limitations and permissions as described [here](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal#destination-limitations).
@@ -82,7 +82,7 @@ Since this source contains logs from multiple regions, make sure that you do not
82
82
83
83
## Installing the Azure Virtual Machine app
84
84
85
-
Now that you have set up data collection, install the Azure Virtual Machine Sumo Logic app to use the pre-configured [dashboards](#viewing-the-azure-key-vault-dashboards) that provide visibility into your environment for real-time analysis of overall usage.
85
+
Now that you have set up data collection, install the Azure Virtual Machine Sumo Logic app to use the pre-configured [dashboards](#viewing-the-azure-virtual-machine-dashboards) that provide visibility into your environment for real-time analysis of overall usage.
86
86
87
87
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
88
88
@@ -96,60 +96,63 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
96
96
97
97
### Overview
98
98
99
-
**Azure Virtual Machine - Overview** allows you to monitor and analyze your VM's usage metrics such as VM Availability, CPU usage, read/write ops, cache hits, VM usage, and average latencies. Gain insights into the performance of your VMs.
99
+
**Azure Virtual Machine - Overview**dashboard allows you to monitor and analyze your VM's usage metrics such as VM Availability, CPU usage, read/write ops, cache hits, VM usage, and average latencies. Gain insights into the performance of your VMs.
**Azure VM - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources Use this dashboard to monitor the distribution of operation types and their success rates to ensure proper functioning of your Virtual Machine. Identify potential issues by analyzing the top operations causing errors and correlating them with specific users or applications. Track recent write and delete operations to maintain an audit trail of changes made to your Virtual Machine.
The **Azure VM - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources. Use this dashboard to:
123
+
* Monitor the distribution of operation types and their success rates to ensure proper functioning of your Virtual Machine.
124
+
* Identify potential issues by analyzing the top operations causing errors and correlating them with specific users or applications.
125
+
* Track recent write and delete operations to maintain an audit trail of changes made to your Virtual Machine.
**Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources. Use this dashboard to monitor the success and failure rates of policy events to ensure proper configuration and compliance. Track and analyse recent recommendations to improve the performance and security of your Vaults setup. Identify trends in policy events and recommendations over time to proactively address potential issues.
The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources. Use this dashboard to:
132
+
* Monitor the success and failure rates of policy events to ensure proper configuration and compliance.
133
+
* Track and analyse recent recommendations to improve the performance and security of your Vaults setup.
134
+
* Identify trends in policy events and recommendations over time to proactively address potential issues.
import CreateMonitors from '../../reuse/apps/create-monitors.md';
148
157
149
-
<CreateMonitors/>
150
-
151
-
## Troubleshooting
152
-
153
-
### HTTP Logs and Metrics Source used by Azure Functions
154
-
155
-
To troubleshoot metrics collection, follow the instructions in [Collect Metrics from Azure Monitor > Troubleshooting metrics collection](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#troubleshooting-metrics-collection).
0 commit comments