Skip to content

Commit e19ce9e

Browse files
authored
Update iis-7.md
1 parent d568c1c commit e19ce9e

File tree

1 file changed

+7
-7
lines changed
  • docs/integrations/microsoft-azure

1 file changed

+7
-7
lines changed

docs/integrations/microsoft-azure/iis-7.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99

1010
<img src={useBaseUrl('img/integrations/microsoft-azure/microsoft_iis_10.png')} alt="thumbnail icon" width="120"/>
1111

12-
The IIS 7 App monitors the performance and reliability of your Microsoft Internet Information Services (IIS) infrastructure, identifying customer-facing and internal operational issues. Additionally, you can monitor customer paths and interactions to learn how customers are using your product. The app consists of predefined searches and Dashboards, which provide visibility into your environment for real time or historical analysis.
12+
The IIS 7 App monitors the performance and reliability of your Microsoft Internet Information Services (IIS) infrastructure, identifying customer-facing and internal operational issues. Additionally, you can monitor customer paths and interactions to learn how customers are using your product. The app consists of predefined searches and Dashboards, which provide visibility into your environment for real-time or historical analysis.
1313

1414

1515
## Log types
@@ -54,7 +54,7 @@ For more information about the IIS 7 log (IIS 7.5 logs are used) format, see [ht
5454

5555
The following query samples are taken from the IIS 7 App.
5656

57-
The following query is taken from the the **Requests by App Over Time** panel on the **IIS 7 Traffic Insights - App Requests Dashboard**.
57+
The following query is taken from the **Requests by App Over Time** panel on the **IIS 7 Traffic Insights - App Requests Dashboard**.
5858

5959
```sql title="Requests by App Over Time"
6060
_sourceCategory=IIS*
@@ -104,7 +104,7 @@ This procedure explains how to enable logging from Microsoft Internet Informatio
104104
To prepare for logging IIS 7 events, perform the following two tasks.
105105

106106
To enable logging on your IIS Server, do the following:
107-
1. Open the Sever Manager Console
107+
1. Open the Server Manager Console
108108
2. Select **Roles**
109109
3. Select **Web Server (IIS)**
110110
4. Select the host from which to collect IIS logs
@@ -152,16 +152,16 @@ To collect logs from IIS 7, use an Installed Collector and a Local File Source.
152152
1. **Name**: Required (for example, "IIS")
153153
2. **Description**. (Optional)
154154
3. **File Path** (Required).`C:\inetpub\Logs\LogFiles\W3SVC1\*.log`
155-
4. **Collection start time**. Choose how far back you would like to begin collecting historical logs. For example, choose 7 days ago to being collecting logs with a last modified date within the last seven days.
156-
5. **Source Host**. Sumo Logic uses the hostname assigned by the operating system by default, but you can enter a different host name.
155+
4. **Collection start time**. Choose how far back you would like to begin collecting historical logs. For example, choose 7 days ago to begin collecting logs with a last modified date within the last seven days.
156+
5. **Source Host**. Sumo Logic uses the hostname assigned by the operating system by default, but you can enter a different hostname.
157157
6. **Source Category** (Required). For example, "IIS_prod". (The Source Category metadata field is a fundamental building block to organize and label Sources. For details, see [Best Practices](/docs/send-data/best-practices).)
158158
3. Configure the **Advanced** section:
159159
7. **Timestamp Parsing Settings**: Make sure the setting matches the timezone on the log files.
160160
8. **Enable Timestamp Parsing**: Select **Extract timestamp information from log file entries**.
161161
9. **Time Zone**: Select the option to **Use time zone from log file. If none is present use:** and set the timezone to **UTC**.
162162
10. **Timestamp Format**: Select the option to **Automatically detect the format**.
163163
11. **Encoding**. UTF-8 is the default, but you can choose another encoding format from the menu if your IIS logs are encoded differently.
164-
12. **Enable Multiline Processing**. Disable the option to Detect messages spanning multiple lines. Because IIS logs are single line log files, disabling this option will improve performance of the collection and ensure that your messages are submitted correctly to Sumo Logic.
164+
12. **Enable Multiline Processing**. Disable the option to detect messages spanning multiple lines. Because IIS logs are single-line log files, disabling this option will improve the performance of the collection and ensure that your messages are submitted correctly to Sumo Logic.
165165
4. Click **Save**.
166166

167167
After a few minutes, your new Source should be propagated down to the Collector and will begin submitting your IIS log files to the Sumo Logic service.
@@ -230,6 +230,6 @@ The IIS 7 - Traffic Insights - Content and Client Platform Dashboard provides in
230230

231231
### Visitor Insights
232232

233-
The **IIS 7 - Visitor Insights Dashboard** provides information on the geographic locations and number of users by client IP address, the number of visitors per country, locations and number of users by client IP address by US state, and the number of visitors per US state.
233+
The **IIS 7 - Visitor Insights Dashboard** provides information on the geographic locations and number of users by client IP address, the number of visitors per country, locations, and number of users by client IP address by US state, and the number of visitors per US state.
234234

235235
<img src={useBaseUrl('img/integrations/web-servers/IIS-7-Visitor-Insights.png')} alt="Visitor Insights" />

0 commit comments

Comments
 (0)