Skip to content

Commit 6efe662

Browse files
committed
Update the monitors section in Azure docs
1 parent 1bb769b commit 6efe662

11 files changed

+192
-26
lines changed

docs/integrations/microsoft-azure/azure-application-gateway.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,19 +158,14 @@ The **Azure Application Gateway - Traffic** dashboard provides details into the
158158

159159
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureApplicationGateway/Azure-Application-Gateway-Traffic.png')} alt="Azure Application Gateway Security" style={{border: '1px solid gray'}} width="800" />
160160

161-
## Upgrade/Downgrade the Azure Application Gateway app (optional)
162-
163-
import AppUpdate from '../../reuse/apps/app-update.md';
161+
## Create monitors for Azure Application Gateway
164162

165-
<AppUpdate/>
163+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
166164

167-
## Uninstalling the Azure Application Gateway app (optional)
168-
169-
import AppUninstall from '../../reuse/apps/app-uninstall.md';
170-
171-
<AppUninstall/>
165+
<CreateMonitors/>
172166

173167
### Azure Application Gateway alerts
168+
174169
These alerts are metric based and will work for all Azure Application Gateways.
175170

176171
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
@@ -181,6 +176,18 @@ These alerts are metric based and will work for all Azure Application Gateways.
181176
| `Azure Application Gateway - Healthy Host Count` | This alert is triggered when Healthy Host Count is less than 1. | Count < 1 | Count >= 1 |
182177
| `Azure Application Gateway - UnHealthy Host Count` | This alert is triggered when UnHealthy Host Count is greater than 1 | Count >= 1 | Count < 1 |
183178

179+
## Upgrade/Downgrade the Azure Application Gateway app (optional)
180+
181+
import AppUpdate from '../../reuse/apps/app-update.md';
182+
183+
<AppUpdate/>
184+
185+
## Uninstalling the Azure Application Gateway app (optional)
186+
187+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
188+
189+
<AppUninstall/>
190+
184191
## Troubleshooting
185192

186193
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-cache-for-redis.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,14 @@ The **Azure Cache for Redis - Resource Performance(Non-Enterprise)** dashboard p
160160

161161
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureCacheForRedis/Azure-Cache-for-Redis-Resource-Performance-Non-Enterprise.png')} alt="Azure Cache for Redis - Resource Performance(Non-Enterprise)" style={{border: '1px solid gray'}} width="800" />
162162

163+
## Create monitors for Azure Cache for Redis
164+
165+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
166+
167+
<CreateMonitors/>
163168

164169
### Azure Cache for Redis alerts
170+
165171
These alerts are metric based and will work for all Azure Cache for Redis.
166172

167173
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
@@ -172,6 +178,18 @@ These alerts are metric based and will work for all Azure Cache for Redis.
172178
| `Azure Cache For Redis - Server Load` | This alert is triggered when Server Load percentage greater than 80. Also a warning type alert will be triggered when Server Load percentage greater than 70. | percentage >= 80 | percentage < 80 |
173179
| `Azure Cache For Redis - Used Memory Percentage` | This alert is triggered when Used Memory percentage greater than 80. Also a warning type alert will be triggered when Used Memory percentage greater than 70. | percentage >= 80 | percentage < 80 |
174180

181+
## Upgrade/Downgrade the Azure Cache for Redis app (optional)
182+
183+
import AppUpdate from '../../reuse/apps/app-update.md';
184+
185+
<AppUpdate/>
186+
187+
## Uninstalling the Azure Cache for Redis app (optional)
188+
189+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
190+
191+
<AppUninstall/>
192+
175193
## Troubleshooting
176194

177195
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-container-instances.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ Use this dashboard to:
139139

140140
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-Container-Instances/Azure-Container-Instances-Policy-and-Recommendations.png')} alt="Azure Container Instances - Policy and Recommendations" style={{border: '1px solid gray'}} width="800" />
141141

142+
## Create monitors for Azure Container Instances
143+
144+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
145+
146+
<CreateMonitors/>
147+
142148
### Azure Container Instances alerts
143149

144150
These alerts are metric based and will work for all Azure Container Instances.
@@ -148,6 +154,18 @@ These alerts are metric based and will work for all Azure Container Instances.
148154
| `Azure Container Instances - Memory Usage` | This alert is triggered when memory usage is greater than 20 MB. Also warning alert is triggered when the memory usage exceeds 15 MB. | Data volume > 20MB | Data volume < = 20MB |
149155
| `Azure Container Instances - CPU Usage` | This alert is triggered when CPU usage is greater than 100 milicore. Also warning alert is triggered when the CPU usage exceeds 90 millicore. | millicores > 100 | millicores < = 100 |
150156

157+
## Upgrade/Downgrade the Azure Container Instances app (optional)
158+
159+
import AppUpdate from '../../reuse/apps/app-update.md';
160+
161+
<AppUpdate/>
162+
163+
## Uninstalling the Azure Container Instances app (optional)
164+
165+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
166+
167+
<AppUninstall/>
168+
151169
## Troubleshooting
152170

