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

# Couchbase

<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                                      |
| :-------------------------------- | :------------------ | :----------------------------------------------------------------- | :----------------------------------------------- |
| telemetry\_types                  | `telemetrySelector` | `["Logs", "Metrics"]`                                              | Choose Telemetry Type.                           |
| hostname\*                        | `string`            | "localhost"                                                        | The hostname or IP address of the Couchbase API. |
| port                              | `int`               | 8091                                                               | The TCP port of the Couchbase API.               |
| username\*                        | `string`            |                                                                    | Username used to authenticate.                   |
| password\*                        | `string`            |                                                                    | Password used to authenticate.                   |
| collection\_interval              | `int`               | 60                                                                 | Sets how often (seconds) to scrape for metrics.  |
| enable\_error\_log                | `bool`              | true                                                               | Enable to read error logs.                       |
| error\_log\_path                  | `strings`           | "/opt/couchbase/var/lib/couchbase/logs/error.log"                  | Log File paths to tail for error logs.           |
| enable\_info\_log                 | `bool`              | false                                                              | Enable to read info logs.                        |
| info\_log\_path                   | `strings`           | "/opt/couchbase/var/lib/couchbase/logs/info.log"                   | Log File paths to tail for info logs.            |
| enable\_debug\_log                | `bool`              | false                                                              | Enable to read debug logs.                       |
| debug\_log\_path                  | `strings`           | "/opt/couchbase/var/lib/couchbase/logs/debug.log"                  | Log File paths to tail for debug logs.           |
| enable\_access\_log               | `bool`              | false                                                              | Enable to read http access logs.                 |
| http\_access\_log\_path           | `strings`           | "/opt/couchbase/var/lib/couchbase/logs/http\_access.log"           | Log File paths to tail for http access logs.     |
| enable\_internal\_access\_log     | `bool`              | false                                                              | Enable to read internal access logs.             |
| http\_internal\_access\_log\_path | `strings`           | "/opt/couchbase/var/lib/couchbase/logs/http\_access\_internal.log" | Log File paths to tail for internal access logs. |
| enable\_babysitter\_log           | `bool`              | false                                                              | Enable to read babysitter logs.                  |
| babysitter\_log\_path             | `strings`           | "/opt/couchbase/var/lib/couchbase/logs/babysitter.log"             | Log File paths to tail for babysitter logs.      |
| enable\_xdcr\_log                 | `bool`              | false                                                              | Enable to read xdcr logs.                        |
| xdcr\_log\_path                   | `strings`           | "/opt/couchbase/var/lib/couchbase/logs/goxdcr.log"                 | Log File paths to tail for xdcr logs.            |
| start\_at                         | `enum`              | end                                                                | Start reading logs from 'beginning' or 'end'.    |
