This commit is contained in:
brow3c
2021-06-22 15:13:46 +09:00
parent 34851d756a
commit 70d0101756

View File

@@ -1,10 +1,40 @@
input {
## beats {
## port => 5044
## }
## beats {
## port => 5044
## }
tcp {
port => 5000
# tcp {
# port => 5000
# }
rabbitmq {
host => "ibpcorp.c-xtra.com:49072"
queue => "web.debug"
user => "ibpcorp"
password => "KjUuC754D5xTSpqf"
threads => 1
vhost => "ibpcorp"
passive => true
}
rabbitmq {
host => "ibpcorp.c-xtra.com:49072"
queue => "web.error"
user => "ibpcorp"
password => "KjUuC754D5xTSpqf"
threads => 1
vhost => "ibpcorp"
passive => true
}
rabbitmq {
host => "ibpcorp.c-xtra.com:49072"
queue => "web.info"
user => "ibpcorp"
password => "KjUuC754D5xTSpqf"
threads => 1
vhost => "ibpcorp"
passive => true
}
}