mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-17 13:52:15 +08:00
Add km module kafka
This commit is contained in:
25
docs/zh/Kafka客户端/filebeat.md
Normal file
25
docs/zh/Kafka客户端/filebeat.md
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||

|
||||
|
||||
**一站式`Apache Kafka`集群指标监控与运维管控平台**
|
||||
|
||||
# Filebeat 接入 Kafka
|
||||
|
||||
## 配置
|
||||
|
||||
```shell
|
||||
output.kafka:
|
||||
hosts: ["192.168.0.1:9093"]
|
||||
|
||||
username: {clusterId}.{appId} # example 8.appId_000855_cn
|
||||
password: {password} # example wzJ80zSL3xv4
|
||||
|
||||
topic: "my_topic"
|
||||
partition.round_robin:
|
||||
reachable_only: false
|
||||
|
||||
required_acks: 1
|
||||
compression: lz4
|
||||
max_message_bytes: 100000
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user