└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # elasticsearch资源汇总 2 | 3 | [awesome-elasticsearch](https://github.com/dzharii/awesome-elasticsearch) 4 | 5 | [插件汇总](http://my.oschina.net/secisland/blog/636213) 6 | 7 | [ES权威指南中文](http://es.xiaoleilu.com/) 8 | 9 | [ES权威指南英文](https://www.elastic.co/guide/en/elasticsearch/guide/current/getting-started.html) 10 | 11 | [ES安全search-guard](https://github.com/floragunncom/search-guard) 12 | 13 | [elasticsearch相关介绍](http://www.searchtech.pro/) 14 | 15 | [solr和elasticsearch对比](https://thinkbiganalytics.com/solr-vs-elastic-search/) 16 | 17 | [将 ELASTICSEARCH 写入速度优化到极限](https://www.easyice.cn/archives/207) 18 | 19 | ## ES管理 20 | 21 | [bigdesk](https://github.com/lukas-vlcek/bigdesk) 22 | 23 | [infra-ansible-es-tools](https://github.com/synthesio/infra-ansible-es-tools)---A set of Ansible tasks to manage an Elasticsearch cluster 24 | 25 | [elasticsearch-readonlyrest-plugin](https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin)---Free Elasticsearch and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing 26 | 27 | [es-monitor](https://github.com/taowen/es-monitor)--query metric from elasticsearch using sql 28 | 29 | [elasticsearch-sql](https://github.com/NLPchina/elasticsearch-sql)--Use SQL to query Elasticsearch 30 | 31 | ## 容器化 32 | 33 | [elasticsearch-cloud-kubernetes](https://github.com/fabric8io/elasticsearch-cloud-kubernetes) 34 | 35 | [Docker Official Image packaging for elasticsearch](https://github.com/docker-library/elasticsearch) 36 | 37 | ## 剖析Elasticsearch集群系列 38 | 39 | * [英文原文](http://insightdataengineering.com/blog/elasticsearch-crud/) 40 | 41 | * [剖析Elasticsearch集群系列第一篇 存储模型和读写操作](http://www.infoq.com/cn/articles/analysis-of-elasticsearch-cluster-part01?utm_campaign=rightbar_v2&utm_source=infoq&utm_medium=articles_link&utm_content=link_text) 42 | 43 | * [剖析Elasticsearch集群系列第二篇 分布式的三个C、translog和Lucene段](http://www.infoq.com/cn/articles/anatomy-of-an-elasticsearch-cluster-part02) 44 | 45 | * [剖析Elasticsearch集群系列第三篇 近实时搜索、深层分页问题和搜索相关性权衡之道](http://www.infoq.com/cn/articles/anatomy-of-an-elasticsearch-cluster-part03?utm_campaign=rightbar_v2&utm_source=infoq&utm_medium=articles_link&utm_content=link_text) 46 | 47 | * [nested 和parent使用介绍](https://segmentfault.com/a/1190000002803966) 48 | 49 | ## 企业使用案例 50 | 51 | * [使用Akka、Kafka和ElasticSearch等构建分析引擎](http://www.infoq.com/cn/articles/use-akka-kafka--build-analysis-engine?utm_source=infoq&utm_medium=related_content_link&utm_campaign=relatedContent_articles_clk) 52 | 53 | * [用Elasticsearch构建电商搜索平台,一个极有代表性的基础技术架构和算法实践案例](http://chuansong.me/n/690173551706) 54 | 55 | * [用Elasticsearch+Redis构建投诉监控系统,看Airbnb如何保证用户持续增长](http://h2ex.com/1584) 56 | 57 | * [基于Elasticsearch构建千亿流量日志搜索平台实战](http://www.10tiao.com/html/175/201707/2653548856/1.html) 58 | 59 | * [Elasticsearch作为时间序列数据库](http://blog.csdn.net/jiao_fuyou/article/details/49663687) 60 | 61 | # 索引原理 62 | 63 | [ES原理](http://www.shaheng.me/blog/2015/06/elasticsearch--.html) 64 | 65 | [ES analyzer](http://mednoter.com/all-about-analyzer-part-one.html) 66 | 67 | [docvalues 介绍](http://qindongliang.iteye.com/blog/2297280) 68 | 69 | [ElasticSearch存储文件解析](https://www.elastic.co/blog/found-dive-into-elasticsearch-storage) 70 | # 问题解决 71 | 72 | [如何防止elasticsearch的脑裂问题](https://segmentfault.com/a/1190000004504225) 73 | 74 | [9 Tips on ElasticSearch Configuration for High Performance](https://www.loggly.com/blog/nine-tips-configuring-elasticsearch-for-high-performance/) 75 | 76 | ## jar conflic 77 | [To shade or not to shade](https://www.elastic.co/blog/to-shade-or-not-to-shade) 78 | 79 | [通过maven-shade-plugin 解决Elasticsearch与hbase的jar包冲突问题](http://blog.csdn.net/sunshine920103/article/details/51659936) 80 | --------------------------------------------------------------------------------