-
Notifications
You must be signed in to change notification settings - Fork 11
Use predictable object IDs #269
Copy link
Copy link
Closed
Labels
A-ELKRelates to any of the standard Elastic Stack componentsRelates to any of the standard Elastic Stack componentsT-EnhancementAdding to the things that already existAdding to the things that already exist
Description
Improvement Request
The saved objects (such as dashboards and visualizations) need unique ID strings to be added to Kibana. Currently, we are generating random UUID strings for each object before adding them (except for the overall scoreboard). This has two effects:
- URLs for dashboards and visualizations are meaningless to end-users, and harder to create inter-dashboard links for.
- Re-running the
add-teams.shscript will create duplicate dashboards and visualizations, causing a lot of clutter in Kibana.
A predictable ID generation scheme should be implemented to fix these issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-ELKRelates to any of the standard Elastic Stack componentsRelates to any of the standard Elastic Stack componentsT-EnhancementAdding to the things that already existAdding to the things that already exist