> For the complete documentation index, see [llms.txt](https://docs.blusapphire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blusapphire.io/log-forwarding/03_log-forwarding-guide/log-forward/microsoft/microsofts-iis-integration.md).

# Microsoft’s IIS Integration

## Microsoft’s Internet Information Service Integration

### 1. Enable IIS logging:&#x20;

Please follow below steps:

1.1. Open IIS Manager: Launch the Internet Information Services (IIS) Manager

on your server.

1.2. Select the Site: Choose the specific site for which you want to enable

logging.

1.3. Access Logging Settings: In the Features View, double-click on the Logging

option.

1.4. Configure Log Settings: Ensure that logging is enabled. You can select the

log file format (W3C is commonly used) and specify the log file directory if

needed. This directory will store the log files generated by IIS.

### 2. Download the FileBeat package :

For Windows, download the ZIP file, extract it, and run the installer.

### 3. Configure FileBeat :

3.1. To edit the Filebeat Configuration File, open the ‘filebeat.yml’ file,

typically located in ‘C:\Program Files\Filebeat’ on Windows.

3.2. Add the following input configuration for IIS logs to Configure the Input:

<figure><img src="/files/s4p3MqhuMZ5LTSEbnNtI" alt=""><figcaption></figcaption></figure>

### 4. Start the Filebeat Service :

Open a command prompt as Administrator and run:

*> net start filebeat*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blusapphire.io/log-forwarding/03_log-forwarding-guide/log-forward/microsoft/microsofts-iis-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
