Elasticsearch 配置文件

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

猜你喜欢

转载自www.cnblogs.com/lwhctv/p/12292794.html