Elasticsearch入门

Posted by xionghongzhi on July 15, 2018

什么是Elasticsearch

用官方的话来说:

Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time.

ES是一个高扩展性的开源的全文检索/分析引擎,它支持实时快速存储,搜索以及分析海量大数据。

Elasticsearch生态圈

1. Elasticsearch: 高扩展性的开源的全文检索/分析引擎

2. Logstash: 数据采集引擎

3. Kibana: 数据分析及可视化平台

4. X-Pack: Elastic栈的扩展,包含了安全,通知,报告,监控,以及图表等等,商业收费。

前三项首字母就是所谓的ELK。

Elasticsearch常用插件

https://github.com/mobz/elasticsearch-head  ES图形化的开源库

我遇到的问题: https://blog.csdn.net/enterys/article/details/77045782

个人理解

暂无,目前还没有将index/type/document/mapping理解,暂时开个头。 后续再跟。

参考文章

  1. 全文搜索引擎 Elasticsearch 入门教程

  2. Elasticsearch收费情况

  3. Elasticsearch官方教程