Kibana Login page is not working

I want to implement Kibana Login page ,I tried all the settings can any body help me.

@AKumar123 be sure you're using Kibana and Elasticsearch 6.8+ and you are running a default distribution with the basic license enabled. Then you can refer to that blog post to proceed with the rest: https://www.elastic.co/blog/getting-started-with-elasticsearch-security

Cheers

I tried this also ,I feel that i am doing some silly mistake can you please connect me on Team Viewer for help.

@AKumar123 it seems to me that you had password protected your keystore when you ran elasticsearch-certutil so you will need to the following commands, one by one, wrote the password you defined for each and then restart the elasticsearch instances in the end:

bin/elasticsearch-keystore add xpack.security.http.ssl.keystore.secure_password

bin/elasticsearch-keystore add xpack.security.http.ssl.truststore.secure_password

bin/elasticsearch-keystore add xpack.security.transport.ssl.keystore.secure_password

bin/elasticsearch-keystore add xpack.security.transport.ssl.truststore.secure_password

Also be sure you have defined the location of your .p12 files correctly both for master and the node.

You can find more info in a similar issue Problem with keystore password was incorrect or a complete guide on https://www.elastic.co/guide/en/elasticsearch/reference/7.8/configuring-tls.html

@tiagocosta thank you very much for your Quick help.I appreciate your efforts which you have done.
It worked fine :slight_smile:

Can is it possible i can create a role which will show only dashboard page,Nothing else even stack managment page also should not visible.

I hosted the service and for that i did change in yml file of node and master.Later i notice that both the services can not run together.For that there is any solution If i am running both the Services of Elastic,Even i changed the port also.

image

I have one more Question this Security Feature will be enabled on for when Trail license is active or in future also i can use it.

I hosted the service and for that i did change in yml file of node and master.Later i notice that both the services can not run together

Probably you can't bind the node to 0.0.0.0. Try to only bind the master.

I have one more Question this Security Feature will be enabled on for when Trail license is active or in future also i can use it.

It should also be available in the basic license when the trial expires. For more information please visit: Subscriptions | Elastic Stack Products & Support | Elastic

Can is it possible i can create a role which will show only dashboard page,Nothing else even stack managment page also should not visible.

You can do that using Spaces: Spaces | Kibana Guide [master] | Elastic

While Running Kibana.bat I am getting this error:

@AKumar123 you need to uncomment elasticsearch.username and elasticsearch.password in your kibana.yml

Cheers

Yes it worked fine ,I was using two services of Elastic at same port.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.