Closed leonzo closed 2 years ago
Sorry for the late reply.
No, we don't need to configure a syslog client.
You need to confirm the setting of Fluentd.
<format>
@type single_value
message_key msg
</format>
You can remove this unless you want to send only record["msg"]
.
If the record doesn't have the msg
key, then it does not send any data.
This issue has been automatically marked as stale because it has been open 30 days with no activity after answered. Remove stale label or comment or this issue will be closed in 7 days.
This issue was automatically closed because of stale in 7 days
Hi
I have installed the fluent-plugin-remote_syslog in order to send data to a remote rsyslog server trough fluentd
I have the following configuration to send log from a hostA to hostB where a remote Syslog server is configured to collect log on port 514 through tcp or udp)
After restarting the td-agent service I do not have any td-agent service log error
However, data are not collected in HostB and I am try to understand why ?
My question is : do I need to also configure a syslog client on hostA in other to fluentd to properly send these data ?
Thank You for any help