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: docs/integrations/microsoft-azure/iis-7.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
11
11
12
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.
13
13
14
-
15
14
## Log types
16
15
17
16
IIS 7 Logs (IIS 7.5 logs are used) are generated as local files and written to this directory by default: `C:\inetpub\Logs\LogFiles\W3SVC1`. The App assumes the following format:
@@ -66,7 +65,6 @@ _sourceCategory=IIS*
66
65
| transpose row _timeslice column app
67
66
```
68
67
69
-
70
68
The following query is taken from the **OSes and Browsers** panel of the **IIS 7 Traffic Insights - Content and Client Platform Dashboard**.
71
69
72
70
```sql title="Operating Systems (OSes) and Browsers"
@@ -93,12 +91,10 @@ if (agent matches "Dolphin*","Dolphin", Browser) as Browser
93
91
| transpose row os column browser as*
94
92
```
95
93
96
-
97
94
## Collecting logs for IIS 7
98
95
99
96
This procedure explains how to enable logging from Microsoft Internet Information Services (IIS) on your Windows server and ingest the logs into Sumo Logic.
100
97
101
-
102
98
### Prerequisites
103
99
104
100
To prepare for logging IIS 7 events, perform the following two tasks.
@@ -137,12 +133,10 @@ To confirm that the log files are being created, do the following:
137
133
1. Open a command-line window and change directories to `C:\inetpub\Logs\LogFiles`. This is the same path you will enter when you configure the Source to collect these files.
138
134
2. Under the `\W3SVC1` directory, you should see one or more files with a `.log` extension. If the file is present, you can collect it.
139
135
140
-
141
136
### Step 1: Configure a Collector
142
137
143
138
Configure an [Installed Collector (Windows)](/docs/send-data/installed-collectors/windows). Sumo Logic recommends that you install the collector on the same system that hosts the logs.
144
139
145
-
146
140
### Step 2: Configure a Source
147
141
148
142
To collect logs from IIS 7, use an Installed Collector and a Local File Source. You may also configure a [Remote File Source](/docs/send-data/installed-collectors/sources/remote-file-source), but the configuration is more complex. Sumo Logic recommends using a Local File Source if possible.
@@ -166,14 +160,13 @@ To collect logs from IIS 7, use an Installed Collector and a Local File Source.
166
160
167
161
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.
168
162
169
-
170
163
## Field Extraction Rules
171
164
172
165
<br/>
173
166
**FER to normalize the fields**. Field Extraction Rule named **AppObservabilityIIS7FER** is automatically created for IIS 7/8 Application Components.
174
167
<br/>
175
168
176
-
## Installing the IIS 7 App
169
+
## Installing the IIS 7 app
177
170
178
171
import AppInstall from '../../reuse/apps/app-install-v2.md';
179
172
@@ -193,7 +186,7 @@ As part of the app installation process, the following fields will be created by
193
186
*`cs_uri_stem`
194
187
*`cs_username`
195
188
196
-
## Viewing IIS 7 Dashboards
189
+
## Viewing IIS 7 dashboards
197
190
198
191
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
0 commit comments