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

# Aerospike

<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 Aerospike system.              |
| port                      | `int`               | 3000                  | The TCP port of the Aerospike system.                            |
| collection\_interval      | `int`               | 60                    | Sets how often (seconds) to scrape for metrics.                  |
| collect\_cluster\_metrics | `bool`              | false                 | Whether discovered peer nodes should be collected.               |
| aerospike\_enterprise     | `bool`              | false                 | Enable Aerospike enterprise authentication.                      |
| username\*                | `string`            |                       | The username to use when connecting to Aerospike.                |
| password\*                | `string`            |                       | The password to use when connecting to Aerospike.                |
| start\_at                 | `enum`              | end                   | Start reading Aerospike Journald logs from 'beginning' or 'end'. |

<span style={{color: 'red'}}>\* *required field*</span>
