Commit c814c938 authored by Paul Graydon's avatar Paul Graydon

software/ors-amarisoft: Add and publish ORS hostname as fluentbit input tag

parent 2f71c25a
......@@ -88,7 +88,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 8b9301f26fc4ffbc7eda9c1ac8da1a46
md5sum = 3abcaf5c75a655017f055442fb38037b
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
......
......@@ -163,6 +163,7 @@ inline =
[INPUT]
name tail
path ${:logfile}
tag ${:forward-self-hostname}
Read_from_Head True
[OUTPUT]
name forward
......@@ -240,6 +241,9 @@ ru-list = {{ dumps(rulib.iru_dict.keys() | sort) }}
cell-list = {{ dumps(rulib.icell_dict.keys() | sort) }}
peer-list = {{ dumps(ipeer_dict.keys() | sort) }}
peer-cell-list = {{ dumps(ipeercell_dict.keys() | sort) }}
{%- if slapparameter_dict.get('xlog_fluentbit_forward_host') %}
fluentbit-tag = ${xlog-fluentbit-config:forward-self-hostname}
{%- endif %}
[monitor-instance-parameter]
......
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