mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Docs] Add known issue about upgrade error (#207629)
## Summary Adding #187254 as a known issue to the 8.10.0 release notes + all subsequent versions. See [slack thread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609) for details. Closes: [#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)
This commit is contained in:
parent
3774d93160
commit
c17f45d3f1
1 changed files with 45 additions and 0 deletions
|
@ -124,10 +124,14 @@ coming::[8.17.0]
|
|||
|
||||
For information about the {kib} 8.17.0 release, review the following information.
|
||||
|
||||
The 8.17.0 release includes the following known issues.
|
||||
|
||||
[float]
|
||||
[[known-issues-8.17.0]]
|
||||
=== Known issues
|
||||
|
||||
include::CHANGELOG.asciidoc[tag=known-issue-187254]
|
||||
|
||||
// tag::known-issue-206400[]
|
||||
.Upgrade Assistant displays configured source mode in mappings as critical deprecation issue.
|
||||
[%collapsible]
|
||||
|
@ -373,6 +377,8 @@ The 8.16.0 release includes the following known issues.
|
|||
[[known-issues-8.16.0]]
|
||||
=== Known issues
|
||||
|
||||
include::CHANGELOG.asciidoc[tag=known-issue-187254]
|
||||
|
||||
[discrete]
|
||||
[[known-199902]]
|
||||
.Stack Monitoring shows "Unable to load page" error
|
||||
|
@ -965,6 +971,8 @@ The 8.15.0 release includes the following known issues.
|
|||
[[known-issues-8.15.0]]
|
||||
=== Known issues
|
||||
|
||||
include::CHANGELOG.asciidoc[tag=known-issue-187254]
|
||||
|
||||
[discrete]
|
||||
[[known-178114]]
|
||||
.Kibana fails to start when processing YAML configuration keys that contain dotted notation in objects in arrays
|
||||
|
@ -1409,6 +1417,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]
|
||||
|
@ -1882,6 +1892,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
|
||||
|
@ -2289,6 +2301,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.
|
||||
|
@ -2687,6 +2701,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
|
||||
|
@ -3031,6 +3047,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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue