摘要:
官网参考:https://www.bookstack.cn/read/elasticsearch-7.9-en/2f8ceb1844a57efa.md 假设是Centos7环境 【1】生产环境使用,必须要考虑的OS配置 都是要启动ES之前配置的 【1.1】swap交换内存关闭 (1)临时关闭 sud 阅读全文
摘要:
【0】默认文件内容 #(1)clustercluster.name:集群名称 # 默认名称为 elasticsearchcluster.initial_master_nodes:["node-1","node-2"] #分布式集群,初始化节点gateway.recover_after_nodes:3 阅读全文
摘要:
其他 UI 工具:cerebro https://github.com/lmenezes/cerebro/releases 【1】环境准备 CentOS7 ElasticSearchv7.7.0 Nodejs es-head需要nodejs环境编译,先看看机器中是否已经有nodejs环境,如果没有的 阅读全文