설정은 아래와 같습니다.
etc/elasticsearch/elasticsearch.yml
cluster.name: test1
node.name: ${HOSTNAME}
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
network.host : 0.0.0.0
http.port: 9200
cluster.initial_master_nodes: ["test1"]
/etc/kibana/kibana.yml
server.port: 5601
server.host: 0.0.0.0
elasticsearch.hosts: ["http://localhost:9200"]