Skip to content

Commit e63292c

Browse files
committed
1513583, clarified events are created during system startup.
1 parent 57a96b7 commit e63292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can view a list of all custom fields in your management group from the **Adv
7676
There are two ways to remove a custom field. The first is the **Remove** option for each field when viewing the complete list as described above. The other method is to retrieve a record and click the button to the left of the field. The menu will have an option to remove the custom field.
7777

7878
## Sample walkthrough
79-
The following section walks through a complete example of creating a custom field. This example extracts the service name in Windows events that indicate a service changing state. This relies on events created by Service Control Manager in the System sign on Windows computers. If you want to follow this example, you must be [collecting Information events for the System log](data-sources-windows-events.md).
79+
The following section walks through a complete example of creating a custom field. This example extracts the service name in Windows events that indicate a service changing state. This relies on events created by Service Control Manager during system startup on Windows computers. If you want to follow this example, you must be [collecting Information events for the System log](data-sources-windows-events.md).
8080

8181
We enter the following query to return all events from Service Control Manager that have an Event ID of 7036 which is the event that indicates a service starting or stopping.
8282

0 commit comments

Comments
 (0)