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

# W3C

<Badge className="hny-badge-enterprise-addon" stroke>Ent+</Badge>

<Note>
  This feature is available as an add-on for the [Honeycomb Enterprise plan](https://www.honeycomb.io/pricing/).
  Please contact your Honeycomb account team for details.
</Note>

## Supported Platforms

| Platform | Metrics | Logs | Traces |
| :------- | :------ | :--- | :----- |
| Linux    |         | ✓    |        |
| Windows  |         | ✓    |        |
| macOS    |         | ✓    |        |

## Configuration Table

| Parameter                                | Type      | Default | Description                                                                                                                                                                  |
| :--------------------------------------- | :-------- | :------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| file\_path                               | `strings` |         | File or directory paths to tail for logs.                                                                                                                                    |
| exclude\_file\_log\_path                 | `strings` |         | File or directory paths to exclude.                                                                                                                                          |
| delimiter                                | `enum`    | tab     | Delimiter character used between the fields of the W3C log line. Valid values include: `tab`, `space`.                                                                       |
| encoding                                 | `enum`    | utf-8   | The encoding of the file being read. Valid values include: `nop`, `utf-8`, `utf-16le`, `utf-16be`, `ascii`, `big5`.                                                          |
| header\_delimiter                        | `enum`    | default | Delimiter character used between fields in the W3C Field header. The value of the "Delimiter" parameter is used by default. Valid values include: `tab`, `space`, `default`. |
| include\_file\_name\_attribute           | `bool`    | true    | Whether to add the file name as the attribute "log.file.name".                                                                                                               |
| include\_file\_path\_attribute           | `bool`    | false   | Whether to add the file path as the attribute "log.file.path".                                                                                                               |
| include\_file\_name\_resolved\_attribute | `bool`    | false   | Whether to add the file name after symlinks resolution as the attribute "log.file.name\_resolved".                                                                           |
| include\_file\_path\_resolved\_attribute | `bool`    | false   | Whether to add the file path after symlinks resolution as the attribute "log.file.path\_resolved".                                                                           |
