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

[D&D] Ensure relationships to index patterns are saved correctly #1878

Closed
joshuarrrr opened this issue Jul 12, 2022 · 0 comments · Fixed by #2218
Closed

[D&D] Ensure relationships to index patterns are saved correctly #1878

joshuarrrr opened this issue Jul 12, 2022 · 0 comments · Fixed by #2218
Assignees

Comments

@joshuarrrr
Copy link
Member

joshuarrrr commented Jul 12, 2022

As a follow-up to #1870, we need to make sure we're saving the index pattern as a proper saved object relationship, rather than just an id in VisualizationState.

As an example, the relationship of a basic metric visualization looks like this:

[
  {
    "name": "kibanaSavedObjectMeta.searchSourceJSON.index",
    "type": "index-pattern",
    "id": "d3d7af60-4c81-11e8-b3d7-01146121b73d"
  }
]
@joshuarrrr joshuarrrr changed the title Ensure relationships to index patterns are saved correctly [D&D] Ensure relationships to index patterns are saved correctly Jul 12, 2022
@kavilla kavilla added the v2.3.0 label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants