Disable mqtt output plugin on logstash workers
Logstash is busted and the last time it updated elasticsearch was when we attempted to turn this plugin on. Whose bright idea was it to use that anyway. This commit turns off the configuration for the mqtt output plugin and reverts us to just using the elasticsearch output for now. We can investigate adding this again at some point in the future. Change-Id: I88d5e507c8b32a6969a48d6bf6e6881985898387
This commit is contained in:
parent
eb4afffa18
commit
c18db2ac08
@ -460,7 +460,7 @@ node /^logstash-worker\d+\.openstack\.org$/ {
|
||||
|
||||
class { 'openstack_project::logstash_worker':
|
||||
discover_node => 'elasticsearch02.openstack.org',
|
||||
enable_mqtt => true,
|
||||
enable_mqtt => false,
|
||||
mqtt_password => hiera('mqtt_service_user_password'),
|
||||
mqtt_ca_cert_contents => hiera('mosquitto_tls_ca_file'),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user