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
原文地址:https://www.cnblogs.com/lwhctv/p/12292794.html
时间: 2024-10-07 18:41:28