1

我正在尝试在我的 ubuntu 机器中的 apache 中配置loggly。我所做的是

curl -O https://www.loggly.com/install/configure-apache.sh
sudo bash configure-apache.sh -a XXXXXX -u XXXXXX

输入最后一行后,它说

ERROR: Apache logs did not make to Loggly in time. Please check network and firewall settings and retry.
Manual instructions to configure Apache2 is available at https://www.loggly.com/docs/sending-apache-logs/. Rsyslog troubleshooting instructions are available at https://www.loggly.com/docs/troubleshooting-rsyslog/

知道为什么会显示以及如何解决吗?

4

1 回答 1

0

这可能是网络问题或发送日志的延迟,甚至是脚本问题。查看以下包含手动说明的链接。https://www.loggly.com/docs/sending-apache-logs/您可以遵循并使用它来验证脚本是否正确创建了配置文件。

于 2015-05-06T23:22:47.500 回答