1 Star 0 Fork 2

Guox / docker-elasticsearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
elasticsearch.yml 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guox 提交于 2019-03-18 23:43 . 更新 elasticsearch.yml
cluster.name: "docker-cluster"
network.host: 0.0.0.0
xpack.security.enabled: false
client.transport.ping_timeout: 60s
# minimum_master_nodes need to be explicitly set when bound on a public IP
# set to 1 to allow single node clusters
# Details: https://github.com/elastic/elasticsearch/pull/17288
discovery.zen.minimum_master_nodes: 1
xpack.license.self_generated.type: trial
http.cors.enabled: true
http.cors.allow-origin: /.*/
Docker
1
https://gitee.com/dazuimao1990/docker-elasticsearch.git
git@gitee.com:dazuimao1990/docker-elasticsearch.git
dazuimao1990
docker-elasticsearch
docker-elasticsearch
master

搜索帮助