Nothing on 5601

Very new to linux running ubuntu server and have been following this tut

I get nothing on http://10.0.0.249:5601

curl http://localhost:5601 Gives

darkvodka34@WebServer:~

netstat -anp | grep 5601 Gives

(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:5601 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:47698 127.0.0.1:5601 TIME_WAIT -

sudo service kibana status Gives

● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: e
Active: active (running) since Tue 2018-01-09 15:38:45 GMT; 6min ago
Main PID: 3067 (node)
Tasks: 10
Memory: 70.8M
CPU: 4.015s
CGroup: /system.slice/kibana.service
└─3067 /usr/share/kibana/bin/../node/bin/node --no-warnings /usr/shar

Jan 09 15:38:47 WebServer.com kibana[3067]: {"type":"log","@timestamp":"2018-01-
Jan 09 15:38:47 WebServer.com kibana[3067]: {"type":"log","@timestamp":"2018-01-
Jan 09 15:38:47 WebServer.com kibana[3067]: {"type":"log","@timestamp":"2018-01-
Jan 09 15:38:47 WebServer.com kibana[3067]: {"type":"log","@timestamp":"2018-01-
Jan 09 15:38:47 WebServer.com kibana[3067]: {"type":"log","@timestamp":"2018-01-
Jan 09 15:38:47 WebServer.com kibana[3067]: {"type":"log","@timestamp":"2018-01-
Jan 09 15:38:47 WebServer.com kibana[3067]: {"type":"log","@timestamp":"2018-01-
Jan 09 15:39:37 WebServer.com systemd[1]: Started Kibana.
Jan 09 15:40:15 WebServer.com kibana[3067]: {"type":"response","@timestamp":"201
Jan 09 15:43:58 WebServer.com kibana[3067]: {"type":"response","@timestamp":"201

[2]+ Stopped sudo service kibana status

I have no clue as this worked fine the last time I followed this tut

Thanks

hi @DarkVodka34,

It's a little hard to make up.

So Kibana works on localhost but not accessing by IP?

I'd check first and make sure you have the server.host: 0.0.0.0 configured in the kibana.yml

1 Like

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