码迷,mamicode.com
首页 > 其他好文 > 详细

Elasticsearch 配置文件

时间:2020-02-10 22:30:45      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:style   pool   disco   文件   nod   clust   pat   dice   logs   

cluster.name: ${clusterName}
node.master: ${master}
node.data: ${data}
path.data: /home/service/var/esuser/${httpPort}
#path.logs: /path/to/logs
network.host: ${networkHost}
http.port: ${httpPort}
transport.tcp.port: ${tcpPort}
discovery.zen.ping.unicast.hosts: ${hosts}
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping_timeout: 30s
discovery.zen.fd.ping_timeout: 30s 
thread_pool.bulk.queue_size: 2000
indices.fielddata.cache.size: "40%"
bootstrap.system_call_filter: false

 

Elasticsearch 配置文件

标签:style   pool   disco   文件   nod   clust   pat   dice   logs   

原文地址:https://www.cnblogs.com/lwhctv/p/12292794.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!