官网教程:https://www.elastic.co/cn/webinars/getting-started-elasticsearch
0.手动集群部署:https://www.cnblogs.com/michael-xiang/p/13715692.html
分别进入、 和 的文件夹, 设置如下
1.elasticSearch docker 部署(官网):https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
#(单一结节点集群)To start a single-node Elasticsearch cluster for development or testing, specify
多个节点集群():
#需要修改 host,或者直接指定IP
指定ip
说明:
--ulimit memlock=-1:-1 # 禁止内存交换
--ulimit nofile=102400:102400 #修改句柄数
-e discovery.seed_hosts 如果想单一结点,此配置不要即可,master_node 填写自己的ip
2.elasticsearch head 部署:
方式1
Running with docker (https://github.com/mobz/elasticsearch-head)
> for ElasticSearch 7.X :建议直接使用谷歌的插件,最新版本为0.1.5: https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm/
如果打不开google ,点击这下载:https://github.com/Lshan523/chrome-plugs/blob/main/ElasticSearch_Head7x.zip
- for Elasticsearch 5.x:
- for Elasticsearch 2.x:
- for Elasticsearch 1.x:
- for fans of alpine there is
- http://localhost:9100/
【方案二】:下载解压
3、启动es bin/elasticsearch
4、访问集群
浏览器地址栏输入http://localhost:9200/_plugin/head/
5、显示结果如下图