logstash
Posted cxscode
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了logstash相关的知识,希望对你有一定的参考价值。
官网下载: https://www.elastic.co/cn/downloads/past-releases/
启动时可能遇到java mysql的时区问题
unrecognized or represents more than one time zone. You must configure either the server or JDBC driver
解决方案:需要在Url后面添加一个参数:?serverTimezone=UTC
jdbc_connection_string => "jdbc:mysql://127.0.0.1:3306/data?serverTimezone=UTC"
运行出现you must change the "path.data" setting.
修改启动命令: /bin/logstash -f xxxxx.conf
为: /bin/logstash -f xxxxxx.conf --path.data=/root/
以上是关于logstash的主要内容,如果未能解决你的问题,请参考以下文章
logstash中Ruby代码把@timestamp时间戳格式转换
Python SysLogHandler -> syslog:logstash。设施未变