-
Notifications
You must be signed in to change notification settings - Fork 497
Migrate "[Logs Azure] Cloud Overview" dashboard to Lens #6501
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
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 |
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.
Great work!
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.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots
Before:
After:

After fixing N/A: