-
Notifications
You must be signed in to change notification settings - Fork 892
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
[OE] Stabilize and document saved objects API #6310
Comments
Another relevant item for this list 😄 |
@Flyingliuhub @bandinib-amzn @BionIT @CCongWang this is critical, let's see how could we help. |
Adding onto this: the saved objects API is a critical dependency for Integrations and we regularly are exporting/tweaking/reimporting them. This is made much more difficult by the lack of documentation on how different objects are serialized and their behavior when values are changed -- most of what our team knows about this has been found through trial-and-error. We maintain exported dashboards, visualizations, and searches as code and have tools that auto-generate saved objects or parse them for nicer debugging info. All that to say, +1 for stabilizing the APIs and getting traction on these issues :) |
Any progress on this? We could consider enhancing the existing docs and promoting the described endpoint to stable, I'm not sure what breaking changes are upcoming but since April the amount of features depending on this endpoint has only been growing. |
Is your feature request related to a problem? Please describe.
We have a lot of issues with the saved objects API even though it's a fundamental item of OpenSearch Dashboards. The API is being used more and more even though it technically never was made a
production
feature.Current open issues related to the saved objects API:
Describe the solution you'd like
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: