mirror of
https://github.com/Febbweiss/docker-log-centralizer.git
synced 2026-03-04 22:35:36 +00:00
Initial commit - Fully working architecture
This commit is contained in:
15
logstash/shipper/pipeline/beat_kafka.conf
Normal file
15
logstash/shipper/pipeline/beat_kafka.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
input {
|
||||
beats {
|
||||
port => 5044
|
||||
}
|
||||
}
|
||||
output {
|
||||
kafka {
|
||||
codec => json
|
||||
bootstrap_servers => "kafka:9092"
|
||||
topic_id => "%{type}"
|
||||
}
|
||||
stdout {
|
||||
codec => rubydebug
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user