File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill
8
8
9
9
| Key | Description | default |
10
10
| :--- | :--- | :--- |
11
- | ` brokers ` | Single or multiple list of Kafka Brokers, e.g: 192.168.1.3:9092, 192.168.1.4:9092. | _ none_ |
11
+ | ` brokers ` | Single or multiple list of Kafka Brokers. For example: ` 192.168.1.3:9092 ` , ` 192.168.1.4:9092 ` . | _ none_ |
12
12
| ` topics ` | Single entry or list of comma-separated topics (` , ` ) that Fluent Bit will subscribe to. | _ none_ |
13
13
| ` format ` | Serialization format of the messages. If set to ` json ` , the payload will be parsed as JSON. | _ none_ |
14
14
| ` client_id ` | Client id passed to librdkafka. | _ none_ |
@@ -47,8 +47,7 @@ In your main configuration file append the following `Input` and `Output` sectio
47
47
48
48
#### Example of using Kafka input and output plugins
49
49
50
- The Fluent Bit source repository contains a full example of using Fluent Bit to
51
- process Kafka records:
50
+ The Fluent Bit source repository contains a full example of using Fluent Bit to process Kafka records:
52
51
53
52
``` text
54
53
[INPUT]
You can’t perform that action at this time.
0 commit comments