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

500 when loading Observability Infrastructure Inventory view after upgrading to 8.10.0 or higher #187254

Closed
jguay opened this issue Jul 1, 2024 · 3 comments · Fixed by #207007
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Metrics UI Metrics UI feature Feature:ObsInventory Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team

Comments

@jguay
Copy link
Contributor

jguay commented Jul 1, 2024

Kibana version:
8.10.0 or higher (reported after upgrading to 8.13.4)
Describe the bug:
In #160852 we enforce strict checks on inventory view... However during kibana upgrade, the inventory view do not seem to be corrected, so this potentially breaks Inventory view :

  • If the default view is affected, navigating to Observability / Infrastructure / Inventory causes a 500 error when javascript requests GET kbn:/api/infra/inventory_views/<inventory_ID>
  • If the default inventory view is not affected, after navigating, trying to change view with drop down Managed views brings back empty list and 500 popup Failed to fetch inventory views: Error: Internal Server Error when javascript request GET kbn:/api/infra/inventory_views

Steps to reproduce:

  1. In 8.9.2, run this (20 steps for colors is higher than the UI max of 18 but it is allowed):
POST kbn:/api/saved_objects/inventory-view
{"attributes":{"metric":{"type":"cpu"},"sort":{"by":"name","direction":"desc"},"groupBy":[],"nodeType":"host","view":"map","customOptions":[],"customMetrics":[],"boundsOverride":{"min":0,"max":1},"autoBounds":true,"accountId":"","region":"","autoReload":false,"filterQuery":{"expression":"","kind":"kuery"},"legend":{"palette":"cool","reverseColors":false,"steps":20},"timelineOpen":false,"name":"test"}}
  1. Upgrade to 8.14.1
  2. Go to network tab of Browser developer tools
  3. Reproduce the 500 internal error going to try to load the inventory view
{
    "statusCode": 500,
    "error": "Internal Server Error",
    "message": "Failed to validate: \n  in 1/legend/steps: 20 does not match expected type InRange"
}
  • Another example in this case field inventory-view.boundsOverride.max is higher than maximum allowed 1
{
    "statusCode": 500,
    "error": "Internal Server Error",
    "message": "Failed to validate: \n  in 0/boundsOverride/max: 1.0090000000000001 does not match expected type InRange"
}

Errors in browser console (if relevant):

core.entry.js:1 
       GET https://localhost:5601/api/infra/inventory_views 500 (Internal Server Error)
@jguay jguay added bug Fixes for quality problems that affect the customer experience Feature:Metrics UI Metrics UI feature labels Jul 1, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Jul 1, 2024
@lucabelluccini lucabelluccini added the Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team label Jul 1, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jul 1, 2024
@lucabelluccini
Copy link
Contributor

Hello @smith, we've created this public issue but we have 3/4 occurrences already.

@smith smith added needs-refinement A reason and acceptance criteria need to be defined for this issue Feature:ObsInventory labels Jul 15, 2024
@bryce-b bryce-b self-assigned this Jan 13, 2025
@bryce-b
Copy link
Contributor

bryce-b commented Jan 13, 2025

It appears the inventory_view saved_object definition didn't get a model version change per https://docs.elastic.dev/kibana-dev-docs/tutorials/saved-objects#defining-model-versions adding this and back-porting it to 8.10.0 ought to fix this issue.

AC: When upgrading kibana from 8.9.2 (or any version below 8.10.0) to 8.10.0 the inventory_view saved_object should cap the value of the legend.steps attribute to a maximum of 18. This should resolve the 500 error described above.

@bryce-b bryce-b assigned bryce-b and unassigned bryce-b Jan 13, 2025
@bryce-b bryce-b removed the needs-refinement A reason and acceptance criteria need to be defined for this issue label Jan 16, 2025
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
florent-leborgne pushed a commit to florent-leborgne/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.17`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.16`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.15`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.14`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.13`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.12`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.11`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
florent-leborgne added a commit that referenced this issue Jan 23, 2025
# Backport

This will backport the following commits from `8.x` to `8.10`:
- [[Docs] Add known issue about upgrade error
(#207629)](#207629)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-23T09:15:59Z","message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0","v8.12.0","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0"],"number":207629,"url":"https://github.com/elastic/kibana/pull/207629","mergeCommit":{"message":"[Docs]
Add known issue about upgrade error (#207629)\n\n##
Summary\r\n\r\nAdding #187254 as a known issue to the 8.10.0 release
notes + all\r\nsubsequent versions.\r\n\r\nSee
[slack\r\nthread](https://elastic.slack.com/archives/CED7QCL3E/p1737476287242609)\r\nfor
details.\r\n\r\nCloses:\r\n[#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)","sha":"c17f45d3f1aa9bfd408bf181b66540514534791a"}},"sourceBranch":"8.x","suggestedTargetBranches":["8.10","8.11","8.12","8.13","8.14","8.15","8.16","8.17"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
wajihaparvez added a commit to wajihaparvez/kibana that referenced this issue Jan 23, 2025
## Summary

Adding elastic#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:
[elastic#622](https://github.com/orgs/elastic/projects/1232/views/54?pane=issue&itemId=94643452&issue=elastic%7Cplatform-docs-team%7C622)

(cherry picked from commit c17f45d)

# Conflicts:
#	docs/CHANGELOG.asciidoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Metrics UI Metrics UI feature Feature:ObsInventory Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants