Skip to content
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

[Security Solution] Handle SavedObjects breaking changes for 8.0 #105819

Closed
3 tasks done
peluja1012 opened this issue Jul 15, 2021 · 5 comments
Closed
3 tasks done

[Security Solution] Handle SavedObjects breaking changes for 8.0 #105819

peluja1012 opened this issue Jul 15, 2021 · 5 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience epic fixed Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.

Comments

@peluja1012
Copy link
Contributor

peluja1012 commented Jul 15, 2021

Related issue: #100489

Before the 8.0 release (during 7.x): Make sure that existing saved object types are using references correctly to link to other objects. If you are linking to other objects and you aren't using the root-level references field, it will break in 8.0.

Other types of objects that are not Saved Objects, but still will be affected because they reference detection rules which are Saved Objects:

@peluja1012 peluja1012 added bug Fixes for quality problems that affect the customer experience Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels Jul 15, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-detections-response (Team:Detections and Resp)

@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@jportner
Copy link
Contributor

To add to this:

Any "deep linked" pages that use saved object IDs will also need to be updated to use the new resolve() API to retrieve the associated saved object, and handle the three different outcomes. Details are in the meta-issue #100489.

@jportner
Copy link
Contributor

In case anyone is following this issue but not the linked meta-issue (#100489):

I published the Sharing Saved Objects developer guide, please take a look before proceeding with the implementation. And of course, please reach out if you run into any problems!

@yctercero
Copy link
Contributor

Closing this ticket out as work was completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience epic fixed Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Projects
None yet
Development

No branches or pull requests

5 participants