我很流利,所以这可能是一个非常基本的问题。
我希望直接将我的一个流利的数据发送到另一个(使用<server>
属性)而不是写入文件系统,但是我无法找到一种方法来发送标签{{ 1}}属性。
我尝试的是:
<server>
但是当我运行配置时,它给了我:
<match testString>
type forward
buffer_chunk_limit 1m
buffer_queue_limit 6000
flush_interval 5s
flush_at_shutdown true
heartbeat_type tcp
heartbeat_interval 3s
num_threads 50
<server>
host **.**.**.****
port ******
tag testTagName
</server>
</match>
答案 0 :(得分:0)
我不认为tag
可以在<server>
属性中使用。
相反,您可以forward
fluentd-aggregator
登录到port 24224
的远程tag
,然后您可以在<source>
配置文件的fluentd-aggregator
属性中使用<match testString>
type forward
buffer_chunk_limit 1m
buffer_queue_limit 6000
flush_interval 5s
flush_at_shutdown true
heartbeat_type tcp
heartbeat_interval 3s
num_threads 50
<server>
host **.**.**.****
port 24224
</server>
</match>
。
fluend-forwarder.conf
<source>
@type forward
port 24224
tag testTagName
</source>
<match testTagName>
...
</match>
fluentd-aggregator.conf
a#ess\\.homeAccount\\.Label[onclick$='return false;']