Merge "Update log metrics config for Logstash downgrade"

This commit is contained in:
Zuul 2018-10-09 19:36:46 +00:00 committed by Gerrit Code Review
commit 8045b3fbd0
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ output {
bootstrap_servers => "{{ monasca_kafka_servers }}"
topic_id => "{{ monasca_metrics_topic }}"
client_id => "log_metrics_{{ ansible_hostname }}"
workers => "{{ monasca_log_pipeline_threads }}"
workers => {{ monasca_log_pipeline_threads|int }}
}
}