Skip to content

Commit 9b1b978

Browse files
sachin-sumologicApoorvkudesia-sumologicamee-sumo
authored
Removed metric rule section (#5623)
* removed metric rule section * fix Typos in Azure VM doc * Update azure-virtual-machine.md * added metric note --------- Co-authored-by: Apoorv Kudesia <[email protected]> Co-authored-by: Amee Lepcha <[email protected]>
1 parent 24dae5f commit 9b1b978

File tree

1 file changed

+23
-36
lines changed

1 file changed

+23
-36
lines changed

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

Lines changed: 23 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,17 @@ 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';
5436

5537
<MetricsSourceBeta/>
5638

39+
:::note
40+
Metric Rule `AzureObservabilityMetadataExtractionVMName` will be created automatically as a part of app installation process.
41+
This metric rule creates new dimension `vmname` for non scale set VMs.
42+
:::
43+
5744
### Configure logs collection
5845

5946
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
@@ -103,65 +90,65 @@ import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
10390

10491
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.
10592

106-
<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" />
93+
<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" />
10794

10895
### OS/Disk
10996

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

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 Key Vault - Operations Overview dashboard" style={{border: '1px solid gray'}} width="800" />
99+
<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 - OS/Disk dashboard" style={{border: '1px solid gray'}} width="800" />
113100

114101
### Network
115102

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

118-
<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" />
105+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Network.png')} alt="Azure Virtual Machine - Network dashboard" style={{border: '1px solid gray'}} width="800" />
119106

120107
### Disk
121108

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

124-
<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" />
111+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Disk.png')} alt="Azure Virtual Machine - Disk dashboard" style={{border: '1px solid gray'}} width="800" />
125112

126113
### Administrative Operations
127114

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

130117
Use this dashboard to:
131118
* Monitor the distribution of operation types and their success rates to ensure proper functioning of your Virtual Machine.
132119
* Identify potential issues by analyzing the top operations causing errors and correlating them with specific users or applications.
133120
* Track recent write and delete operations to maintain an audit trail of changes made to your Virtual Machine.
134121

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

137124
### Policy and Recommendations
138125

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

141128
Use this dashboard to:
142129
* Monitor the success and failure rates of policy events to ensure proper configuration and compliance.
143-
* Track and analyse recent recommendations to improve the performance and security of your Vaults setup.
130+
* Track and analyse recent recommendations to improve the performance and security of your VM setup.
144131
* Identify trends in policy events and recommendations over time to proactively address potential issues.
145132

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

148135
### CPU
149136

150-
The **Azure VM - CPU** dashboard provides details on the CPU metrics and usage of your Azure VM CPU.
137+
The **Azure Virtual Machine - CPU** dashboard provides details on the CPU metrics and usage of your Azure VM CPU.
151138

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

154141
### Cache
155142

156-
The **Azure VM - Cache** dashboard provides details on the status and usage of your Azure VM cache resources.
143+
The **Azure Virtual Machine - Cache** dashboard provides details on the status and usage of your Azure VM cache resources.
157144

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

160147
### Temp Disk
161148

162-
The **Azure VM - Temp Disk** dashboard provides details on the operational activities and status of your Azure VM Temp Disk.
149+
The **Azure Virtual Machine - Temp Disk** dashboard provides details on the operational activities and status of your Azure VM Temp Disk.
163150

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

166153
## Create monitors for Azure Virtual Machine app
167154

0 commit comments

Comments
 (0)