I‘m using
elasticsearch6.2.2 +xpack
kibana6.2.2 +xpack
following is kibana.yml
server.port: 5601
server.host: "0.0.0.0"
elasticsearch.username: "elastic"
elasticsearch.password: "abcdef"
when I access
localhost:5601
the browser ask me provide the user and the password
after inputing ,I can access kibana web .
The problem is when I logout,I write the url like http://192.168.15.145:5601/app/kibana#/management?_g=() directly into the browser 's address bar,the browser didn't ask my provide the user,password and I can access web without user ,password.
I think once logout,I must login again even though I didn't configure the session parameter.
Something about session,cookie I missed? Or I need configure some parameters in kibana.yml?
Do I need to delete the cookie manually?
thanks a lot!