$ELASTICSEARCH_HOME/config/elasticsearch.yml

node.name: node-master
network.host: 0.0.0.0
http.port: 9200
su - elastic
cd /usr/local/elasticsearch
./bin/elasticsearch

$KIBANA_HOME/config/kibana.yml

server.host: 0.0.0.0
localhost:9200/_cat/indices
localhost:9200/news?pretty
localhost:9200/news/_search?pretty&size=30