Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改flusher_kafka_v2插件文档样例的错误描述 #1086

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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