> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/integrations/sources/aerospike.md).

# Aerospike

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

<mark style="color:red;">\*</mark>*<mark style="color:red;">required field</mark>*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/integrations/sources/aerospike.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
