Skip to content
Snippets Groups Projects
Commit 8045b3fb authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Update log metrics config for Logstash downgrade"

parents 5a719217 47136af5
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment