mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Refactor log handler and support TCP/UDP communications
This commit is contained in:
@@ -4,6 +4,12 @@ input {
|
||||
user => awx_logger
|
||||
password => "workflows"
|
||||
}
|
||||
udp {
|
||||
port => 8086
|
||||
}
|
||||
tcp {
|
||||
port => 8087
|
||||
}
|
||||
}
|
||||
|
||||
## Add your filters / logstash plugins configuration here
|
||||
|
||||
Reference in New Issue
Block a user