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"