The previous version I used was 6.24.
After I upgraded the elasticsearch and kibana to 6.3, the login is disable( can not input the username and password).
When I removed xpack.security.enabled: true in the elasticsearch.yml, It still don't work.
The only way enter the kibana is :
removed xpack.security.enabled: true in the elasticsearch.yml and
change the elasticsearch.username and elasticsearch.password to elasticsearch.username: elastic and elasticsearch.password: changeme.
However, the Login page disappeared after I did that.
it's weird because I used bin/elasticsearch-setup-passwords interactive to change all of ELK's password when I used 6.24 version.
How could I login on the kibana when I use xpack.security?