码迷,mamicode.com
首页 > 其他好文 > 详细

ElasticSearch「1」本地安裝Elasticsearch 6.0.1 + Elasticsearch-head插件

时间:2018-02-09 15:03:26      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:bin   arch   amp   git   mob   img   star   attr   配置文件   

# 下載包

https://www.elastic.co/downloads/past-releases/elasticsearch-6-0-1

https://github.com/mobz/elasticsearch-head

 

# 本地安裝

## 安裝elasticsearch

1. 拷貝到目錄 /home/xx/runtime/elasticsearch-home

2. 修改配置文件conf/elasticsearch.yaml,修改一下幾列(非必須):

cluster.name: my-application

node.name: node-1

node.attr.rack: r1

3. 修改配置文件conf/elasticsearch.yaml, 增加兩列(否则elasticsearch-head无法访问)

http.cors.enabled: true
http.cors.allow-origin: "*"

4. 启动集群

$bin/elasticsearch -d

5. 访问http://localhost:9200,确认服务已经启动

技术分享图片

 

6. 查看日志 logs/my-application.log

 

##安装elasticsearch-head

1. 拷贝目录到

拷貝到目錄 /home/xx/runtime/elasticsearch-head

2. cd elasticsearch-head && npm install && npm run start

3. 访问 http://localhost:9100,确认服务已经启动

 技术分享图片 

# 基本操作

## 創建索引

技术分享图片

 

## 插入數據

 技术分享图片

 

## 基本查詢

 技术分享图片

 

 技术分享图片

 

ElasticSearch「1」本地安裝Elasticsearch 6.0.1 + Elasticsearch-head插件

标签:bin   arch   amp   git   mob   img   star   attr   配置文件   

原文地址:https://www.cnblogs.com/igloo1986/p/8434766.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!