From c18db2ac089da0979d4bbecc47c138fde88bbd6d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 26 Sep 2016 16:34:34 -0400 Subject: [PATCH] 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 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 25f4482903..94a123da71 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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'), }