Commit 64b535a7 authored by Paul Graydon's avatar Paul Graydon

software/simpleran: Disable output multithreading in eNB fluentbit

parent 99a2797f
Pipeline #38420 passed with stage
in 0 seconds
...@@ -60,7 +60,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e ...@@ -60,7 +60,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
[template-enb] [template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = b116b58365600f12129d458750b57c71 md5sum = 7897ed4bd9f3362b414f5cfe3530bf46
[template-ors-enb] [template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg _update_hash_filename_ = instance-ors-enb.jinja2.cfg
......
...@@ -234,6 +234,7 @@ inline = ...@@ -234,6 +234,7 @@ inline =
[OUTPUT] [OUTPUT]
name forward name forward
match * match *
Workers 1
Host ${:forward-host} Host ${:forward-host}
Port ${:forward-port} Port ${:forward-port}
{%- if slapparameter_dict.get('xlog_fluentbit_forward_shared_key') %} {%- if slapparameter_dict.get('xlog_fluentbit_forward_shared_key') %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment