Skip to content

Commit 966ae03

Browse files
Revert "fix Typos in Azure VM doc"
This reverts commit 45f9fb4. # Conflicts: # docs/integrations/microsoft-azure/azure-virtual-machine.md
1 parent d5ce6ba commit 966ae03

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

docs/integrations/microsoft-azure/azure-virtual-machine.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,6 @@ You must explicitly enable diagnostic settings for each Virtual Machine you want
3030

3131
When you configure the event hubs source or HTTP source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/VM/ActivityLogs`, `Azure/VM/Metrics`.
3232

33-
### Configure metric rules
34-
35-
* **Azure Observability Metadata Extraction VMName**
36-
37-
In case this rule already exists, then no need to create it again.
38-
39-
```sql
40-
Rule Name: AzureObservabilityMetadataExtractionVMName
41-
```
42-
43-
```sql title="Metric match expression"
44-
tenant_name=* namespace=Microsoft.Compute/virtualMachines resource_name=*
45-
```
46-
47-
| Fields extracted | Metric rule |
48-
|:--|:--|
49-
| `vmname` | `$resource_name._1` |
50-
5133
### Configure metrics collection
5234

5335
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';
@@ -103,29 +85,29 @@ import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
10385

10486
The **Azure Virtual Machine - Overview** dashboard allows you to gain insights into the performance of your VMs by monitoring and analyzing your VM's usage metrics such as VM availability, CPU usage, read/write ops, cache hits, VM usage, and average latencies.
10587

106-
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Overview.png')} alt="Azure Virtual Machine - Overview dashboard" style={{border: '1px solid gray'}} width="800" />
88+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Overview.png')} alt="Azure Key Vault - Overview dashboard" style={{border: '1px solid gray'}} width="800" />
10789

10890
### OS/Disk
10991

110-
The **Azure Virtual Machine - OS/Disk** dashboard provides details on the operational activities and status of your Azure VM OS and Data disks.
92+
The **Azure VM - OS/Disk** dashboard provides details on the operational activities and status of your Azure VM OS and Data disks.
11193

112-
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+OS%3AData+Disk.png')} alt="Azure Virtual Machine - Operations Overview dashboard" style={{border: '1px solid gray'}} width="800" />
94+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+OS%3AData+Disk.png')} alt="Azure Key Vault - Operations Overview dashboard" style={{border: '1px solid gray'}} width="800" />
11395

11496
### Network
11597

116-
The **Azure Virtual Machine - Network** dashboard provides detailed information about VM network activities based on incoming and outgoing packets and bytes.
98+
The **Azure VM - Network** dashboard provides detailed information about VM network activities based on incoming and outgoing packets and bytes.
11799

118-
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Network.png')} alt="Azure Virtual Machine - Operations Detailed dashboard" style={{border: '1px solid gray'}} width="800" />
100+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Network.png')} alt="Azure Key Vault - Operations Detailed dashboard" style={{border: '1px solid gray'}} width="800" />
119101

120102
### Disk
121103

122-
The **Azure Virtual Machine - Disk** dashboard provides details on the operational activities and status of your Azure VM disks and premium disks.
104+
The **Azure VM - Disk** dashboard provides details on the operational activities and status of your Azure VM disks and premium disks.
123105

124-
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Disk.png')} alt="Azure Virtual Machine - Errors and Failures dashboard" style={{border: '1px solid gray'}} width="800" />
106+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Disk.png')} alt="Azure Key Vault - Errors and Failures dashboard" style={{border: '1px solid gray'}} width="800" />
125107

126108
### Administrative Operations
127109

128-
The **Azure Virtual Machine - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.
110+
The **Azure Virtual Machine - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.
129111

130112
Use this dashboard to:
131113
* Monitor the distribution of operation types and their success rates to ensure proper functioning of your Virtual Machine.
@@ -136,7 +118,7 @@ Use this dashboard to:
136118

137119
### Policy and Recommendations
138120

139-
The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.
121+
The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.
140122

141123
Use this dashboard to:
142124
* Monitor the success and failure rates of policy events to ensure proper configuration and compliance.

0 commit comments

Comments
 (0)