-
What is a problem?hi, Fluentd service is running with no error listening to the port 5140 for syslog from another server. I've an error on the client (that send the syslog)
Without using Fluentd after stopping the service), with the following command, I could get the syslog w/o error
Describe the configuration of Fluentdmatch tag=syslog.** and write to file@type file path /var/log/fluent/syslog @type stdout @id output_stdoutDescribe the logs of Fluentd2024-06-30 21:25:48 +0200 [info]: Received graceful stop Environment- Fluentd version: fluentd-1.16.5 ruby="3.2.3"
- TD Agent version:
- Fluent Package version:
- Docker image (tag):
- Operating system: Ubuntu 22.04.4 LTS
- Kernel version: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After reading again the doc, I've made some changes
and get the syslog in the log time to improve... |
Beta Was this translation helpful? Give feedback.
After reading again the doc, I've made some changes
*.* @@192.168.7.200:5140
on the remote server that collecte the log
and get the syslog in the log
time to improve...