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-virtual-network.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Create a Field Extraction Rule (FER) for Azure Virtual Network by following the
123
123
124
124
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';
125
125
126
-
<MetricsSourceBeta/>cxxx
126
+
<MetricsSourceBeta/>
127
127
128
128
### Configure logs collection
129
129
@@ -200,15 +200,27 @@ In order to find virtual networks without any flow log resource, you can audit f
200
200
201
201
Now that you have set up data collection, install the Azure Virtual Network Sumo Logic app to use the pre-configured [dashboards](#viewing-the-azure-virtual-network-app-dashboards) that provide visibility into your environment for real-time analysis of overall usage.
202
202
203
-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
203
+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
204
204
205
-
<AppInstallNoDataSourceV2/>
205
+
<AppInstallIndexV2/>
206
+
207
+
As part of the app installation process, the following fields will be created by default:
208
+
209
+
-`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).
210
+
-`location`. The region to which the resource name belongs to.
211
+
-`subscription_id`. ID associated with a subscription where the resource is present.
212
+
-`resource_group`. The resource group name where the Azure resource is present.
213
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
214
+
-`resource_type`. Azure resource type (for example, storage accounts).
215
+
-`resource_name`. The name of the resource (for example, storage account name).
216
+
-`service_type`. Type of the service that can be accessed with a Azure resource.
217
+
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
206
218
207
219
## Viewing the Azure Virtual Network app dashboards
208
220
209
-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
221
+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
0 commit comments