es安装logstash遇到的问题及安装过程

参考:https://blog.csdn.net/Cug_wangww/article/details/83793437

下载地址: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.2.tar.gz (版本号要对上 curl …:9200)

这个是不可以用root身份运行的,所以我要增加用户组和用户名

groupadd es
useradd es
passwd es
chgrp  用户名    文件名  -R
chown 用户名   文件名  -R

然后执行bin/logstash -e 'input { stdin { } } output { stdout {} }'报错
在这里插入图片描述
参考了这个https://github.com/elastic/elasticsearch/issues/22245在当前目录/config/jvm.opetions的中间那块增加-XX:-AssumeMP
再次启动,报错
在这里插入图片描述
这个我看懂的就内存不够哇,我就还是去那边把上面的两个内存设置成256m,再次启动就行了

运行了./bin/logstash-plugin install logstash-input-jdbc

logstash暂时的笔记
https://blog.csdn.net/github_38787002/article/details/84993664
https://www.cnblogs.com/qdhxhz/p/9520685.html
https://blog.csdn.net/lilamei170607/article/details/81780174
https://www.jianshu.com/p/13c10daa387f

posted @ 2019-05-14 10:35  蜗牛使劲冲  阅读(12)  评论(0编辑  收藏  举报  来源