# Redirect users to a default page

**URL:** https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395
**Category:** Kibana
**Created:** [July 8, 2019, 5:33pm UTC](https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395 "2019-07-08T17:33:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![syedsfayaz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/syedsfayaz/32/46657_2.png) [@syedsfayaz](https://discuss.elastic.co/u/syedsfayaz)
#### Post date: [July 8, 2019, 5:33pm UTC](https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395/1 "2019-07-08T17:33:11Z")

</div>

Hi

I have setup dashboards on ELK 7.2. All my users in the organization are not aware of the tool.  
So I don't expect them to know how to search and add filters etc.

So, I want to create a default dashboard main page with links to different dashboards I created.

I want the default main page to be loaded when a user logs in. Then they can choose from the links on the main page and get redirected to other dashboards.

Is it possible to redirect a specific user to a default main dashboard page?

Thanks

---

<div class="post-metadata">

### Author: ![joshdover](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joshdover/32/42020_2.png) [@joshdover](https://discuss.elastic.co/u/joshdover)
#### Post date: [July 8, 2019, 5:36pm UTC](https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395/2 "2019-07-08T17:36:31Z")

</div>

Unfortunately, I don't believe there is a way to set a default page without forking Kibana. If you'd like you can [submit a feature request](https://github.com/elastic/kibana/issues/new?template=Feature_request.md) for this ability.

---

<div class="post-metadata">

### Author: ![syedsfayaz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/syedsfayaz/32/46657_2.png) [@syedsfayaz](https://discuss.elastic.co/u/syedsfayaz)
#### Post date: [July 8, 2019, 5:49pm UTC](https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395/3 "2019-07-08T17:49:49Z")

</div>

I mean loading a default dashboard. When a user logs in?. If this feature is not available, I will submit a request.

---

<div class="post-metadata">

### Author: ![joshdover](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joshdover/32/42020_2.png) [@joshdover](https://discuss.elastic.co/u/joshdover)
#### Post date: [July 8, 2019, 6:06pm UTC](https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395/4 "2019-07-08T18:06:39Z")

</div>

Found what you need! There is a setting called `kibana.defaultAppId` that can be set to a dashboard after the user logs in instead of the home page. Set this in your `kibana.yml` file:

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

```

You can get the ID from the dashboard's URL. For example, the ID for this dashboard:

```auto
https://mykibana.com/app/kibana#/dashboard/edf84fe0-e1a0-11e7-b6d5-4dc382ef7f5b?_g=(...)

```

would be `edf84fe0-e1a0-11e7-b6d5-4dc382ef7f5b`.

Hope that helps!

---

<div class="post-metadata">

### Author: ![syedsfayaz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/syedsfayaz/32/46657_2.png) [@syedsfayaz](https://discuss.elastic.co/u/syedsfayaz)
#### Post date: [July 8, 2019, 6:14pm UTC](https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395/5 "2019-07-08T18:14:41Z")

</div>

Thank you. This will help me in setting up a home page for a non technical user.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 5, 2019, 6:14pm UTC](https://discuss.elastic.co/t/redirect-users-to-a-default-page/189395/6 "2019-08-05T18:14:46Z")

</div>

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