PasteHunter icon indicating copy to clipboard operation
PasteHunter copied to clipboard

Issues Access Kibana via port 5601

Open derhornspieler opened this issue 5 years ago • 2 comments

I've not anyway to verify this, but after starting everything up in docker after the docker build...I can't seem to access Kibana. even with an ssh -L port command to port 5601.

derhornspieler avatar Dec 14 '19 21:12 derhornspieler

I'm a little confused about why you're trying to SSH to port 5601. You should be able to access kibana on localhost port 5601 if running locally. If you're running remotely, you will need to change docker-compose.yml to bind to whatever address you need (currently only binding to localhost)

Plazmaz avatar Dec 14 '19 22:12 Plazmaz

Can you post your journalctl -xe outputs?

This will help understanding your issue.

AleGiovanardi avatar Mar 13 '20 13:03 AleGiovanardi