Elasticsearch.yamlファイルに次の構成を指定してみました
network.Host: aa.bbb.ccc.dd
それが私のIPv4アドレスであり、http.port: 9200
私のWindowsマシンでelasticsearch.batを実行しようとすると、これに対する応答は次のようになります。
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
クラスターの初期化のために何を構成すればよいのか、本当によくわかりません。デフォルト値はdiscovery.seed_hosts: ["Host1", "Host2"]
およびcluster.initial_master_nodes: ["node-1", "node-2"]