153171
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-database-for-mysql.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,14 @@ The **Azure Database for Mysql - Storage Overview** dashboard provides details a
178178

179179
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureDatabaseForMysql/Azure-Database-for-MySQL-Storage-Overview.png')} alt="Azure Database for Mysql - Storage Overview" style={{border: '1px solid gray'}} width="800" />
180180

181+
## Create monitors for Azure Database for MySQL
182+
183+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
184+
185+
<CreateMonitors/>
181186

182187
## Azure Database for MySQL alerts
188+
183189
These alerts are metric based and will work for all Azure Database for MySQL.
184190

185191
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
@@ -190,6 +196,18 @@ These alerts are metric based and will work for all Azure Database for MySQL.
190196
| `Azure Database for MySQL - High Storage IO %` | This alert fires when storage IO % on a resource in a Azure MySQL instance is greater than a threshold value (default value 80%) | percentage >= 80 | percentage < 80 |
191197
| `Azure Database for MySQL - High Storage Utilization` | This alert fires when storage % on a resource in a Azure MySQL instance is greater than a threshold value (default value 90%) | percentage >= 90 | percentage < 90 |
192198

199+
## Upgrade/Downgrade the Azure Database for MySQL app (optional)
200+
201+
import AppUpdate from '../../reuse/apps/app-update.md';
202+
203+
<AppUpdate/>
204+
205+
## Uninstalling the Azure Database for MySQL app (optional)
206+
207+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
208+
209+
<AppUninstall/>
210+
193211
## Troubleshooting
194212

195213
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-database-for-postgresql.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,14 @@ The **Azure Database for PostgreSQL - Transactions** dashboard provides insights
174174

175175
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureDatabaseForPostgresql/Azure-Database-for-PostgreSQL-Transactions.png')} alt="Azure Database for PostgreSql - Transactions" style={{border: '1px solid gray'}} width="800" />
176176

177+
## Create monitors for Azure Database for PostgreSQL
178+
179+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
180+
181+
<CreateMonitors/>
182+
177183
### Azure Database for PostgreSQL alerts
184+
178185
These alerts are metric based and will work for all Azure Database for PostgreSQL.
179186

180187
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
@@ -185,12 +192,6 @@ These alerts are metric based and will work for all Azure Database for PostgreSQ
185192
| `Azure Database for PostgreSQL - Memory Percent` | This alert is triggered when Memory Percentage is greater than 80. Also a warning type alert will be triggered when Memory Percentage greater than 70. | percentage >= 80 | percentage < 80 |
186193
| `Azure Database for PostgreSQL - Storage Percent` | This alert is triggered when Storage Percent greater than 95. Also a warning type alert will be triggered when Storage Percent greater than 90. | percentage >= 95 | percentage < 95 |
187194

188-
## Troubleshooting
189-
190-
### HTTP Logs and Metrics Source used by Azure Functions
191-
192-
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).
193-
194195
## Upgrade/Downgrade the Azure Flexible Database for PostgreSQL app (Optional)
195196

196197
import AppUpdate from '../../reuse/apps/app-update.md';
@@ -202,3 +203,9 @@ import AppUpdate from '../../reuse/apps/app-update.md';
202203
import AppUninstall from '../../reuse/apps/app-uninstall.md';
203204

204205
<AppUninstall/>
206+
207+
## Troubleshooting
208+
209+
### HTTP Logs and Metrics Source used by Azure Functions
210+
211+
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).

docs/integrations/microsoft-azure/azure-event-grid.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,37 @@ Use this dashboard to:
171171

172172
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureEventGrid/Azure-Event-Grid-Policy-and-Recommendations.png')} alt="Azure Event Grid - Policy and Recommendations" style={{border: '1px solid gray'}} width="800" />
173173

174+
## Create monitors for Azure Event Grid
175+
176+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
177+
178+
<CreateMonitors/>
179+
180+
### Azure Event Grid alerts
181+
182+
These alerts are metric based and will work for all Azure Storage.
183+
184+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
185+
|:--|:--|:--|:--|
186+
| `Azure Event Grid - Domain Dead Lettered Events` | This alert is triggered when Domain Dead Lettered Events count is greater than 0. | Count > 0 | Count < = 0 |
187+
| `Azure Event Grid - Domain Failed Events` | This alert is triggered when Domain Fail count is greater than 0. | Count > 0 | Count < = 0 |
188+
| `Azure Event Grid - Topic Dead Lettered Events` | This alert is triggered when Topic Dead Lettered Events count greater than 0. | Count > 0 | Count < = 0 |
189+
| `Azure Event Grid - Topic Delivery Failed` | This alert is triggered when Topic Fail count greater than 0. | Count > 0 | Count < = 0 |
190+
| `Azure Event Grid - Topic Dropped Events` | This alert is triggered when Dropped Event count greater than 0. | Count > 0 | Count < = 0 |
191+
| `Azure Event Grid - Topic Publish Failed` | This alert is triggered when Publish Fail count greater than 0. | Count > 0 | Count < = 0 |
192+
193+
## Upgrade/Downgrade the Azure Event Grid app (optional)
194+
195+
import AppUpdate from '../../reuse/apps/app-update.md';
196+
197+
<AppUpdate/>
198+
199+
## Uninstalling the Azure Event Grid app (optional)
200+
201+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
202+
203+
<AppUninstall/>
204+
174205
## Troubleshooting
175206

