diff --git a/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb b/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb index 263b5e24c3..c41eeede3a 100644 --- a/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb +++ b/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb @@ -3,8 +3,9 @@ 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 +# Temporarily disabled as this is filling our worker node disks +#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 %>