cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Take the "Knowledge sharing" challenge!

laima_vainina
Inactive

Every day, your job probably requires you to navigate through different operating systems, browsers, and software. Knowing different shortcuts and methods can make you more productive. We encourage you to go through your experience with Dynatrace and reflect on the knowledge that makes your life with Dynatrace smoother!

Let’s share your best timesaving Dynatrace tips and tricks!

What have you discovered that made working with Dynatrace easier and faster? We want to know what have you done right before you said: “I can’t believe I didn’t know that!”.

Everyone that will share in this forum thread his tips and tricks knowledge will receive 200 reputation points!
26 REPLIES 26

ChadTurner
DynaMight Legend
DynaMight Legend

So in the past I would move tiles one by one to reorganize a layout. This also can be applied for cloning and or deleting tiles. Until a fellow co-worker showed me how to select multiple tiles at once!

If you left click and hold, you can select multiple desired tiles:

In addition to moving this set of tile selections, you can also... Clone them all, or Delete them all. Very useful when you need to adjust a dashboard by dropping everything down a line to allow for a new header or markdown tile.

This is such a simple yet very useful trick that after I was told about it, I said to myself “I can’t believe I didn’t know that!”.

For more Tips and Tricks check out these:

Pro Tip - How to use other colors in charts and graphs!

Pro Tip - Maximizing the Markdown Tile

-Chad

Awesome, Chad! Thank you for sharing so valuable tips and reminding us of your past creation.

Well deserved + 200 points! 🙂

JamesKitson
Dynatrace Guru
Dynatrace Guru

You may already know that dashboards are represented in configuration as simple json files. These are what you work with when configuring them through the API. An update recently made it possible to work with this json directly in the UI.

This makes it much faster to copy dashboards between environments or to copy or modify some sections in bulk. You can simply copy a dashboard from your QA to Prod environment and change filters etc... instead of trying to replicate the dashboard tile by tile. There's also the standard tricks you can do with text in a text editor such as find and replacing text for example if you wanted to find all occurrences of 'qa' and replace it with 'prod.'

Stuff like this had already been available through the API but with it in the UI you can make big changes in seconds especially if you keep configurations and conventions consistent across any environments you have.

https://www.dynatrace.com/news/blog/manage-dashboards-more-efficiently-with-more-control-with-the-js...

Thanks, James for your tips. I believe for some of the newest Dynatrace users this can be a piece of very useful information!

+200 points 🙂

ari_polavarapu
Dynatrace Champion
Dynatrace Champion

This may sound very basic but instead of refreshing your entire browser page, if you change the timeframe selector (or select the same timeframe again), the results will load/refresh much faster than a full reload of the page.

This is particularly useful for the non-custom chart pages (like service details, response time hotspots etc.)

Great tip, Ari! What is basic to one can be a discovery to someone else.

+ 200 points 🙂

Yes, this tip is one I also use a lot.

If you are navigating through a graph, using the arrows in the graph will be faster than in the time selector:

But normally you would want to refresh to get the latest data. That I sometimes do dragging the graph to the left, which should be faster than the time selector, given fewer XHRs are involved. Unfortunately, it does change the timeframe of the graph, and the details. Seems like a little bug...

Antonio Sousa

Yosi_Neuman
DynaMight Guru
DynaMight Guru

Hi here are my tow cents .... 🙂

Try ctrl+shift+f9 with in dynatrace dashboards which will enable you to toggle auto refreshing on and off.

If "writing" about refresh, the rate of refresh is depend on the timeframe shown, as documentation explains:

HTH

Yos

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Awesome tip, thanks for sharing! +200! 🙂

AntonioSousa
DynaMight Guru
DynaMight Guru

Sometimes, I need to export the data that I'm seeing on a particular graph, but don't have the time to construct an API call to get it. So, I launch Developer Tools, hit refresh, and then check out the requests that are flowing. It will be pretty easy to detect normally, based simply on size and it being a XHR request. Copy&Paste the response through a JSON processor (I use jq) and out comes the data 🙂

Antonio Sousa

Good to know, thanks, Antonio! +200 to reputation! 🙂

GabrielPrioli
Dynatrace Champion
Dynatrace Champion

Here's my tip: if you open the User Menu and click in the "Dynatrace version" text at the bottom, you'll have copied the entire version of your server.


Wow, this is a nice sharing, thank you @Gabriel P.! +200 go to your reputation 🙂

leonard_lunardi
Organizer

We found a very simple way to manage our users' permissions with Dyntrace SSO. We have approximately 300 active users on Dynatrace and we are able to link the required permissions for each user automatically according to the user's group.


This allowed us to ensure that all new users automatically receive their required permissions.

Can you clarify please? How did you implemented that?

Senior Product Manager,
Dynatrace Managed expert

For each user profile I have (there are 5 in total) I have a group associated with the user in Active Directory.


During the SSO process, I inform Dynatrace of the attribute he will use to match the permissions on the Dynatrace side.


So, automatically, all users who need to access Dynatrace automatically already have a permission set because the attribute is found in their identity in Active Directory, which is the base where my SSO reads their permissions. (IDP).

perfect! .

Senior Product Manager,
Dynatrace Managed expert

Awesome @Leonard L. for sharing with us these tips with so many details. +200 reputation awarded 🙂

MAkimov
Mentor

when we create dashboards with a lot of widgets, it may appear a glitch.

when moving widgets on the dashboard, it may happen that the widget does not want to move and lights up red, although in fact there is a place for it there


I noticed that in the chrome browser, dashboards are perfect built with a zoom of 50 or 25%


I also recommend paying attention to these labels, they help to create dashboards for a high-resolution screen

Thank you @Mikhail A.These are great un very valuable tips! + 200 points go to you 🙂

Radoslaw_Szulgo
Dynatrace Guru
Dynatrace Guru

If you are unable to log-in to Dynatrace Managed configured with SSO-only page - because SSO is down or broken, you can use /admin path to log in with either admin or an internal user account. Then you can disable SSO or fix the issue.

Senior Product Manager,
Dynatrace Managed expert

Great tip @Radoslaw S., thanks for sharing! + 200 reputation points go to you 🙂

skrystosik
DynaMight Guru
DynaMight Guru

For me best timesaving feature is Dashboard API. I have set of generic dashboard that are my templates. We are Dynatrace partner so we have new Dynatrace implementations quite often. I'm using my templates as starting point. Most of them are made based on generic metrics so I only need to use Find - Replace function on text editor to modify tags assignment (when we use such filters). Really handy 🙂

Sebastian

Regards, Sebastian

that's smart 🙂 can you share your favorite template or the metrics you visualize the most often?

Keep calm and build Community!

Happy to see you again more ofter in the forums @Sebastian K. and thanks for the tip. This definitely can save time! +200 points to your reputation 🙂

Featured Posts