【发布时间】:2017-02-21 00:32:39
【问题描述】:
我仍在关注日志记录技术。我正在关注fluentd to graylog2 recipe,但我不明白这一步:
Open /etc/rsyslog.conf and add the following line to the beginning of the file: *.* @127.0.0.1:5140 Then, restart rsyslogd by running sudo /etc/init.d/rsyslog restart.
应该在 127.0.0.1:5140 上收听什么? rsyslog 是 fluentd 依赖吗?
【问题讨论】: