Unable to login via anonymous

I unable to login via anonymous. I am expecting to able view dashboard without login but admin should able to login. How can it be done?

xpack.security.authc.providers:
  anonymous.anonymous1:
    order: 0
    credentials:
      username: "myusernamee"
      password: "mypassword"

Hi @selin! I'd recommend reading through the PR in which this feature was implemented, as it provides some setup instructions. There is also documentation available on anonymous access in Kibana.

1 Like

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