我不知道如何使用fluentd写入日志文件,欢迎您提供任何帮助。 附注:我知道我的配置文件可能充满了冗余,这是因为我尝试了很多事情。
我正在使用Td-Agent提示符执行以下命令: 流利的-c etc \ td-agent \ td-agent.conff
<source>
@type forward
bind 0.0.0.0
port 24230
</source>
<match **>
@type stdout
</match>
<match **>
@type file
path logs
add_path_suffix true
path_suffix ".txt"
flush_interval 1
flush_mode.immediate
flush_at_shutdown
compress text
append true
<buffer>
@type file
path logb/logs.*.txt
</buffer>
</match>