9f6089824b
This commit enables the mqtt notifications in the gearman worker. Most of the setup was already there from our previous failed attempts to leverage the logstash plugin directly. This just pivots that to use the gearman worker instead. Change-Id: I6becec12604c61fe50d3e6b9c7ed9f9e9be311ae Depends-On: I0a17444cce18dd4b63f1f924e393483f6d8fe8eb Depends-On: I43be3562780c61591ebede61f3a8929e8217f199
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
gearman-host: logstash.openstack.org
|
|
gearman-port: 4730
|
|
output-host: localhost
|
|
output-port: 9999
|
|
output-mode: tcp
|
|
crm114-script: /usr/local/bin/classify-log.crm
|
|
crm114-data: /var/lib/crm114
|
|
mqtt-host: <%= @mqtt_hostname %>
|
|
mqtt-port: <%= @mqtt_port %>
|
|
mqtt-topic: gearman-logstash/<%= @hostname %>
|
|
mqtt-user: <%= @mqtt_user %>
|
|
mqtt-pass: <%= @mqtt_pass %>
|
|
mqtt-ca-certs: /etc/logstash/mqtt-root-CA.pem.crt
|