Try it free

Launcher

  • Latest Dynatrace
  • Explanation
  • 4-min read

Launcher Launcher lets you create launchpads—customizable start pages that surface the Dynatrace apps and content most relevant to your work. When you open a launchpad, you land on the components you use most, with quick navigation to the rest of the platform. You can make launchpads for yourself or to share with your team.

Get started with launchpads

  1. Go to Launcher Launcher.

    • If you're looking at a launchpad, such as the landing page you see when you start Dynatrace, you're already in Launcher Launcher. You should see Browse all in the upper-left corner.
    • If you aren't sure, just select Dynatrace in the upper-left corner in Dynatrace to have Launcher Launcher display your default launchpad.
  2. Select Browse all in the upper-left corner to display the Launchpads page.

    Use the tabs over the table to display:

    • All—all launchpads you have access to.
    • Owned by me—all launchpads you own.
    • Shared with me—all launchpads that have been shared with you.
    • Ready-made—all ready-made launchpads.
    • Trash—all launchpads in the trash can.

    You can also use the search bar to search for a launchpad by name or ID.

  3. To add a new launchpad, select Launchpad.

  4. In the Customize panel, select a component type and start customizing it. Components you can add to your launchpad include:

    • Links—a collection of links to Dynatrace apps and documents, as well as general links to internal or external resources
    • Markdown—a tile of Markdown-formatted text, including links to web pages and images
    • Cards—for each card, add a brief explanation, an optional image, and a button to take you to your destination
  5. After you have built your launchpad, select Done.

Home launchpads

Home launchpads act as individual start pages, providing a customized experience when using Dynatrace, for focus and quick access to things people need most. For example, if you use certain apps and dashboards every day, you could add links to your home launchpad.

Set home launchpads for user groups

To set home launchpads for user groups

  1. Go to Settings.
  2. Select General.
  3. Select Launcher > Home launchpad.
  4. Select Add home launchpad.
  5. Select a launchpad from the list.
  6. Start typing to Select a user group, or select Everyone to change the start page for all users.
  7. Select Save.

After setting a home launchpad, it will be indicated as the Home launchpad and load as the start page when entering Dynatrace. Access to Getting started with Dynatrace, the default home launchpad, is retained on the launchpads overview page.

Launchpads list
Launchpads list

Set your personal home launchpad

To set your personal home launchpad

  1. Select Browse all.
    The launchpads overview page opens.
  2. Select the launchpad you want to switch to.
  3. Select > Set as Home.
Set as home
Set as home

Setting a home launchpad for yourself will override any home launchpad set by your admin. Access to home launchpads set by your admin will be retained under Suggested on the launchpads overview page.

Home launchpad priority
  1. Your personal home launchpad, set as Home
  2. Home launchpad set by your admin with highest rank
  3. Other home launchpads set by your admin with lower ranks and other groups you're member of
  4. Getting started with Dynatrace, the default home launchpad

If a home launchpad fails to load (for example, due to failing permissions), the next in line opens.

Common actions for launchpads

Select in a launchpad header or on the Launchpads page to access common actions:

  • Rename changes the name in the heading of the launchpad.

  • Duplicate makes a copy of the current launchpad so you can build a new launchpad based on the current launchpad.

  • Download saves the current launchpad as a local JSON file. See Download and upload a launchpad.

  • Change owner assigns launchpad ownership to a new owner.

  • Set as Home makes the current launchpad your personal home launchpad.

  • Add to Dock pins the selected launchpad to the Dynatrace dock.

  • Move to trash puts the selected launchpad in the trash.

    • To retrieve a launchpad from the trash, go to Browse all, select the Trash tab, and select Restore for the launchpad.
    • To permanently delete a launchpad, go to Browse all, select the Trash tab, and select Delete permanently for the launchpad.

Customize your launchpad

To customize a launchpad, open the launchpad and select Customize.

  • Hover over a component you want to customize and select > Edit. You can also simply select a component when in Customize mode.
  • Hover over a component and select to select and drag the component to a new position.
Move launchpad component
Move launchpad component

Add a launchpad icon

Adding an icon will help your team know which launchpad they're on and will make it easier to pick the right one from a list of launchpads.

