博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
elasticsearch 7 安装
阅读量:4596 次
发布时间:2019-06-09

本文共 638 字,大约阅读时间需要 2 分钟。

elasticsearch 安装操作系统:CentOS Linux release 7.4elasticsearch:elasticsearch-7.1.1es7+centos71.软件下载wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-linux-x86_64.tar.gz2.修改/etc/hosts192.168.42.40 cs1192.168.42.45 cs2192.168.42.46 cs33.cs1,cs2,cs3修改elasticsearch.ymlcluster.name: mmmnode.name: cs1network.host: 0.0.0.0discovery.seed_hosts: ["cs1", "cs2","cs3"]cluster.initial_master_nodes: ["cs1","cs2","cs3"]http.cors.enabled: truehttp.cors.allow-origin: "*"4.启动elasticsearchcd /usr/local/es7./bin/elasticsearch5.安装elasticsearch-headelasticsearch-head是es的客户端工具

 

转载于:https://www.cnblogs.com/52shaidan/p/11052868.html

你可能感兴趣的文章
Koch 分形,海岸线,雪花
查看>>
ubuntu系统下Python虚拟环境的安装和使用
查看>>
IOS7开发~新UI学起(二)
查看>>
软件过程度量和CMMI模型概述
查看>>
数据结构(DataStructure)与算法(Algorithm)、STL应用
查看>>
Linux与Windows xp操作系统启动过程
查看>>
linux运维、架构之路-Kubernetes1.13离线集群部署双向认证
查看>>
[Leetcode]Substring with Concatenation of All Words
查看>>
Gem install rmagick 报错问题~
查看>>
验证一个方法触发时机
查看>>
25句充满正能量的句子
查看>>
python学习手册笔记——27.更多实例
查看>>
Spring Cloud Alibaba 新版本发布:众多期待内容整合打包加入!
查看>>
Android Camera 使用小结
查看>>
20170908 校内模拟赛 游戏
查看>>
P1774 最接近神的人_NOI导刊2010提高(02)
查看>>
4245: [ONTAK2015]OR-XOR
查看>>
DataGridView的DataGridViewCheckBox问题
查看>>
C#导出成Excel文档
查看>>
C语言指针总结
查看>>