Elastic search cannot connect to kibana

elastic search is getting connected after installing x-pack

added the following line after the xpack.security.enabled: false
login currently disabled administrator should consult kibana logs for more details

the following error occurs and cannot to the kibana gui
This site can’t be reached
The connection was reset.

[root@BVELKL03 bin]# netstat -an | grep 9200
tcp6 0 0 127.0.0.1:9200 :::* LISTEN
tcp6 0 0 ::1:9200 :::* LISTEN

[root@BVELKL03 bin]# netstat -an | grep 5601

[root@BVELKL03 x-pack]# curl 'http://localhost:5601/'
curl: (7) Failed connect to localhost:5601; Connection refused

curl 'http://localhost:9200/'
{
"name" : "T4PB5b1",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "8b2cGZizQauJ1-87NmdIfA",
"version" : {
"number" : "6.2.3",
"build_hash" : "c59ff00",
"build_date" : "2018-03-13T10:06:29.741383Z",
"build_snapshot" : false,
"lucene_version" : "7.2.1",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"

ps -eaf | grep kibana
kibana is running and status is active running
kibana 13694 1 94 11:57 ? 00:00:03 /usr/share/kibana/bin/../node/bin/node --no-warnings /usr/share/kibana/bin/../src/cli -c /etc/kibana/kibana.yml
root 13708 593 0 11:57 pts/1 00:00:00 grep --color=auto kibana

solved

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.