【发布时间】:2025-12-10 09:45:01
【问题描述】:
这是我的 td-agent.conf 文件
<source>
@type http
port 8888
</source>
<match whatever.access>
@type file
path /var/log/what.txt
</match>
但是当我尝试使用启动服务器时
sudo /etc/init.d/td-agent start
它给出了以下错误:
'2016-02-01 10:45:49 +0530 [error]: fluent/supervisor.rb:359:rescue in >main_process: config error file="/etc/td-agent/td-agent.conf " error="out_file: >
/var/log/what.txt.20160201_0.log不可写"
谁能解释一下怎么回事?
【问题讨论】:
标签: fluentd