Skip to content

Commit

Permalink
Update flusher-kafka_v2.md (#1086)
Browse files Browse the repository at this point in the history
修改flusher_kafka_v2插件文档样例,里面flushers的Type字段描述有误
  • Loading branch information
XTUxiongda authored Aug 23, 2023
1 parent 8a50e12 commit 06ca877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cn/data-pipeline/flusher/flusher-kafka_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ inputs:
LogPath: /home/test_log
FilePattern: "*.log"
flushers:
- Type: flusher_kafka
- Type: flusher_kafka_v2
Brokers:
- 192.XX.XX.1:9092
- 192.XX.XX.2:9092
Expand All @@ -101,7 +101,7 @@ inputs:
LogPath: /home/test_log
FilePattern: "*.log"
flushers:
- Type: flusher_kafka
- Type: flusher_kafka_v2
Brokers:
- 192.XX.XX.1:9092
- 192.XX.XX.2:9092
Expand Down Expand Up @@ -221,7 +221,7 @@ inputs:
LogPath: /home/test_log
FilePattern: "*.log"
flushers:
- Type: flusher_kafka
- Type: flusher_kafka_v2
Brokers:
- 192.XX.XX.1:9092
- 192.XX.XX.2:9092
Expand Down

0 comments on commit 06ca877

Please sign in to comment.