Merge "Update log metrics config for Logstash downgrade"
This commit is contained in:
commit
8045b3fbd0
@ -71,6 +71,6 @@ output {
|
|||||||
bootstrap_servers => "{{ monasca_kafka_servers }}"
|
bootstrap_servers => "{{ monasca_kafka_servers }}"
|
||||||
topic_id => "{{ monasca_metrics_topic }}"
|
topic_id => "{{ monasca_metrics_topic }}"
|
||||||
client_id => "log_metrics_{{ ansible_hostname }}"
|
client_id => "log_metrics_{{ ansible_hostname }}"
|
||||||
workers => "{{ monasca_log_pipeline_threads }}"
|
workers => {{ monasca_log_pipeline_threads|int }}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user