-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add date created, date modified, other metadata to Saved Objects #9202
Comments
can you elaborate on that? |
Re convo w/ @uboness, instead of having owner metadata live directly on the object:
|
@cjcenizal @uboness anecdotally, have you heard requests in the past for descriptive metadata around a visualization or dashboard? I could imagine an option when saving these to provide a description of what that saved objects purpose is. We could then provide that description in the list view and possibly on a tooltip within a dashboard. @acchen97 was specifically looking to provide additional information in the logstash module visualizations and I could see beats taking advantage of this as well. I can't find any issues for this request but think it's related to this meta issue. |
@cjcenizal monitoring actually provides this type of feature out of the box for their visualizations. This could be presented in many ways but it'd be a great addition for the user to provide additional context to a saved object. |
Removing sharing label as I don't think this falls into our team, although I would love to see it implemented and wouldn't mind lending a hand if I ever find time. @tylersmalley - does the new saved object API store the date created field? |
@stacey-gammon we already have updated_at, but lack created_at. |
Where do we stand on this issue? The request comes up rather frequently to be able to sort your saved objects based on some of these timestamps |
It would be extremely helpful to get usage statistics. For one, we could drop visualizations that are never looked at. Also, users coming from tools such as Power BI or QlikView expect such information. |
This would also help me out a lot. The date last viewed and also a number on a per object basis seeing how many other objects make use of it (e.g. how many times a visualization is used in a dashboard) would be ideal for when we want to delete old, unused objects. |
Added checkboxes for packages and managed by for Ingest Manager. This will help organize assets created by our integration packages, and help support read only mode #70461 |
@dakrone PH mentioned that you are working on a metadata model for all of ES. Would it make sense to align with Kibana as well? |
@mostlyjason yes, I hope to have some ideas to share tomorrow |
Author info in saved objects Use case |
Sort of related to "Add Data field descriptions" (#89726), in the sense that both are related to metadata. |
+1 Use case Many of the older visualisation are never likely to be used again and probably don't even work any more. As a space owner, I'd like to be able to rationalise the visualisations and dashboards. I'd like to be able to wipe (more than half of) them so that it is easier to get to relevant information, without having to open each, one by one. |
cc: @elastic-jb as we begin to think through content management and governance ^^ |
|
Problem
Right now there's very little metadata for differentiating multiple saved objects from one another. Some metadata which would be useful would be:
created_at
metadata to saved objects #9376Owner (dependent upon some kind of identity system)The lack of this metadata relates significant UI/UX improvements, e.g. adding overview tables for Dashboard and Visualize (#9605), and improved management of saved objects in Management (#125795).
Solution
Because this kind of metadata can apply to any type of document, I think this should ultimately be the role of some kind of future object model that automatically tracks this metadata (per @spalger's idea).
If we implement any kind of solution in the interim, we should keep this in mind and have a plan for migrating to this kind of system later on.
The text was updated successfully, but these errors were encountered: