Haking On ElasticSearch(P-version)

Abstract

ElasticSearch的官方网址为 ElasticSearch.DOC.

ElasticSearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data so you can discover the expected and uncover the unexpected.

本篇章,结合自己的实践,依据官网提供的素材,进行学习及验证。

Note

文档版本属于探索版本,属于学习记录阶段,随着学习的深入,会定期对前期的内容进行修订。希望读者也可以提供提出建议,共同学习提高。

Warning

搭建环境时ElasticSearch版本为elasticsearch-6.2.4. 操作系统版本为ubuntu.16.04lts。