ELK 学习笔记之 elasticsearch环境搭建

时间:2017-08-27 17:59:50   收藏:0   阅读:337

ELK概述:

 

技术分享

 

ElasticSearch 安装部署:

tar –zxvf elasticsearch-5.5.2.tar.gz

(JDK必须是1.8)

./elasticsearch

curl http://localhost:9200/

技术分享

 

但是发现网页无法访问!!!

 技术分享

vi ../config/elasticsearch.yml

network.host: 0.0.0.0

http.port: 9200

transport.host: localhost

transport.tcp.port: 9300

 

./elasticsearch –d

 技术分享

页面可以访问了,大功告成!!!

 

原文:http://www.cnblogs.com/AK47Sonic/p/7440723.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!