-
Notifications
You must be signed in to change notification settings - Fork 456
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
Migrate system dashboards to by value #3449
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
I believe the VisEditors team is handling this |
The visEditor team handled this for the metrics dashboard but it seems the logs dashboards still use by reference. |
Moving to by-value for all system dashboards would improve the performance in the onboarding experience since we install this package by default when creating the first agent policy. Creating the Kibana SOs takes a significant amount of time in some cases (5-10s) and using by-value viz would reduce the number of SOs to create. |
Checking the visualizations that are set as reference in the system package, there are some dashboards that share some visualizations (same references). For instance, the following list show the visualization by reference that appear in dashboard kibana/dashboard/system-035846a0-a249-11e9-a422-d144027429da.json along with the number of dashboards where that visualization is used:
What should we do in those cases? Keep the visualization as a reference in those dashboards? Or duplicate them in each dashboard so they are by value? @ruflin @joshdover @elastic/elastic-agent-data-plane |
@mrodm Interesting find. Can you add some details (maybe screenshot) on what kind of visualizations these are and what they contain? |
In most of the dashboards in the system package happens this issue with visualizations shared between dashboards. I'm running the Elastic stack using elastic-package, and I don't have data in visualizations (I hope it could be helpful), but I'll try to show some examples:
|
@andrewkroh Could someone from your team comment on why there are 2 dashboards with the same visualisations for windows security? Ideally your team would take care of updating these. I understand why the navigation is reused. Lets keep it that way for now. I hope we get to a point where we find a better way to build these navigations. +1 on the suggested path forward form @jlind23 |
I'm not exactly sure why. These dashboards have been transformed and copied multiple times. They originated in Beats. We'll get someone to take a closer look and perform a cleanup (and probably make sure everything uses Lens). The most recent work was performed in elastic/beats#18775 which gives an idea of what the dashboards should look like. Issue: #5022 |
See #3448 for more details
The text was updated successfully, but these errors were encountered: