Elasticsearch基础配置和使用
Posted imdeveloper
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elasticsearch基础配置和使用相关的知识,希望对你有一定的参考价值。
基础环境
- 安装JDK 1.8或者更高版本
- 安装Elasticsearch(建议使用6.0以下的版本,高版本坑太多。比如可以选择5.6.9版本)
相关资源文件
- Elasticsearch(华为镜像):https://mirrors.huaweicloud.com/elasticsearch/
- Kibana下载地址:https://www.elastic.co/cn/downloads/past-releases#kibana
Kibana 是在 Elasticsearch 有了相当多的数据之后,进行分析这些数据用的工具。Kibana 里面有一个叫做 DevTools 的,可以很方便地以 Restful 风格向 Elasticsearch 服务器提交请求。类似于使用Navicat工具连接mysql这种关系型数据库,对数据库做操作。 elasticsearch-head(功能类似Kibana,建议用Kibana):https://github.com/mobz/elasticsearch-head
Elasticsearch和kibana版本对应关系
Kibana版本 | ES版本 |
---|---|
4.1 | 1.4.4 + |
4.2 | 2.0 + |
4.3 | 2.1 + |
4.4 | 2.2 + |
4.5 | 2.3 + |
4.6 | 2.4 + |
5 | 5 + |
... | ... |
更新中......
相关文章
- Windows环境下Elasticsearch安装教程:https://www.cnblogs.com/hualess/p/11540477.html
以上是关于Elasticsearch基础配置和使用的主要内容,如果未能解决你的问题,请参考以下文章
ElasticSearch「1」本地安裝Elasticsearch 6.0.1 + Elasticsearch-head插件