Revert "Disable crm114 on the logstash worker nodes"

This reverts commit a000d47ed1.

We have updated the crm processing to collapse indentical log files with
different paths or suffixes into a single file name for processing. This
should dramatically reduce disk consumption for crm114 learning making
it safe to use again.

Change-Id: I50aa5fa434de51c689e5c2e51070db0ee1a76bae
This commit is contained in:
Clark Boylan 2017-11-29 10:20:59 -08:00
parent 53df8aecdf
commit 0f37f227f8
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@ gearman-port: 4730
output-host: localhost
output-port: 9999
output-mode: tcp
# Temporarily disabled as this is filling our worker node disks
#crm114-script: /usr/local/bin/classify-log.crm
#crm114-data: /var/lib/crm114
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 %>