176207
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-key-vault.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,18 @@ These alerts are metric based and will work for all Key Vaults.
140140
| `Azure Key Vaults - Latency is greater than 1000 ms` | This alert is triggered when latency of Vaults goes above 1000ms. | Count >= 1000 | Count < 1000 |
141141
| `Azure Key Vaults - Overall Vault Saturation is greater than 75%` | This alert is triggered when Overall vault saturation of any vaults is greater than 75%. | Count >= 75 | Count < 75 |
142142

143+
## Upgrade/Downgrade the Azure Key Vaults app (Optional)
144+
145+
import AppUpdate from '../../reuse/apps/app-update.md';
146+
147+
<AppUpdate/>
148+
149+
## Uninstalling the Azure Key Vaults app (Optional)
150+
151+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
152+
153+
<AppUninstall/>
154+
143155
## Troubleshooting
144156

145157
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-load-balancer.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,14 @@ Use this dashboard to:
137137

138138
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureLoadBalancer/Azure-Load-Balancer-Policy.png')} alt="Azure Load Balancer Policy" style={{border: '1px solid gray'}} width="800" />
139139

140+
## Create monitors for Azure Load Balancer
141+
142+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
143+
144+
<CreateMonitors/>
145+
140146
### Azure Load Balancer alerts
147+
141148
These alerts are metric based and will work for all Azure Load Balancers.
142149

143150
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
@@ -147,6 +154,18 @@ These alerts are metric based and will work for all Azure Load Balancers.
147154
| `Azure Load Balancer - SNAT Connection Count` | This alert is triggered when SNAT Connection count less than 1000. Also Working alert is triggered when SNAT Connection count less than 800 | Count < 1000 | Count >= 1000 |
148155
| `Azure Load Balancer - Used SNAT Ports` | This alert is triggered when Used SNAT Ports count less than 900. Also Working alert is triggered when Used SNAT Ports count less than 800 | Count < 900 | Count >= 900 |
149156

157+
## Upgrade/Downgrade the Azure Load Balancer app (Optional)
158+
159+
import AppUpdate from '../../reuse/apps/app-update.md';
160+
161+
<AppUpdate/>
162+
163+
## Uninstalling the Azure Load Balancer app (Optional)
164+
165+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
166+
167+
<AppUninstall/>
168+
150169
## Troubleshooting
151170

152171
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-storage.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -339,18 +339,11 @@ Use this dashboard to:
339339

340340
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureStorage/Azure-Storage-Performance.png')} alt="Azure Storage Performance dashboard" style={{border: '1px solid gray'}} width="800" />
341341

342+
## Create monitors for Azure Storage
342343

343-
## Upgrade/Downgrade the Azure Storage app (optional)
344-
345-
import AppUpdate from '../../reuse/apps/app-update.md';
344+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
346345

347-
<AppUpdate/>
348-
349-
## Uninstalling the Azure Storage app (optional)
350-
351-
import AppUninstall from '../../reuse/apps/app-uninstall.md';
352-
353-
<AppUninstall/>
346+
<CreateMonitors/>
354347

355348
### Azure Storage alerts
356349
These alerts are metric based and will work for all Azure Storage.
@@ -363,6 +356,17 @@ These alerts are metric based and will work for all Azure Storage.
363356
| `Azure Storage - Transactions` | This alert is triggered when Transactions count greater than 500. | Count > = 500 | Count < 500 |
364357
| `Azure Storage - Used Capacity(GB)` | This alert is triggered when Used Capacity(GB) greater than 100. | Byted(GB) > = 100 | Byted(GB) < 100 |
365358

359+
## Upgrade/Downgrade the Azure Storage app (optional)
360+
361+
import AppUpdate from '../../reuse/apps/app-update.md';
362+
363+
<AppUpdate/>
364+
365+
## Uninstalling the Azure Storage app (optional)
366+
367+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
368+
369+
<AppUninstall/>
366370

367371
## Troubleshooting
368372

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,14 @@ Use this dashboard to:
270270

271271
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureVirtualNetwork/Azure-Virtual-Network-Denied-Traffic-Flow.png')} alt="Azure Virtual Network - Denied Traffic Flow" style={{border: '1px solid gray'}} width="800" />
272272

273+
## Create monitors for Azure Virtual Network
274+
275+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
276+
277+
<CreateMonitors/>
278+
273279
### Azure Virtual Network alerts
280+
274281
These alerts are metric based and will work for all Virtual Networks.
275282

276283
| Alert Name | Description | Alert Condition | Recover Condition |

0 commit comments

Comments
 (0)