> ## 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.

# WildFly

<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  |         | ✓    |        |

## Configuration Table

| Parameter                  | Type       | Default                                         | Description                                           |
| :------------------------- | :--------- | :---------------------------------------------- | :---------------------------------------------------- |
| standalone\_file\_path     | `strings`  | /opt/wildfly/standalone/log/server.log          | File paths to tail for standalone server logs.        |
| enable\_domain\_server     | `bool`     | true                                            | Enable to read domain server logs.                    |
| domain\_server\_path       | `strings`  | '/opt/wildfly/domain/servers/\*/log/server.log' | File paths to tail for domain server logs.            |
| enable\_domain\_controller | `bool`     | true                                            | Enable to read domain controller logs.                |
| domain\_controller\_path   | `strings`  | '/opt/wildfly/domain/log/\*.log'                | File paths to tail for domain controller logs.        |
| start\_at                  | `enum`     | end                                             | Start reading the file from the 'beginning' or 'end'. |
| timezone                   | `timezone` | "UTC"                                           | The timezone to use when parsing timestamps.          |
