When I tried to use the security function in the kibana... I did following instruction.
[xpack.security.enabled] to [true] in the elasticsearch.yml file and restart
But, I have no idea about default ID and PW, I can't login to the kibana.
How can I do?
I edit kibana.yml file, but it doesn't work for me.
Also, from the document link, my question is...
if I want to anonymous user can read-only, can I set like the following?
The kibana built-in user is meant to be used by Kibana server so that it can communicate with Elasticsearch and this is why you configure its value in the kibana.yml file.
For end user, we can using user"elastic"to logon kibana UI and add some new users at the panel with their roles.
The security features provide a role-based access control (RBAC) mechanism, which enables you to authorize users by assigning privileges to roles and assigning roles to users or groups. You can create a superuser to login to see how to access users and roles. You can read about it more here:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.