From 0029eb759470abcc844634c995987f621aa02b4f Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 23 Jan 2025 12:03:52 +0100 Subject: [PATCH] [8.12] [Docs] Add known issue about upgrade error (#207629) (#208011) # Backport This will backport the following commits from `8.x` to `8.12`: - [[Docs] Add known issue about upgrade error (#207629)](https://github.com/elastic/kibana/pull/207629) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: wajihaparvez --- docs/CHANGELOG.asciidoc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index ff4334201a99b..fb64f49013eeb 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -143,6 +143,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. @@ -544,6 +546,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 @@ -888,6 +892,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:`. 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/ +---------------------------------- +==== +// end::known-issue-187254[] + [float] [[security-updates-v8.10.0]]