Skip to content

[ML] Log rate analysis EUI table fixes#181908

Merged
cee-chen merged 3 commits intoelastic:mainfrom
cee-chen:ml-log-rate-analysis-fix-table
Apr 29, 2024
Merged

[ML] Log rate analysis EUI table fixes#181908
cee-chen merged 3 commits intoelastic:mainfrom
cee-chen:ml-log-rate-analysis-fix-table

Conversation

@cee-chen
Copy link
Copy Markdown
Contributor

@cee-chen cee-chen commented Apr 26, 2024

Summary

closes #181804. Follow up to #180514

Screenshots of fixed issues:

Checklist

- `truncateText: true` needs to be applied now, was previously relying on old CSS that wasn't good

- `textOnly` no longer needs to be passed if `truncateText` is passed so we can skip it, also it makes more sense to do so here since custom badges are being rendered
- kind of the opposite problem going on here - `textTruncate: true` now always applies an inner `__text` wrapper which messes up the flex behavior
- so we need to exclude it and apply text truncation only to the actual text
@cee-chen
Copy link
Copy Markdown
Contributor Author

/ci

@cee-chen cee-chen added release_note:skip Skip the PR/issue when compiling release notes v8.15.0 labels Apr 26, 2024
@cee-chen cee-chen marked this pull request as ready for review April 26, 2024 23:09
@cee-chen cee-chen requested a review from a team as a code owner April 26, 2024 23:09
Copy link
Copy Markdown
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM. Thanks for fixing!

@cee-chen cee-chen enabled auto-merge (squash) April 29, 2024 15:56
@kibana-ci
Copy link
Copy Markdown

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #87 / visualize app visual builder Time Series basics Dark mode viz should have light class when background color is white

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiops 414.6KB 414.6KB +17.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@cee-chen cee-chen merged commit 659f373 into elastic:main Apr 29, 2024
@cee-chen cee-chen deleted the ml-log-rate-analysis-fix-table branch April 29, 2024 17:14
@kibanamachine kibanamachine added the backport:skip This PR does not require backporting label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.15.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ML] AIOps: Log Rate Analysis results table layout issues.

4 participants