Change View

Hi,
i want to know something.

i'm using ES, KB -version -7.1.0 / SSL & TLS system

how can i change view automatic, when i just login in kibana
default) login page -> input ID/PW -> login complete -> /app/kibana#/home?_g=()
hope) login page -> input ID/PW -> login complete -> move to Some DashBoard (not /app/kibana#/home?_g=() )

You need to change the kibana.defaultAppId setting in kibana.yml to wherever you want the app to land.
This for example would take you to the dashboard with that UUID

kibana.defaultAppId: "dashboard/9f8f1b50-4c2f-11e8-b802-f579584b9efd"
1 Like

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