Hi,
I want to change the kibana startup page to my plugin UI,It's possible?
when visit http://localhost:5601/
the kibana may redirect to http://localhost:5601/utz/app/kibana#/home?_g=()
now i want to redirect to http://localhost:5601/utz/app/my_plugin_name ,
this address is my custom plugin create by "node scripts/generate_plugin my_plugin_name",
I event to try to use the kibana.defaultAppId in the kinbana.yml,
but find that this only for the app address start with "http://localhost:5601/utz/app/kibana"
so i don't know how to config this .
some body know this ?thank for you reponse!