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

[8.14] [Docs] Add known issue about upgrade error (#207629) #208008

Merged
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
39 changes: 38 additions & 1 deletion docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ include::CHANGELOG.asciidoc[tag=known-issue-186969]

include::CHANGELOG.asciidoc[tag=known-issue-189394]

=== Known issues
include::CHANGELOG.asciidoc[tag=known-issue-187254]

[discrete]
[[known-178114]]
Expand Down Expand Up @@ -189,6 +189,8 @@ For information about the {kib} 8.14.0 release, review the following information
[[known-issues-8.14.0]]
=== Known issues

include::CHANGELOG.asciidoc[tag=known-issue-187254]

// tag::known-issue-186969[]
.Creating or editing APM, {observability} and {stack-monitor-app} rules fails
[%collapsible]
Expand Down Expand Up @@ -663,6 +665,8 @@ For information about the {kib} 8.13.0 release, review the following information
[[known-issues-8.13.0]]
=== Known issues

include::CHANGELOG.asciidoc[tag=known-issue-187254]

[discrete]
[[known-179457]]
.In Canvas, an empty text element incorrectly triggers a toast notification
Expand Down Expand Up @@ -1073,6 +1077,8 @@ For information about the {kib} 8.12.0 release, review the following information
[[known-issues-8.12.0]]
=== Known issues

include::CHANGELOG.asciidoc[tag=known-issue-187254]

[discrete]
[[known-177938-8.12]]
.Index templates UI incorrectly sets the `allow_auto_create` field to `false` by default.
Expand Down Expand Up @@ -1473,6 +1479,8 @@ For information about the {kib} 8.11.0 release, review the following information
[[known-issues-8.11.0]]
=== Known issues

include::CHANGELOG.asciidoc[tag=known-issue-187254]

// tag::known-issue-169170[]
[discrete]
.Gatekeeper error on macOS
Expand Down Expand Up @@ -1817,6 +1825,35 @@ Presentation::
IMPORTANT: {kib} 8.10.0 has been withdrawn.

For information about the {kib} 8.10.0 release, review the following information.
[float]
[[known-issues-8.10.0]]
=== Known issues

// tag::known-issue-187254[]
.Errors appear when loading Observability Infrastructure inventory views after upgrading to version 8.10.0 or higher.
[%collapsible]
====
*Details* +
After upgrading to version 8.10.0 or higher, you may encounter errors when loading inventory views.

For more information, refer to https://github.com/elastic/kibana/issues/187254[#187254].

*Workaround* +
You can mitigate the issue by completing the following steps:

. Search the `.kibana_*` index for `type: inventory_view`.

. Copy the `_id` field, which will be formatted as `inventory-view:<id>`. For example, `inventory-view:3d3d06b0-f873-4373-8446-f6a8341cd8b1`. Omit the `inventory-view:` portion and copy only the string of `_id` characters.

. The offending documents are those with fields `inventory-view.legend.steps` > 18. Delete these documents by running the following in *Console*:

[source,js]
----------------------------------
DELETE kbn:/api/infra/inventory-views/<id>
----------------------------------
====
// end::known-issue-187254[]


[float]
[[security-updates-v8.10.0]]
Expand Down
Loading