mirror of
https://github.com/Febbweiss/docker-log-centralizer.git
synced 2026-03-05 06:45:36 +00:00
Feature: multiple Kafka inputs
This commit is contained in:
@@ -14,9 +14,7 @@ output {
|
||||
bootstrap_servers => "kafka:9092"
|
||||
topic_id => "%{type}"
|
||||
}
|
||||
if [type] == "apache-forwarder" || [type] == "random-forwarder" {
|
||||
stdout {
|
||||
codec => rubydebug
|
||||
}
|
||||
stdout {
|
||||
codec => rubydebug
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user