Upload launchpad icon
Upload launchpad icon

To add a launchpad icon

  1. Select Customize
  2. Select Upload icon
  3. Select the image to use as this launchpad's icon.
  4. Select Save
File size limits
  • 1 MB for JPG, PNG, and WEBP images
  • 10 KB for SVG images

Download and upload a launchpad

To move a launchpad between environments

  1. Select > Download to download the launchpad.
  2. Go to the destination environment, select Launchpads > Upload, and upload the JSON file you downloaded in the previous step.

Share launchpads

If you own a launchpad, you can share it with other users in your Dynatrace environment.

Share launchpad
Share launchpad

For details on sharing Dynatrace documents (including launchpads), see Share documents.

API for launchpads

Launcher Launcher uses the document service API to persist launchpads as documents.

Documents are content-agnostic, but have common metadata: a unique identifier, a name, and a description.

To distinguish different types of documents, and to make them visible to the respective apps, they need the correct type document attribute, in this case: launchpad. This attribute can also be used to query the API as shown in the following example.

https://environment/platform/document/v1/documents?filter=type='launchpad'

Access full document service documentation

To see the full API documentation for the documents service

  1. Go to the Document service page of the Dynatrace Developer site.

  2. In the Related links section, select the Swagger API link.

    You may need to sign in to your Dynatrace environment.

Examples

Example 1: Basic launchpad creation

In this example, you make a very simple launchpad.

  1. Go to Launcher Launcher.
  2. Select Browse all.
  3. Select Launchpad.
  4. Select Markdown.
    • To add some content, type some text in the edit box, such as This is my first launchpad.
    • To name your launchpad, change "Untitled launchpad" to a name you can find later, such as <your name>'s first launchpad.
  5. Select Done.

If your name was Alex, your launchpad would look something like this.

Alex's first launchpad
Alex's first launchpad

Example 2: Create your Home launchpad

Suppose you need to create and edit notebooks and dashboards multiple times in your daily work. This example creates a launchpad that links to Notebooks Notebooks and Dashboards Dashboards, and designates the new launchpad as your home (default) launchpad.

  1. Go to Launcher Launcher.

  2. Select Browse all.

  3. To create a new launchpad, select Launchpad.

  4. Name your launchpad.

    In the header, change Untitled launchpad to something like <your name>'s Home Launchpad.

  5. Describe your launchpad.

    1. In the Customize panel, select Markdown.
    2. Type some text in the edit box, such as This is my daily launchpad. You can select and format your text with standard Markdown formatting.
    3. Close the Markdown panel to see your progress.
  6. Add links to Notebooks Notebooks and Dashboards Dashboards.

    1. In the Customize panel, select Links and then select Add link.
    2. On the Quick link tab, search for notebooks and select the Notebooks Notebooks app.
    3. Select Add link again.
    4. On the Quick link tab, search for dashboards and select the Dashboards Dashboards app.
    5. In the Links panel
      • Set Title to something like Daily Apps.
      • Set Description to something like I use these apps every day.
    6. Close the Links panel to see your progress.
  7. Select Done.

  8. In the launchpad header, open the menu and select Set as Home.

In this example, Alex created a launchpad with links to apps they use every day, and they made it their home (default) launchpad.

Example home launchpad
Example home launchpad

Example 3: Explore a launchpad in Dynatrace Playground

Dynatrace Playground is a public Dynatrace environment where you can explore features without affecting your own data. This example makes a copy of the Playground home launchpad so you can explore with editing a real launchpad.

  1. Go to Playground.

    The default Welcome to the Dynatrace Playground launchpad is displayed. You can't edit that launchpad, but you can make a copy and explore the copy.

  2. Open the menu in the launchpad header and select Duplicate.

    This makes a copy of the current launchpad and displays it with the the name Copy of Welcome to the Dynatrace Playground.

  3. Select Customize in the header to edit your copy.

  4. Explore the existing launchpad component.

    • For a menu of component-specific actions, hover over the component and select .
    • To edit a Markdown component, select the text to display it in edit mode.

    It's your launchpad. Feel free to make edits, try new things, and delete it if you no longer want it.

  5. When you're finished editing, select Done to display your updated launchpad.