1. primary shard   -- raid0

2.replicas shard -- raid1

3.index -- 图书馆的借书指引

4.MySQL vs elasticsearch

########################################################################

1.

curl GET http://10.0.0.92:9200/_cluster/health?level=indices

"cluster_name":"ELK-Cluster","status":"yellow"
yellow表示所有主分片可用,但不是所有副本分片都可用,最常见的情景是单节点时,由于es默认是有1个副本,主分片和副本不能在同一个节点上,所以副本就是未分配unassigned

-------------------------------------------------------------------------------------------------------------------------

2.运维需要深入理解的elasticsearch的问题

1.2 读写文档的过程 -- https://mp.weixin.qq.com/s?__biz=MzI2NDY1MTA3OQ==&mid=2247484320&idx=1&sn=c67538b457a2f72f320c68576afe30f0&chksm=eaa82b88dddfa29e4696842fc5e145212afc8a99813068bc8a0f5a3a0b321c3669dd50c6b0c6&mpshare=1&scene=1&srcid=0722ZA9l6fujCUJVfsjqhNLr&sharer_sharetime=1563979487951&sharer_shareid=9740bba782c9689ef96565edaf6756f2#rd

2.修改重要的配置

https://www.elastic.co/guide/cn/elasticsearch/guide/current/important-configuration-changes.html#unicast

3.分片的配置和优化

https://www.elastic.co/guide/cn/elasticsearch/guide/current/important-configuration-changes.html

数据可以保存到多个不同的目录, 如果将每个目录分别挂载不同的硬盘,这可是一个简单且高效实现一个软磁盘阵列( RAID  )的办法。Elasticsearch 会自动把条带化

最新文章

  1. HTC辟谣: HTC Vive2不会在CES 2017上公布
  2. 转Windows Phone8.1 获取手机唯一识别码
  3. Warning: Using a password on the command line interface can be insecure.解决办法
  4. vimperator setting records
  5. c语言scanf返回值
  6. python strip() lstrip() rstrip() 使用方法
  7. ADO.NET与Oracle(一):获取多行记录集
  8. 通过WriteProcessMemory改写进程的内存
  9. PCB外形加工
  10. 屏蔽EditText长按导致的弹出输入法的对话框
  11. ubuntu中使用usb-creator制作live usb
  12. tcp的连接数量
  13. lnmp.org 安装环境的,root权限都没法删除网站文件夹,问题解决-转
  14. face_recognition 模块安装
  15. poj2632 【模拟】
  16. EDK II之USB主控制器(EHCI)驱动的实现框架
  17. 【LeetCode】154. Find Minimum in Rotated Sorted Array II (3 solutions)
  18. selenium初探:WebDriverException解决方法探索(以Chrome浏览器|IE浏览器|Edge浏览器为例)
  19. Java内存溢出的详细解决方案(转http://developer.51cto.com/art/200906/129346.htm)
  20. PHP——数组2(数组函数,二维数组,正则表达式)

热门文章

  1. [Spring Boot] Aspect Intro
  2. GDIPlus的使用准备工作
  3. Word:表格在页面中垂直居中
  4. LA 6434 The Busiest City dfs
  5. [HEOI2016&TJOI2016] 排序(线段树)
  6. BZOJ 5267 特工 (类FWT)
  7. cdn and fallback
  8. react-redux 的总结
  9. koa 项目实战(一)创建项目
  10. 微信小程序之条件判断