Feature: multiple Kafka inputs

This commit is contained in:
Febbweiss
2017-03-20 15:37:59 +01:00
parent c868717bb7
commit 856af194cd
2 changed files with 21 additions and 5 deletions

View File

@@ -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
}
}