日志对于统计排错来说非常有利的。本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_subrequest、rewrite_log、error_log。nginx有一个非常灵活的日志记录模式。每个级...
分类:
其他好文 时间:
2015-09-04 22:22:20
阅读次数:
264
#安装说明
https://projects.pekdon.net/projects/plog/wikis/Install
envPHEW_CONFIG=/etc/plog.cfgphewhttpdplog.frontend
phew模块网址
https://www.pekwm.org/projects/phew/
nginx日志配置
access_logsyslog:user:info:127.0.0.1:5514:identmain;
系统日志配置
*.*@192...
分类:
其他好文 时间:
2015-04-18 06:28:09
阅读次数:
170
如果你对nginx日志格式,有这样那样的要求。那么就看一下说明吧。$remote_addr The remote host$remote_user The authenticated user (if any)$time_local The time of...
分类:
其他好文 时间:
2015-04-03 20:50:29
阅读次数:
275
日志对于统计排错来说非常有利的。本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_subrequest、rewrite_log、error_log。nginx有一个非常灵活的日志记录模式。每个级...
分类:
其他好文 时间:
2015-03-16 14:21:19
阅读次数:
195
rsyslog日志收集配置rsyslog服务器收集各服务器的日志,并汇总,再由logstash处理请查看上一篇文章http://bbotte.blog.51cto.com/6205307/1613571客户端/发送端web服务器# yum install rsyslog -y# vim /etc/r...
分类:
其他好文 时间:
2015-03-12 13:07:53
阅读次数:
273
rsyslog日志收集配置rsyslog服务器收集各服务器的日志,并汇总,再由logstash处理请查看上一篇文章http://bbotte.blog.51cto.com/6205307/1613571客户端/发送端web服务器#yuminstallrsyslog-y
#vim/etc/rsyslog.conf
*.*@192.168.10.1:514
#vim/etc/bashrc#收集其他服务器的操..
分类:
其他好文 时间:
2015-02-14 20:09:27
阅读次数:
314
最近想用goaccess来分析下nginx日志,但是苦于nginx日志配置格式不是按照正常格式来的,完全是我们按照自己的需求来写的,所以导致goaccess分析不了,需要自己重新定义下格式;但是网上虽然介绍goaccess的很多,但是大多都是就重避轻,将格式的自定义忽略掉,因此我就来把自定义这块说下,希望能够帮助到大家。
首先附上goaccess的官方使用说明及参数介绍,直接安装官方文档来配置才...
分类:
数据库 时间:
2014-12-15 19:04:35
阅读次数:
281