Hello,
I am trying to setup the basic authentication in kibana but it seems that something is wrong.
More specifically, I have six elasticsearch notes and the version of the elastic is the 7.2
Following the recommended configuration https://www.elastic.co/guide/en/kibana/7.2/using-kibana-with-security.html I performed the below steps on each note :
- I have been added the bellow lines to the elasticSearch.yml
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true - I run the command bin/elasticsearch-setup-passwords interactive and I set the same passwords in all notes.
Then I tried to access the elasticsearch notes in the port :9200 and the authentication popup displayed. I insert the elastic username and password that are inserted in the above-mentioned steps but I cannot log in.
Is there something that is not correct in the procedure that I followed?
Could you please help me?
Best regards,
Andreas