Elasticsearch 配置文件

Posted lwhctv

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

 

以上是关于Elasticsearch 配置文件的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段11——vue路由的配置

VSCode自定义代码片段11——vue路由的配置

VSCode自定义代码片段11——vue路由的配置

VS Code配置markdown代码片段

VS Code配置markdown代码片段

VS Code配置snippets代码片段快速生成html模板,提高前端编写效率