Skip to content

[9.0] Fix files management flyout crashing (#237588)#237801

Merged
kibanamachine merged 1 commit into
elastic:9.0from
kibanamachine:backport/9.0/pr-237588
Oct 7, 2025
Merged

[9.0] Fix files management flyout crashing (#237588)#237801
kibanamachine merged 1 commit into
elastic:9.0from
kibanamachine:backport/9.0/pr-237588

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 9.0:

Questions ?

Please refer to the Backport tool documentation

## Summary

This PR fixes flyout on files management page (click `Statistics` on
`/app/management/kibana/filesManagement`) crashing. It has been crashing
since 9.1. I'm not exactly sure what the actual reason for crashing is.
This fix changes the `xScaleType` from `Time` to `Ordinal`. The value
displayed on x axis is `key`, which in this context is file extension,
so it doesn't make a sense to use `Time` here.

Closes: elastic#235534
(cherry picked from commit 72c5997)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Oct 7, 2025
@kibanamachine kibanamachine enabled auto-merge (squash) October 7, 2025 10:06
@kibanamachine kibanamachine merged commit 6d0e847 into elastic:9.0 Oct 7, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants