Hi fellows,
I'm trying to setting up Kibana in my Ubuntu OS. I followed the tutorial described in https://www.elastic.co/guide/en/kibana/current/deb.html .
When I start the service no log file is created in /var/log/kibana/ but the service status shows as everything is apparently ok:
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2018-11-12 20:11:43 UTC; 3s ago
Main PID: 21867 (node)
Tasks: 6 (limit: 2320)
CGroup: /system.slice/kibana.service
└─21867 /usr/share/kibana/bin/../node/bin/node --no-warnings
/usr/share/kibana/bin/../src/cli -c /etc/kibana/kibana.yml
The problem is, I can't reach the service in port 5601:
:~$ curl -X GET "localhost:5601/"
curl: (7) Failed to connect to localhost port 5601: Connection refused
Any tip about how to proceed?
Thanks in advance.
Ivo