我正尝试在我的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/你知道为什么它会显示出来吗?如何解决它?
发布于 2015-05-07 07:22:48
这可能是网络问题或发送日志的延迟,甚至是脚本问题。请查看以下包含手册说明的链接。您可以遵循并使用的https://www.loggly.com/docs/sending-apache-logs/,用于验证脚本是否正确创建了配置文件。
https://stackoverflow.com/questions/30076003
复制相似问题