How to change the default load page with different users?

how to change the default load page?
with the kibana the default loading page is xxxx:5601/app/kibana,
i have two users one with the date ,the other user is with monitoring .
i wan't one default loading page is /app/kibana the other user defalut loading page is /app/monitoring
how i can do about this?

Hi @zqc0512,

There is only server.defaultRoute setting that sets default URL for the entire Kibana instance. Unfortunately there is no built-in way to set different default URLs for different users/roles within the same Kibana instance.

Let me know if I can help with anything else.

Best,
Oleg

1 Like

yes i know this setting, but can't with different setting with users.
cant pull a new function?
@azasypkin

cant pull a new function?

Not sure what you mean here, but if you are asking about adding new functionality you can always file a Feature request in Kibana repository and Team will carefully assess whether it's something that makes sense or not:

You can also try to write your own plugin that will do a redirect to whatever URL you need based on the user's roles, you may want to take a look at this plugin that does something similar.

Best,
Oleg

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