Dashboards Classic
A DESK dashboard can include monitoring artifacts (such as metrics, logs, events, user sessions, and server-side traces) from multiple DESK environments and can even support remote management zones (for tiles that support custom management zones).
DESK dashboards serve as a single pane of glass for monitoring artifacts such as metrics, logs, events, and user sessions. With multi-environment dashboards, your dashboards can combine these monitoring artifacts from separate DESK environments.
After you configure the remote connection in your local DESK environment, you can quickly point dashboard tiles to the remote environment.

For tiles that allow a custom management zone (look for the Custom management zone setting in the configuration panel for the tile), you can specify another management zone.
Because the remote-environment capabilities of dashboard tiles allow you to build a common overview of problems and other data, dashboards can essentially serve as a hub for deeper analysis. A single click on any given dashboard tile displaying remote information takes you straight into a dedicated view of the remote environment where you can continue your analysis.
A remote environment tile is backward compatible for up to five versions.
When there's a difference of more than five versions between the local and remote versions, the tile may still work but that configuration is not supported.
For example, if a remote environment tile depends on a feature that was added in DESK version x, and that version is deployed locally, but the remote environment is still running DESK version x-1, the feature won't be displayed in the local dashboard because the remote environment doesn't support it.
If a remote environment tile depends on a feature that is not supported in the remote environment, the tile displays an error message explaining the discrepancy between the local and remote environments.
To maintain maximum compatibility between local and remote environments, keep your DESK environments on the same version.
Remote-environment connections don’t pass user context and permissions over environment boundaries.
For this reason, the best practice is to use management zones to segment/limit dashboard tiles when viewing remote information.
Because of the above consideration, remote-environment dashboards can be configured only by environment administrators. Regular users can still view and interact with remote-environment dashboards without limitation.
To create a dashboard tile that queries data from a remote environment:
API equivalents
The procedures that follow use the DESK web UI. To carry out the equivalent tasks via API, see:
With this procedure, you get an access token from the remote environment that you need in the other steps.
To create an access token for the remote DESK environment
Sign in to the remote environment.
Go to Access Tokens.
Select Generate new token.
Enter a token name.
Find the Fetch data from a remote environment scope (RestRequestForwarding) and select its checkbox.
Select Generate token.
This generates a token that gives your local environment permission to pull data from this remote environment.
Select Copy and then paste the token to a secure location.
It's a long string that you need to copy and paste back into DESK later.
To add the remote DESK environment to your list of available remote environments
Sign in to your local DESK environment.
Go to Settings.
Select Integration > Remote environments.
Select Connect environment.
Define the remote environment from which your local environment pulls data, and then select Save changes.
Name is the name under which this environment will be listed in your local DESK environment when you configure a tile to query this remote environment. This is freeform text. It doesn't affect the remote environment.
Remote environment URI
For DESK SaaS, it needs to be in the following format:
https://<ENVIRONMENTID>.live.desk.com/
Replace <ENVIRONMENTID> with your actual environment ID.
For DESK Managed, any URI is allowed.
To connect a DESK (SaaS deployment) environment to a DESK Managed deployment via a URI that is outside the desk-managed.com domain, contact a DESK product expert via live chat within your DESK environment.
Network scope
External: The remote environment is located in another network. Globally configured proxy settings are used if present. This is the default scope.
Internal: The remote environment is located in the same network. Globally configured proxy settings are not used.
Cluster: The remote environment is located in the same cluster. The request is made to localhost.
DESK SaaS can only use the External network scope.
Token is the token you generated in the previous procedure. It needs to include the Fetch data from a remote environment scope (RestRequestForwarding).
Test connection checks the connection from your local environment to the remote environment.
Be sure to get a connection successfully established message before continuing.
Now that you have established a link to the remote environment, you can create dashboard tiles that query that environment.
To create a tile that pulls data from the remote environment
Display the dashboard that will display the tile.
Select Edit.
-Select or add a tile on which you want to display data from the remote environment.
The Environment section of the tile settings pane displays the name of the environment from which that tile pulls monitoring data.
Default (local) configures the tile to pull its data from the local DESK environment.
All other listed environments are remote environments for which a connection has been established.
Select the remote environment that you want the selected tile to query.
If you named the remote environment Boston when you added the remote environment in the previous procedure, Boston should be on this list.

Select Done to display the finished dashboard.
Hover over the tile filter icon to see the environment selection.

In this example, we create a dashboard that shows the host health and network status for the local environment and a remote environment side by side. We assume that you have already added the remote environment to your local environment.
Drag two Header tiles to the dashboard (or drag one and then clone it).
Edit one header to say Local and the other to say Remote.
Drag two Host health tiles to the dashboard (or drag one and then clone it).
Position one under the Local header and the other under the Remote header.
Drag two Network status tiles to the dashboard (or drag one and then clone it).
Position one under the Local header and the other under the Remote header.
At this point, all of the tiles query the local environment, so you have two identical Host health tiles and two identical Network status tiles.


Select Done to display the dashboard.
The remote tiles display the host health and network status for the remote environment, not the default local environment.

You can of course add other tile types and point to additional remote environments.