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

[DOCS] Adds #160116 known issue to 8.9 release notes #166371

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,28 @@ Discover::

For information about the {kib} 8.9.0 release, review the following information.

[float]
[[known-issues-8.9.0]]
=== Known issues

// tag::known-issue-160116[]
[discrete]
.Changes to Lens visualizations do not appear in the saved object.
[%collapsible]
====
*Details* +
Changes to Lens visualizations do not appear in the saved object.

*Impact* +
When you remove fields from Lens visualizations, then save your changes, the removed fields continue to appear in the Lens visualization saved objects.
For example, when you remove runtime fields from a Lens visualization and {kib}, then inspect the Lens visualization saved object, the runtime fields continue to appear and an error message appears.

*Workaround* +
In 8.10.0, we are addressing this issue by merging the existing and changed saved object instead of replacing the saved object.

====
// end::known-issue-161249[]

[float]
[[breaking-changes-8.9.0]]
=== Breaking changes
Expand Down