> 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/kafka-cluster.md).

# Kafka Cluster

### Supported Platforms

| Platform | Metrics | Logs | Traces |
| -------- | ------- | ---- | ------ |
| Linux    | ✓       |      |        |
| Windows  | ✓       |      |        |
| macOS    | ✓       |      |        |

### Configuration Table

<table><thead><tr><th width="198.28125">Parameter</th><th width="102.51953125">Type</th><th width="184.81640625">Default</th><th>Description</th></tr></thead><tbody><tr><td>cluster_name*</td><td><code>string</code></td><td></td><td>Friendly name used for the resource kafka.cluster.name.</td></tr><tr><td>protocol_version</td><td><code>enum</code></td><td>"2.0.0"</td><td>The Kafka protocol version to use when communicating with brokers. Valid values are: <code>"2.2.1"</code>, <code>"2.2.0"</code>, <code>"2.0.0"</code>, or <code>"1.0.0"</code>.</td></tr><tr><td>brokers</td><td><code>strings</code></td><td>localhost:9092</td><td>List of brokers to scrape for metrics.</td></tr><tr><td>client_id</td><td><code>string</code></td><td>otel-metrics-receiver</td><td>The consumer client ID that the receiver will use.</td></tr><tr><td>collection_interval</td><td><code>int</code></td><td>60</td><td>Sets how often (seconds) to scrape for metrics.</td></tr><tr><td>enable_auth</td><td><code>bool</code></td><td>false</td><td></td></tr><tr><td>auth_type</td><td><code>enum</code></td><td>basic</td><td><code>basic</code>, <code>sasl</code>, or <code>kerberos</code></td></tr><tr><td>basic_username</td><td><code>string</code></td><td></td><td></td></tr><tr><td>basic_password</td><td><code>string</code></td><td></td><td></td></tr><tr><td>sasl_username</td><td><code>string</code></td><td></td><td></td></tr><tr><td>sasl_password</td><td><code>string</code></td><td></td><td></td></tr><tr><td>sasl_mechanism</td><td><code>enum</code></td><td>SCRAM-SHA-256</td><td><code>SCRAM-SHA-256</code>, <code>SCRAM-SHA-512</code>, or <code>PLAIN</code></td></tr><tr><td>kerberos_service_name</td><td><code>string</code></td><td></td><td></td></tr><tr><td>kerberos_realm</td><td><code>string</code></td><td></td><td></td></tr><tr><td>kerberos_config_file</td><td><code>string</code></td><td>/etc/krb5.conf</td><td></td></tr><tr><td>kerberos_auth_type</td><td><code>enum</code></td><td>keytab</td><td><code>keytab</code> or <code>basic</code></td></tr><tr><td>kerberos_keytab_file</td><td><code>string</code></td><td>/etc/security/kafka.keytab</td><td></td></tr><tr><td>kerberos_username</td><td><code>string</code></td><td></td><td></td></tr><tr><td>kerberos_password</td><td><code>string</code></td><td></td><td></td></tr></tbody></table>

<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/kafka-cluster.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.
