---
title: "Microsoft IIS W3C"
slug: "iis-w3c"
updated: 2024-08-08T09:15:56Z
published: 2024-08-08T09:15:56Z
canonical: "docs.hunters.ai/iis-w3c"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hunters.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft IIS W3C

![image](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/microsoft-iis2928.jpg)

          Self Service Ingestion

          

Connect this data source on your own, using the Hunters platform.

## Overview

The IIS W3C logging format is a standard format used by Microsoft's Internet Information Services (IIS) to log detailed information about web requests. This format is widely used for its comprehensive coverage of web server activities, including details such as client IP addresses, user names, request timestamps, HTTP status codes, and bytes transferred. These logs are invaluable for monitoring and analyzing web server performance, identifying security issues, and troubleshooting application problems.

**Table name:** `IIS_W3C`

## Send data to Hunters

Hunters support the collection of IIS W3C logs via an intermediary AWS S3 bucket.

**To connect IIS W3C logs:**

1. Gather IIS W3C logs using an [on-prem utility](/v1/docs/about-on-prem-data-connection) and transfer them into an AWS S3 bucket.
2. Once the export is completed and the logs are collected to S3, follow the steps in [this section](https://hunters.document360.io/docs/connect-data-through-aws-s3).

## Expected format

Logs are expected in CEF format.

### Sample

```
2020-12-26 22:00:00 O.O.O.O GET / - 443 - O.O.O.O Amazon-abc-def-ghi-Service+(ref+89b623a4-3399-4fdb-8188-5a2fc8f46f8b;+report+http://abc.to/1vsZADi) - 200 0 0 222
```
