PasteHunter
PasteHunter copied to clipboard
Issues Access Kibana via port 5601
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.
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)
Can you post your journalctl -xe
outputs?
This will help understanding your issue.