0
output.kafka:
# Boolean flag to enable or disable the output module.
enabled: true
# The list of Kafka broker addresses from where to fetch the cluster metadata.
# The cluster metadata contain the actual Kafka brokers events are published
# to.
hosts: ["XX.XXX.XXX.XX:9092","XX.XXX.XXX.XX:9092","XX.XXX.XXX.XX:9092"]
# The Kafka topic used for produced events. The setting can be a format string
# using any event field. To set the topic from document type use `%{[type]}`.
topic: ab-mb-raw, cd-mb-raw
は内の複数のトピックにデータをプッシュすることは可能ですカフカ?
私は上記の設定を実行したとき、誰もが私の設定が正しいかどうか私を助けることができ、私はカフカのトピック永続
内のデータを見ることができないのですか?
metricbeatはfilebeatと同じではありません。 document_typeフィールドはありません! –