用官方的话来说:
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是一个高扩展性的开源的全文检索/分析引擎,它支持实时快速存储,搜索以及分析海量大数据。
1. Elasticsearch: 高扩展性的开源的全文检索/分析引擎
2. Logstash: 数据采集引擎
3. Kibana: 数据分析及可视化平台
4. X-Pack: Elastic栈的扩展,包含了安全,通知,报告,监控,以及图表等等,商业收费。
前三项首字母就是所谓的ELK。
https://github.com/mobz/elasticsearch-head ES图形化的开源库
我遇到的问题: https://blog.csdn.net/enterys/article/details/77045782
暂无,目前还没有将index/type/document/mapping理解,暂时开个头。 后续再跟。