Set up Users

I want to set up users to log into the kibana dashboard so that they can see different dashboards, etc. I know starting in 6.3 or 6.4 the security option for this I thought was part of but when I set up my 6.8 stack no default users were created.

@mbrown007 You can use the utility elasticsearch-setup-passwords utility in ElasticSearch bin folder for setting out the default passwords. I believe this should work for you. For more details you can visit the link (https://www.elastic.co/guide/en/elasticsearch/reference/6.8/setup-passwords.html)

Thank you very much. I guess I am a little confused. I have to configure these before anything is shown in Management->Users?

The default user will allow you to log into Kibana. Without configuring it, you may not be able to log into Kibana. You can then create out additional users later on as per your need and requirements.

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