mirror of
https://github.com/Febbweiss/docker-log-centralizer.git
synced 2026-03-04 22:35:36 +00:00
15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
input {
|
|
beats {
|
|
port => 5044
|
|
}
|
|
}
|
|
output {
|
|
kafka {
|
|
codec => json
|
|
bootstrap_servers => "kafka:9092"
|
|
topic_id => "%{type}"
|
|
}
|
|
stdout {
|
|
codec => rubydebug
|
|
}
|
|
} |