Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set the defaultAppName dynamically without restarting kibana #16942

Closed
ahrtr opened this issue Feb 28, 2018 · 2 comments
Closed

Cannot set the defaultAppName dynamically without restarting kibana #16942

ahrtr opened this issue Feb 28, 2018 · 2 comments
Labels
feedback_needed stale Used to mark issues that were closed for being stale Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@ahrtr
Copy link

ahrtr commented Feb 28, 2018

I know that we can configure "kibana.defaultAppId" to load a dashboard by default immediately after logging into kibana. But I don't think it's a good way, because,
(1) We have to use the dashboard Id instead of the dashboard name. It's obvious that ID doesn't make any sense to end users, instead, they only care about the name;
(2) We have to configure the kibana.yaml, and restart kibana instance to make the configuration to take effect.

So it'd be nice to let the end users to set the defaultAppName(not defaultAppId) on kibana GUI. One proposal is to add a configuration item to set the defaultAppName (not defaultAppId) in "management" --> "Advanced Settings".

@jbudz
Copy link
Member

jbudz commented Mar 1, 2018

for 1) would #14760 work for you?

@jbudz jbudz added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc triage_needed labels Mar 1, 2018
@epixa
Copy link
Contributor

epixa commented Aug 24, 2018

What's the problem with having to restart the Kibana server, exactly?

@joshdover joshdover added the stale Used to mark issues that were closed for being stale label Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback_needed stale Used to mark issues that were closed for being stale Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

No branches or pull requests

4 participants