Skip to content

Commit 8c4cc70

Browse files
authored
pencil edits
Line 22: On Prem > on-premises Line 35: Azure Portal > Azure portal Line 63: were > where Lines 100, 124, 129, 133: I I S > IIS (screen readers no longer need the spacing)
1 parent 7f82b14 commit 8c4cc70

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-monitor/agents/data-collection-iis.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To complete this procedure, you need:
1919
- Log Analytics workspace where you have at least [contributor rights](../logs/manage-access.md#azure-rbac).
2020
- [Data collection endpoint](../essentials/data-collection-endpoint-overview.md#create-data-collection-endpoint).
2121
- [Permissions to create Data Collection Rule objects](../essentials/data-collection-rule-overview.md#permissions) in the workspace.
22-
- A VM, Virtual Machine Scale Set, or Arc-enabled On Prem server with IIS logs.
22+
- A VM, Virtual Machine Scale Set, or Arc-enabled on-premises server with IIS logs.
2323

2424
- The log file must be stored on a local drive of the machine on which Azure Monitor Agent is running.
2525
- Each entry in the log file must be delineated with an end of line.
@@ -32,7 +32,7 @@ The [data collection rule](../essentials/data-collection-rule-overview.md) defin
3232
- How Azure Monitor transforms events during ingestion.
3333
- The destination Log Analytics workspace and table to which Azure Monitor sends the data.
3434

35-
To create the data collection rule in the Azure Portal:
35+
To create the data collection rule in the Azure portal:
3636

3737
1. On the **Monitor** menu, select **Data Collection Rules**.
3838
1. Select **Create** to create a new data collection rule and associations.
@@ -60,7 +60,7 @@ To create the data collection rule in the Azure Portal:
6060

6161
[ ![Screenshot that shows the Azure portal form to select basic performance counters in a data collection rule.](media/data-collection-iis/iis-data-collection-rule.png) ](media/data-collection-iis/iis-data-collection-rule.png#lightbox)
6262

63-
1. Optionally, specify a file pattern to identify the directory were the log files are located.
63+
1. Optionally, specify a file pattern to identify the directory where the log files are located.
6464
1. On the **Destination** tab, add one or more destinations for the data source. You can select multiple destinations of the same or different types. For instance, you can select multiple Log Analytics workspaces, which is also known as multihoming.
6565

6666
[ ![Screenshot that shows the Azure portal form to add a data source in a data collection rule.](media/data-collection-rule-azure-monitor-agent/data-collection-rule-destination.png) ](media/data-collection-rule-azure-monitor-agent/data-collection-rule-destination.png#lightbox)
@@ -97,7 +97,7 @@ Heartbeat
9797
### Verify that IIS logs are being created
9898
Look at the timestamps of the log files and open the latest to see that latest timestamps are present in the log files. The default location for IIS log files is C:\\inetpub\\LogFiles\\W3SVC1.
9999

100-
:::image type="content" source="media/data-collection-text-log/iis-log-timestamp.png" lightbox="media/data-collection-text-log/iis-log-timestamp.png" alt-text="Screenshot of I I S log on agent machine showing the timestamp.":::
100+
:::image type="content" source="media/data-collection-text-log/iis-log-timestamp.png" lightbox="media/data-collection-text-log/iis-log-timestamp.png" alt-text="Screenshot of IIS log on agent machine showing the timestamp.":::
101101

102102
### Verify that you specified the correct log location in the data collection rule
103103
The data collection rule will have a section similar to the following. The `logDirectories` element specifies the path to the log file to collect from the agent computer. Check the agent computer to verify that this is correct.
@@ -121,16 +121,16 @@ The data collection rule will have a section similar to the following. The `logD
121121

122122
This directory should correspond to the location of the IIS logs on the agent machine.
123123

124-
:::image type="content" source="media/data-collection-text-log/iis-log-files.png" lightbox="media/data-collection-text-log/iis-log-files.png" alt-text="Screenshot of I I S log files on agent machine.":::
124+
:::image type="content" source="media/data-collection-text-log/iis-log-files.png" lightbox="media/data-collection-text-log/iis-log-files.png" alt-text="Screenshot of IIS log files on agent machine.":::
125125

126126
### Verify that the IIS logs are W3C formatted
127127
Open IIS Manager and verify that the logs are being written in W3C format.
128128

129-
:::image type="content" source="media/data-collection-text-log/iis-log-format-setting.png" lightbox="media/data-collection-text-log/iis-log-format-setting.png" alt-text="Screenshot of I I S logging configuration dialog box on agent machine.":::
129+
:::image type="content" source="media/data-collection-text-log/iis-log-format-setting.png" lightbox="media/data-collection-text-log/iis-log-format-setting.png" alt-text="Screenshot of IIS logging configuration dialog box on agent machine.":::
130130

131131
Open IIS log on the agent machine to verify logs are in W3C format.
132132

133-
:::image type="content" source="media/data-collection-text-log/iis-log-format.png" lightbox="media/data-collection-text-log/iis-log-format.png" alt-text="Screenshot of I I S log on agent machine showing the header specifies W3C format.":::
133+
:::image type="content" source="media/data-collection-text-log/iis-log-format.png" lightbox="media/data-collection-text-log/iis-log-format.png" alt-text="Screenshot of IIS log on agent machine showing the header specifies W3C format.":::
134134

135135
### Share logs with Microsoft
136136
If everything is configured properly, but you're still not collecting log data, use the following procedure to collect diagnostics logs for Azure Monitor agent to share with the Azure Monitor group.

0 commit comments

Comments
 (0)