#output.elasticsearch: # hosts: ["https://es.example.net:9200"] output.kafka: hosts: ["kafka-1.example.net:9092", "kafka-2.example.net:9092"] topic: "filebeat-logs" partition.round_robin: reachable_only: true required_acks: 1 compression: gzip max_message_bytes: 1000000