首页 > 其他 > 详细

logstash

时间:2020-07-12 21:36:44      阅读:62      评论:0      收藏:0      [点我收藏+]

 

官网下载: 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

原文:https://www.cnblogs.com/cxscode/p/13289630.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!