안녕하세요
AWS EC2에 2개에 ES와 kibana를 RPM으로 각각 설치 하였습니다.
하지만 kibana에서 ES에 연결를 할수 없다고만 표시되고 있어 질문 드립니다.
[환경]
서버 : AWS EC2
OS : centos 7
ES/kibana version : 7.1.1
[elasticsearch.yml]
node.name: node-1
network.host: 0.0.0.0
http.port: 9200
discovery.seed_hosts: ["127.0.0.1", "[::1]"]
cluster.initial_master_nodes: ["node-1"]
[kibana.yml]
server.port: 5601
server.host: "0.0.0.0"
server.name: "kibana"
elasticsearch.hosts: ["http://xxx.xxx.xxx.xxx/:9200"]
[kibana log]
kibana[25048]: {"type":"log","@timestamp":"2020-04-22T01:30:37Z","tags":["status","plugin:xpack_main@7.1.1","error"],"pid":25048,"state":"red","message":"Status changed from yellow to red - Unable to connect to Elasticsearch.","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
kibana[25048]: {"type":"log","@timestamp":"2020-04-22T01:30:37Z","tags":["status","plugin:graph@7.1.1","error"],"pid":25048,"state":"red","message":"Status changed from yellow to red - Unable to connect to Elasticsearch.","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2020-04-22T01:32:02Z","tags":["warning","elasticsearch","admin"],"pid":25048,"message":"No living connections"}
[기타]
현재 ES에서 kibana 관련 index가 없습니다.
- .kibana_task_manager
- .kibana_1
확인 부탁드립니다.