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-application-gateway.md
+25-90Lines changed: 25 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,103 +34,15 @@ This app supports only Application Gateway V2 since Application Gateway V1 will
34
34
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:
35
35
36
36
* 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/).
37
-
* 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.
37
+
* Metrics collection using our [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
38
38
39
39
You must explicitly enable diagnostic settings for each Azure Application Gateway 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).
40
40
41
41
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/ApplicationGateway/Logs`, `Azure/ApplicationGateway/Metrics`.
42
42
43
-
44
-
### Configure field in field schema
45
-
46
-
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Fields**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Logs** select **Fields**. You can also click the **Go To...** menu at the top of the screen and select **Fields**.
47
-
1. Search for the following fields:
48
-
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
49
-
-`location`. The region to which the resource name belongs to.
50
-
-`subscription_id`. ID associated with a subscription where the resource is present.
51
-
-`resource_group`. The resource group name where the Azure resource is present.
52
-
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
53
-
-`resource_type`. Azure resource type (for example, storage accounts).
54
-
-`resource_name`. The name of the resource (for example, storage account name).
55
-
-`service_type`. Type of the service that can be accessed with a Azure resource.
56
-
-`service_name`. Services that can be accessed with an Azure resource (for example, Azure SQL databases in Azure SQL Server).
57
-
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
58
-
59
-
### Configure Field Extraction Rules
60
-
61
-
Create the following field extraction rules (FER) for Azure Storage by following the instructions in [Create a Field Extraction Rule](/docs/manage/field-extractions/create-field-extraction-rule/).
In this section, you will configure a pipeline for shipping metrics from Azure Monitor to an Event Hub, on to an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
125
-
126
-
1. Create a hosted collector and tag the `tenant_name` field. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name). <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Tag Tenant Name" style={{border: '1px solid gray'}} width="500" />
127
-
2. [Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
128
-
3. [Configure and deploy the ARM Template](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-2-configure-azure-resources-using-arm-template).
129
-
1. [Export metrics to Event Hub](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-3-export-metrics-for-a-particular-resource-to-event-hub). Perform the steps below for each Azure Application Gateway that you want to monitor.
130
-
1. Choose `Stream to an event hub` as destination.
131
-
1. Select `AllMetrics`.
132
-
1. Use the Event hub namespace created by the ARM template in Step 2 above. You can create a new Event hub or use the one created by ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name. <br/><img src={useBaseUrl('img/send-data/azureapplicationgateway-metrics.png')} alt="Azure application gateway metrics" style={{border: '1px solid gray'}} width="800" />
133
-
1. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Application Gateway Tag Location" style={{border: '1px solid gray'}} width="400" />
45
+
To set up the Azure Metrics source in Sumo Logic, refer to [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
134
46
135
47
### Configure logs collection
136
48
@@ -167,6 +79,18 @@ import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2
167
79
168
80
<AppInstallNoDataSourceV2/>
169
81
82
+
As part of the app installation process, the following fields will be created by default:
83
+
84
+
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
85
+
-`location`. The region to which the resource name belongs to.
86
+
-`subscription_id`. ID associated with a subscription where the resource is present.
87
+
-`resource_group`. The resource group name where the Azure resource is present.
88
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
89
+
-`resource_type`. Azure resource type (for example, storage accounts).
90
+
-`resource_name`. The name of the resource (for example, storage account name).
91
+
-`service_type`. Type of the service that can be accessed with a Azure resource.
92
+
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
93
+
170
94
## Viewing the Azure Application Gateway dashboards
171
95
172
96
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
@@ -244,6 +168,17 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md';
244
168
245
169
<AppUninstall/>
246
170
171
+
### Azure Application Gateway alerts
172
+
These alerts are metric based and will work for all Azure Application Gateways.
173
+
174
+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
|`Azure Application Gateway - Current Capacity Units`| This alert is triggered when Average Capacity Units count is greater than 75. Also, a warning type alert will be triggered when Average Capacity Units count is greater than 65. | percentage >= 75 | percentage < 75 |
177
+
|`Azure Application Gateway - Current Compute Units`| This alert is triggered when Average Compute Units count is greater than 75. Also, a warning type alert will be triggered when Average Compute Units count is greater than 65. | percentage >= 75 | percentage < 75 |
178
+
|`Azure Application Gateway - Failed Requests`| This alert is triggered when Failed Requests count greater than 1. | Count >= 1 | Count < 1 |
179
+
|`Azure Application Gateway - Healthy Host Count`| This alert is triggered when Healthy Host Count is less than 1. | Count < 1 | Count >= 1 |
180
+
|`Azure Application Gateway - UnHealthy Host Count`| This alert is triggered when UnHealthy Host Count is greater than 1 | Count >= 1 | Count < 1 |
181
+
247
182
## Troubleshooting
248
183
249
184
### HTTP Logs and Metrics Source used by Azure Functions
0 commit comments