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

# VMware ESXi

<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                                                                                                                                     |
| :------------- | :------- | :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------- |
| listen\_port\* | `int`    | 5140      | The port to bind to and receive syslog. Collector must be running as root (Linux) or Administrator (windows) when binding to a port below 1024. |
| listen\_ip     | `string` | "0.0.0.0" | The IP address to bind to and receive syslog.                                                                                                   |
| enable\_tls    | `bool`   | false     | Whether or not to use TLS.                                                                                                                      |
| cert\_file     | `string` |           | Path to the x509 PEM certificate.                                                                                                               |
| key\_file      | `string` |           | Path to the x509 PEM private key.                                                                                                               |
