elasticsearch学习(一)

1、下载:https://www.elastic.co/cn/downloads/elasticsearch

2、可视化界面:https://github.com/mobz/elasticsearch-head

npm install

npm run start

 

 

 3、配置跨域

在elasticsearch中的config文件加下 elasticsearch.yml文件中添加:

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

4、重启es、点击链接

 

posted @ 2021-05-29 16:44  凌波漫步~  阅读(38)  评论(0编辑  收藏  举报