32ba77aa39
The mqtt username and password variables in the logstash work config template were incorrect and didn't match what was being set in logstash_worker.pp. This commit fixes it so everything matches. Change-Id: I959fbd0cf1d7535ff75b42c228e5f74ada8fe5d3
14 lines
414 B
Plaintext
14 lines
414 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_username %>
|
|
mqtt-pass: <%= @mqtt_password %>
|
|
mqtt-ca-certs: /etc/logstash/mqtt-root-CA.pem.crt
|