Refactor log handler and support TCP/UDP communications

This commit is contained in:
Aaron Tan
2017-03-15 14:09:26 -04:00
parent 1f99a0df85
commit 8d2ee8c30f
9 changed files with 443 additions and 203 deletions

View File

@@ -4,6 +4,12 @@ input {
user => awx_logger
password => "workflows"
}
udp {
port => 8086
}
tcp {
port => 8087
}
}
## Add your filters / logstash plugins configuration here