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-storage.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,28 +21,28 @@ In Azure Storage, [storage accounts](https://learn.microsoft.com/en-us/azure/sto
21
21
22
22
For Azure Storage, you can collect the following logs and metrics:
23
23
24
-
-**Resource logs**, which provide an insight into operations that were performed within an Azure resource. For a complete schema for resource logs refer to the below documentation:
24
+
-**Resource logs**, which provide an insight into operations that were performed within an Azure resource. For a complete schema for resource logs refer to the documentation below:
Requests made by the Blob storage service itself, such as log creation or deletion, aren't logged. For a full list of the logged data, see [Storage logged operations and status messages](https://learn.microsoft.com/en-us/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages).
30
+
Requests made by the Blob storage service itself, such as log creation or deletion, aren't logged. For a complete list of the logged data, see [Storage logged operations and status messages](https://learn.microsoft.com/en-us/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages).
31
31
32
-
-**Activity logs**, provides insight into any subscription-level or management grouplevel events that have occurred in the Azure. To learn more, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log-schema).
32
+
-**Activity logs** provide insight into any subscription-level or management group-level events that have occurred in Azure. To learn more, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log-schema).
33
33
34
-
-**Metrics** for Azure Storage are in below namespaces:
34
+
-**Metrics** for Azure Storage are in the namespaces given below:
Only metrics with `category=Transaction` can be exported from diagnostic settings export feature.
42
+
Only metrics with `category=Transaction` can be exported from the diagnostic settings export feature.
43
43
:::
44
44
45
-
Click on the above namespaces to learn more about the supported metrics. For a complete list of the dimensions that Azure Storage supports, refer to the below documentation.
45
+
Click on the above namespaces to learn more about the supported metrics. For a complete list of the dimensions that Azure Storage supports, refer to the documentation below:
@@ -61,21 +61,21 @@ Azure service sends monitoring data to Azure Monitor, which can then [stream dat
61
61
* Activity 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/). It is recommended to create a separate source for activity logs. If you are already collecting these logs, you can skip this step.
62
62
* 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.
63
63
64
-
You must explicitly enable diagnostic settings for each storage service (blob,queue,table and file) and each storage account that 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).
64
+
You must explicitly enable diagnostic settings for each storage service (blob,queue,table, and file) and each storage account that 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).
65
65
66
66
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/Storage/Logs`, `Azure/Storage/Metrics`.
67
67
68
68
### Configure field in field schema
69
69
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**.
70
70
1. Search for following fields:
71
71
-`tenant_name`. This field is tagged at the collector level and users 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
72
-
-`location`. The region to which the resource name belongs to.
73
-
-`subscription_id`. Id associated with a subscription where resource is present.
72
+
-`location`. The region to which the resource name belongs.
73
+
-`subscription_id`. Id associated with a subscription where the resource is present.
74
74
-`resource_group`. The resource group name where the Azure resource is present.
75
-
-`provider_name`. Azure resource provider name (for ex Microsoft.Storage).
76
-
-`resource_type`. Azure resource type (for ex storageaccounts).
77
-
-`resource_name`. The name of the resource (for ex storage account name).
78
-
-`service_type`. Type of the service that can be accessed from with a azure resource (for example, blobservices).
75
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Storage).
76
+
-`resource_type`. Azure resource type (for example, storageaccounts).
77
+
-`resource_name`. The name of the resource (for example, storage account name).
78
+
-`service_type`. Type of the service that can be accessed from with an Azure resource (for example, blobservices).
79
79
-`service_name`. Services that can be accessed from within an Azure resource (for example, Azure SQL databases in Azure SQL Server).
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.
165
+
In this section, you will configure a pipeline for shipping metrics from Azure Monitor to an Event Hub, onto an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
166
166
167
167
1. Create a hosted collector and tag the `tenant_name` field
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).
170
170
1.[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).
171
-
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 below steps for each storage service (blob,queue,table and file) and each storage account that you want to monitor.
172
-
* Choose `Stream to an event hub` as destination.
171
+
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 storage service (blob,queue,table, and file) and each storage account that you want to monitor.
172
+
* Choose `Stream to an event hub` as the destination.
173
173
* Select `Transaction`.
174
-
* 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.
175
-
4. Tag the location field in the source with right location value.
174
+
* 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 the ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name.
175
+
4. Tag the location field in the source with the right location value.
@@ -182,11 +182,11 @@ In this section, you will configure a pipeline for shipping metrics from Azure M
182
182
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
183
183
184
184
1. To set up the Azure Event Hubs source in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
185
-
1. To create the Diagnostic settings in Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform below steps for each storage service (blob,queue,table and file) and each storage account that you want to monitor.
185
+
1. To create the Diagnostic settings in the Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform the steps below for each storage service (blob,queue,table, and file) and each storage account that you want to monitor.
186
186
* Choose `Stream to an event hub` as the destination.
187
187
* Select `allLogs`.
188
-
* Use the Event hub namespace and Event hub name configured in previous step in destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
189
-
1. Tag the location field in the source with right location value.
188
+
* Use the Event hub namespace and Event hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
189
+
1. Tag the location field in the source with the right location value.
@@ -199,7 +199,7 @@ Since this source contains logs from multiple regions make sure that you do not
199
199
200
200
##### Enabling Microsoft Defender for Cloud
201
201
202
-
For Security events, make sure you enable [Microsoft Defender for Cloud](https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-storage-azure-portal-enablement?tabs=enable-storage-account). If you have an existing settings, click **Edit Settings**.
202
+
For Security events, make sure you enable [Microsoft Defender for Cloud](https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-storage-azure-portal-enablement?tabs=enable-storage-account). If you have existing settings, click **Edit Settings**.
The **Azure Storage - Access** dashboard provides insights into transactions by location, TLS versionalso it shows distribution by user agent and identity type.
239
+
The **Azure Storage - Access** dashboard provides insights into transactions by location, TLS version, and also shows the distribution by user agent and identity type.
240
240
241
241
Use this dashboard to:
242
242
* View transactions by location.
@@ -353,7 +353,7 @@ Use this dashboard to:
353
353
354
354
### Security and policy
355
355
356
-
The **Azure Storage - Security and policy** dashboard provides security, policy, and recommendation details.
356
+
The **Azure Storage - Security and Policy** dashboard provides security, policy, and recommendation details.
357
357
358
358
Use this dashboard to:
359
359
* View recent security events.
@@ -397,7 +397,7 @@ Use this dashboard to:
397
397
398
398
### Failures
399
399
400
-
The **Azure Storage - Failures** metrics dashboard provides details like failing transactions by API name, by response type, by storage account, and by storage type.
400
+
The **Azure Storage - Failures** metrics dashboard provides details like failing transactions by API name, response type, storage account, and storage type.
401
401
402
402
Use this dashboard to:
403
403
* Monitor Failed transactions by authentication.
@@ -416,7 +416,7 @@ Use this dashboard to:
416
416
417
417
### Performance
418
418
419
-
The **Azure Storage - Performance** metrics dashboard provides details like failing transactions by API name, by response type, by storage account, and by storage type.
419
+
The **Azure Storage - Performance** metrics dashboard provides details like failing transactions by API name, response type, storage account, and storage type.
0 commit comments