# ---------------------------- Kafka Output ------------------------------------ output.kafka: #codec.format: #String: '%{[@timestamp]} %{[message]}' # initial brokers for reading cluster metadata hosts: ["votreserveurkafka:9092"] # message topic selection + partitioning topic: secure-log partition.round_robin: reachable_only: false required_acks: 1 compression: gzip max_message_bytes: 1000000