Skip to content

Commit 919d123

Browse files
authored
Merge pull request #195288 from KrishnaG-MSFT/patch-192
(AzureCXP) MicrosoftDocs/azure-docs#91462
2 parents 6b8c722 + a2d99db commit 919d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/custom-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The first step is to identify the records that will get the custom field. You s
4141

4242
1. Go to **Logs** and use a [query to retrieve the records](./log-query-overview.md) that will have the custom field.
4343
2. Select a record that Log Analytics will use to act as a model for extracting data to populate the custom field. You will identify the data that you want to extract from this record, and Log Analytics will use this information to determine the logic to populate the custom field for all similar records.
44-
3. Expand the record properties, click the ellipsis to the left of the top property of the record, and select **Extract fields from**.
44+
3. Right-click on the record, and select **Extract fields from**.
4545
4. The **Field Extraction Wizard** is opened, and the record you selected is displayed in the **Main Example** column. The custom field will be defined for those records with the same values in the properties that are selected.
4646
5. If the selection is not exactly what you want, select additional fields to narrow the criteria. In order to change the field values for the criteria, you must cancel and select a different record matching the criteria you want.
4747

0 commit comments

Comments
 (0)