Initial commit - Fully working architecture

This commit is contained in:
ECAILLE Fabrice (externe)
2017-03-17 12:34:00 +01:00
commit e0b11ef1a2
10 changed files with 344 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
input {
beats {
port => 5044
}
}
output {
kafka {
codec => json
bootstrap_servers => "kafka:9092"
topic_id => "%{type}"
}
stdout {
codec => rubydebug
}
}