You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion:
You can edit /etc/kibana/kibana.yml and change server.host: "0.0.0.0" back to server.host: "locahost" to fix this.
Port 5601 does not have authentication. It is a direct connection to Kibana. So normally you block port 5601 at the firewall or using iptables, and only use www.test.com on port 80 or 443. The authentication is provided by Nginx, not Kibana. So normally you don't use www.test.com:5601 except for testing or debugging- just block that port via iptables for security.