ローカル環境に構築したElasticsearchを(テスト的に)外部公開する
elasticsearch.ymlに以下を追記
elasticsearch.yml
network.host: ["_site_", "_local_"]
http.port: 9200
transport.host: localhost
transport.tcp.port: 9300
Go to list of users who liked
More than 3 years have passed since last update.
ローカル環境に構築したElasticsearchを(テスト的に)外部公開する
elasticsearch.ymlに以下を追記
network.host: ["_site_", "_local_"]
http.port: 9200
transport.host: localhost
transport.tcp.port: 9300
Register as a new user and use Qiita more conveniently
Go to list of users who liked