-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add custom user home page to landing page docs #35823
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
base: master
Are you sure you want to change the base?
Changes from 4 commits
cf34468
db76662
3612990
3da06b8
99a2e8d
cde1402
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,34 +5,40 @@ description: Set a custom dashboard as your organization's landing page to contr | |
|
|
||
| ## Overview | ||
|
|
||
| The Datadog organization landing page is the first page your users see when they log on to Datadog or navigate to the Datadog root page. Datadog sets a default landing page for your organization. If you use APM, Datadog sets the APM root as the landing page. If you don't use APM, then the list of dashboards is the default landing page. | ||
| The Datadog organization landing page is the first page your users see when they log on to Datadog or navigate to the Datadog root page. Datadog determines which landing page to display based on the following priority: | ||
tomnof marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| As an alternative to the default page, Datadog allows administrators to set a dashboard as the landing page for the organization. A custom landing page helps a large or small organization control the narrative for their users. | ||
| 1. **Custom user home page**: A [personal home page][3] set by the individual user. | ||
| 2. **Custom organization home page**: A custom page chosen by an administrator for the entire organization. | ||
| 3. **APM-enabled organizations**: The APM Home page. | ||
| 4. **Default**: The Dashboard List. | ||
|
||
|
|
||
| You can customize a dashboard with the information you want your users to see when they first log on to Datadog. Use [Organization settings][1] to set that dashboard as the custom landing page for your organization. | ||
| **Note**: Trial organizations default to the Quick Start guide, and Studio organizations default to the Studio page. These take precedence over the priority list above. | ||
|
||
|
|
||
| ## Set a custom landing page | ||
| ## Set a custom landing page for your organization | ||
|
|
||
| Only users with the Datadog Admin Role or the Org Management (`org_management`) permission can set the custom landing page for an organization. Custom landing pages are not available during free trial periods. | ||
|
|
||
| To set a custom landing page, follow the steps below: | ||
|
|
||
| 1. Navigate to [Organization settings][1]. | ||
| 1. Navigate to [**Organization Settings**][1]. | ||
| 2. From the tabs on the left, select [**Preferences**][2]. | ||
| 3. In the Datadog Homepage section, click **Individual Dashboard**. | ||
| 4. Use the dropdown list to select a dashboard. | ||
| 5. Click the **Save** button. | ||
|
|
||
| As an administrator, you can also enforce a home page for your organization and prevent users from setting their own landing page. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this does not exist. Am I wrong?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tagged you on slack to create this lol (but to your point -- no, it doesn't exist today) |
||
|
|
||
| ## Use the default landing page | ||
|
|
||
| Only users with the Datadog Admin Role or the Org Management (`org_management`) permission can change the landing page for an organization. | ||
|
|
||
| To restore the default landing page of APM Home, follow the steps below: | ||
| To restore the default landing page: | ||
|
|
||
| 1. Navigate to [Organization settings][1]. | ||
| 1. Navigate to [**Organization Settings**][1]. | ||
| 2. From the tabs on the left, select [**Preferences**][2]. | ||
| 3. In the Datadog Homepage section, click **Default: Dashboard List**. | ||
| 4. Click the **Save** button. | ||
|
|
||
| [1]: https://app.datadoghq.com/organization-settings/ | ||
| [2]: https://app.datadoghq.com/organization-settings/preferences | ||
| [3]: /account_management/#home-page | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"if allowed." - I don't think we have any mechanism currently in place to control this as a permission or org config.