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: articles/azure-monitor/agents/data-collection-iis.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To create the data collection rule in the Azure portal:
48
48
[](media/data-collection-rule-azure-monitor-agent/data-collection-rule-basics-updated.png#lightbox)
49
49
50
50
1. On the **Resources** tab:
51
-
1. Select **+ Add resources** and associate resources to the data collection rule. Resources can be virtual machines, virtual machine scale sets, and Azure Arc for servers. The Azure portal installs Azure Monitor Agent on resources that don't already have it installed.
51
+
1. Select **+ Add resources** and associate resources to the data collection rule. Resources can be virtual machines, Virtual Machine Scale Sets, and Azure Arc for servers. The Azure portal installs Azure Monitor Agent on resources that don't already have it installed.
52
52
53
53
> [!IMPORTANT]
54
54
> The portal enables system-assigned managed identity on the target resources, along with existing user-assigned identities, if there are any. For existing applications, unless you specify the user-assigned identity in the request, the machine defaults to using system-assigned identity instead.
@@ -63,7 +63,7 @@ To create the data collection rule in the Azure portal:
63
63
1. On the **Collect and deliver** tab, select **Add data source** to add a data source and set a destination.
64
64
1. Select **IIS Logs**.
65
65
66
-
[](media/data-collection-iis/iis-data-collection-rule.png#lightbox)
66
+
[](media/data-collection-iis/iis-data-collection-rule.png#lightbox)
67
67
68
68
1. Optionally, specify a file pattern to identify the directory where the log files are located.
69
69
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.
@@ -80,7 +80,7 @@ To create the data collection rule in the Azure portal:
80
80
Use the following steps to troubleshoot collection of IIS logs.
81
81
82
82
### Check if any IIS logs have been received
83
-
Start by checking if any records have been collected for your IIS logs by running the following query in Log Analytics. If no records are returned then check the other sections for possible causes. This query looks for entires in the last two days, but you can modify for another time range.
83
+
Start by checking if any records have been collected for your IIS logs by running the following query in Log Analytics. If the query doesn't return records, check the other sections for possible causes. This query looks for entires in the last two days, but you can modify for another time range.
84
84
85
85
```kusto
86
86
W3CIISLog
@@ -133,9 +133,9 @@ Open IIS Manager and verify that the logs are being written in W3C format.
133
133
134
134
:::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.":::
135
135
136
-
Open IIS log on the agent machine to verify logs are in W3C format.
136
+
Open the IIS log on the agent machine to verify logs are in W3C format.
137
137
138
-
:::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.":::
138
+
:::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 an IIS log on an agent machine showing the header specifies W3C format.":::
139
139
140
140
### Share logs with Microsoft
141
141
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