Hi All,
I have setup default dashboard page (post login) for my admin user, using below mentioned config set in kibana.yml file:
kibana.defaultAppId: "dashboard/id_of_one_of_my_dashboards".
It works completely fine with admin user (elastic user). But when I login to my another user which is "kibana _dashboard_only_user", I still end up getting list of dashboards instead of the default dashboard I have set in kibana.yml file.
Can someone please suggest what other changes I need to do in order to get the set default dashboard for "kibana_dashboard_only_user" as well.
Thanks,
Ashwini