enable Logstash auth and prepare for handler for multiple auth types

This commit is contained in:
AlanCoding
2016-11-29 13:59:33 -05:00
parent 7df11c59c0
commit f3805b1317
3 changed files with 31 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
input {
http {
port => 8085
user => awx_logger
password => "workflows"
}
}