es 7.1.1 错误

启动后报如下错误
the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured


cluster.name: my-cluster
node.name: node-1
node.max_local_storage_nodes: 3

network.host: 0.0.0.0
http.port: 9200

discovery.seed_hosts: ["127.0.0.1", "[::1]"]
cluster.initial_master_nodes: ["node-1"]

# 开启跨域访问支持,默认为false
http.cors.enabled: true
# 跨域访问允许的域名地址,(允许所有域名)以上使用正则
http.cors.allow-origin: /.*/ 

windows 上的安装:https://www.elastic.co/guide/en/elasticsearch/reference/7.1/zip-windows.html

猜你喜欢

转载自blog.csdn.net/weixin_34050005/article/details/91012274