你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
rochy - rochy_he
赞同来自:
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
zqc0512 - andy zhou
要回复问题请先登录或注册
3 个回复
rochy - rochy_he
赞同来自:
你把 statement_filepath 的值设置为绝对路径试一下
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
赞同来自:
Logstash could not be started because there is already another instance using the configured data directory. If you wish to run multiple instances, you must change the "path.data" setting
将原先的命令:
/bin/logstash -f 010.conf
改为:
/bin/logstash -f 010.conf --path.data=/root/
其中,--path.data是指存放数据的路径
或者走if else..逻辑:我用#CSDN#这个app发现了有技术含量的博客,小伙伴们求同去《logstash一次同步Mysql多张表到ES深入详解》, 一起来围观吧 https://blog.csdn.net/wojiushi ... 52953
zqc0512 - andy zhou
赞同来自: