部署多节点elasticsearch集群的shell脚本
摘要:以下是一个部署多个节点的elasticsearch集群的shell脚本示例: #!/bin/bash # 设置集群名称 CLUSTER_NAME="my_cluster" # 设置elasticsearch版本号 ES_VERSION="7.10.2" # 设置elasticsearch安装目录 E
阅读全文
posted @ 2023-04-18 11:45