Skip to content

Commit 2c9331e

Browse files
Add field creation
1 parent a717fe1 commit 2c9331e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ You must explicitly enable diagnostic settings for each Virtual Machine you want
2929

3030
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`.
3131

32+
### Configure field in field schema
33+
34+
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**.
35+
1. Search for the following fields:
36+
- `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).
37+
- `location`. The region to which the resource name belongs to.
38+
- `subscription_id`. ID associated with a subscription where the resource is present.
39+
- `resource_group`. The resource group name where the Azure resource is present.
40+
- `provider_name`. Azure resource provider name (for example, Microsoft.Network).
41+
- `resource_type`. Azure resource type (for example, storage accounts).
42+
- `resource_name`. The name of the resource (for example, storage account name).
43+
- `service_type`. Type of the service that can be accessed with a Azure resource.
44+
- `service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances service is Subscriptions).
45+
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
46+
3247
### Configure metric rules
3348

3449
* **Azure Observability Metadata Extraction VMName**

0 commit comments

Comments
 (0)