beat_kafka.conf 182 B

123456789101112131415
  1. input {
  2. beats {
  3. port => 5044
  4. }
  5. }
  6. output {
  7. kafka {
  8. codec => json
  9. bootstrap_servers => "kafka:9092"
  10. topic_id => "%{type}"
  11. }
  12. stdout {
  13. codec => rubydebug
  14. }
  15. }