1 问题:ERROR: bootstrap checks failed

max file descriptors [4096] for elasticsearch process likely too low, increase to at least [65536]

max number of threads [1024] for user [lishang] likely too low, increase to at least [2048]

vi /etc/security/limits.conf

* soft nofile 65536

* hard nofile 131072

* soft nproc 2048

* hard nproc 4096

vi /etc/sysctl.conf

vm.max_map_count=655360

保存后执行:

sysctl -p

2 报错  the default discovery settings are unsuitable for production use

单机启动 设置单机master修改 elasticsearch.yml

cluster.initial_master_nodes: ["node-1"]

3.开通外网

修改elasticsearch.yml

network.host: 0.0.0.0

最新文章

  1. 处理程序“PageHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”
  2. CSS零基础学习笔记.
  3. js笔记——js数据类型转换
  4. ecshop 团购-》调取评论
  5. poj 2013 Symmetric Order 解题报告
  6. Oracle 11g 客户端 下载地址
  7. UVa 10891 (博弈+DP) Game of Sum
  8. MyBatis拦截器:给参数对象属性赋值
  9. flexPaper +swftools实现文档在线阅读
  10. CI 中css样式或者js样式加载不进来的情况
  11. 函数指针玩得不熟,就不要自称为C语言高手(函数指针是解耦对象关系的最佳利器,还有signal)
  12. 键盘控制div上下左右移动 (转)
  13. gplots heatmap.2和ggplot2 geom_tile实现数据聚类和热图plot
  14. mysql远程访问1045的问题解决
  15. 【Alpha版本】冲刺阶段——Day7
  16. PHP中json_encode()问题
  17. JNDI 与 LDAP
  18. 一个Python开源项目-腾讯哈勃沙箱源码剖析(上)
  19. 解题:HNOI 2013 Cards
  20. HDU 3371 Connect the Cities 最小生成树(和关于sort和qsort的一些小发现)

热门文章

  1. codevs 1126 数字统计 2010年NOIP全国联赛普及组 x
  2. 【Leetcode】二分法
  3. scrapy项目2:爬取智联招聘的金融类高端岗位(spider类)
  4. Python爬虫黑科技(经验)
  5. Spring Data Jpa (五)@Entity实例里面常用注解详解
  6. 2018-2019-2 网络对抗技术 20165235 Exp 9 Web安全基础
  7. Python-Django WebAPi基本使用方法
  8. 搜索练习题——FBI树
  9. delphi DLL image 动态绘图 句柄处理
  10. MYSQL常见安装错误集:[ERROR] --initialize specified but the data directory has files in it. Abort