Elasticsearch使用

Posted zzzzzhangrui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elasticsearch使用相关的知识,希望对你有一定的参考价值。

  github下载安装Elasticsearch-rtf,安装head和kibana插件,head安装好后修改Elasticsearch-rtf的配置文件elasticsearch.yml,增加如下内容,连接head和Elasticsearch:

http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-methods: OPTIONS, HEAD, GET, POST, PUT, DELETE
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, X-User"

 

  1.启动Elasticsearch:进入Elasticsearch所在的bin目录的命令行模式,输入elasticsearch.bat启动,启动后在浏览器地址输入127.0.0.1:9200查看。

  2.启动head,进入head所在bin目录的命令行模式,输入cnpm run start,启动后在浏览器地址输入http://localhost:9100查看。

  3.启动kibana,进入kibana所在的bin目录的命令行模式,输入kibana.bat,启动后在浏览器输入http://localhost:5601查看

以上是关于Elasticsearch使用的主要内容,如果未能解决你的问题,请参考以下文章

使用标准库Ruby将数据标记到Elasticsearch批量中

Elasticsearch笔记九之优化

Elasticsearch:如何在 Elasticsearch 中正确使用同义词功能

Elasticsearch:如何在 Elasticsearch 中正确使用同义词功能

Elasticsearch-PHP 索引操作

小烨收藏ElasticSearch权威指南-入门