随笔分类 -  ELK

摘要:系统版本 centos 7.0 elk:6.7.2 jdk:1.8.0 1.elk结构 filebeat==>redis==>logstash==>es(群集)==>kibana 2.配置hosts主机配置(node-1,node-2) vim /etc/hosts 172.16.206.110 n 阅读全文
posted @ 2020-09-14 11:31 MoStart 阅读(235) 评论(0) 推荐(0)
摘要:ERROR pipeline/output.go:100 Failed to connect to redis(tcp://192.168.10.200:6379): ERR Client sent AUTH, but no password is set 1.找到redis配置文件/etc/red 阅读全文
posted @ 2020-09-12 21:28 MoStart 阅读(152) 评论(0) 推荐(0)
摘要:curl -H "Content-Type: application/json" -XPUT http://172.16.206.114:9200/index-demo/user/1 -d'{"name" : "jack","age": 28}' curl -H "Content-Type: app 阅读全文
posted @ 2020-09-09 14:34 MoStart 阅读(268) 评论(0) 推荐(0)
摘要:wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 1.2解压 bzip2 -d phantomjs-2.1.1-linux-x86_64.tar.bz2 tar xvf 阅读全文
posted @ 2020-09-05 23:31 MoStart 阅读(117) 评论(0) 推荐(0)
摘要:1.wget https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz 2.tar xvf node-v12.18.3-linux-x64.tar.xz -C /usr/local/ 3. mv /usr/local/node-v 阅读全文
posted @ 2020-09-05 22:57 MoStart 阅读(669) 评论(0) 推荐(0)
摘要:1.安装JDK 2.yum -y install epel-release3.yum -y install nodejs npm git4.git clone git://github.com/mobz/elasticsearch-head.git5.cd elasticsearch-head/5. 阅读全文
posted @ 2020-09-03 21:16 MoStart 阅读(151) 评论(0) 推荐(0)