Migrate "[Logs Azure] Cloud Overview" dashboard to Lens #6501
Migrate "[Logs Azure] Cloud Overview" dashboard to Lens #6501tdancheva merged 12 commits intoelastic:mainfrom
Conversation
🌐 Coverage report
|
…rics, change style - dynamic colors, panel titles
|
Thanks for doing this! A couple initial recommendations: I see that we are currently using dynamic coloring with the "status" palette for the activity stats and top users:
I'm not sure this coloring is a good fit since these are valence-free numbers (it isn't necessarily a bad or a good thing to have a higher or lower resource count, for example).
Let me know if this makes sense |
Yes, it does, thanks a lot for the feedback! Here is the updated dashboard. I also changed resource groups to Pie plot since it seems more readable to me that way, but let me know If you think otherwise. |
|
Thanks for making those changes.
I'll start by asking you: which of the following would be most helpful to the user?
These are related but different. If 1., then I think a partition chart such as a donut makes sense, but I would advise you to increase the number of terms to a large-enough number to be relatively sure that all the group types will be shown (100 or so?). Otherwise, the partition chart will imply that all the group types are shown but they won't be. (Side-note: you might try a treemap chart here for better use of the space). I would also rename the panel to something like "Resource group breakdown," or simply "Resource groups" since it should no longer be just the top ones. If 2., I think something like the original bar chart is a better fit and we could look into why you didn't find it readable. |
Thank you so much for the insight @drewdaemon. You are right, it is case 2) I believe. I changed it back and I also addressed your other comment about the color palette and changed them to default. |
💚 Build Succeeded
History |
|
Package azure - 1.5.22 containing this change is available at https://epr.elastic.co/search?package=azure |





What does this PR do?
This PR migrates the "[Logs Azure] Cloud Overview" dashboard to Lens, changes the style of the metrics, and makes changes to the filters in accordance with the new dashboard design guidelines.
Fixed the alerts and service health visualizations that were not getting populated due to the event_category field not showing the proper category, instead the category field is populated. See this PR for more info.
NOTE: The after screenshot is taken with stack version 8.6.2. Panel titles of Lens Metrics type do not show in version 8.6.x, from 8.7.0 they show correctly. I will bump up the minimum Kibana version in the whole package in a separate PR that I will link here as well.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots
Before:
After:

After fixing N/A: