[8.19] [ML] AIOps: Enhance No Results state for Change Point Detection (#219072)#222228
Merged
kibanamachine merged 1 commit intoelastic:8.19from Jun 2, 2025
Merged
Conversation
…astic#219072) This PR introduces new 'empty' states for Change Point Detection page and embeddable. Previously, if no change point was found, we displayed an Empty State screen. Now, we plot a sample metric instead. For partitioned fields, we select the first partition value and plot a metric for it. If there is no data to plot for the selected time range, this PR introduces a new empty state screen. Note: Warnings in the embeddable will be displayed in the bottom-left corner, similar to how Lens embeddable warnings are shown. Currently, we are waiting for the ability to push custom errors to the lens embeddable - see elastic#220208 * Embeddable (charts): No change point found, with a reason <img width="966" alt="image" src="https://github.com/user-attachments/assets/88d4f920-6739-4af7-9903-1fb210dfa089" /> * Embeddable (charts): No change point found, without a reason <img width="991" alt="image" src="https://github.com/user-attachments/assets/6bef28e0-19f3-46f5-af63-e31b4e77d575" /> * Embeddable (table): No change point found, with a reason <img width="883" alt="image" src="https://github.com/user-attachments/assets/628ba7fb-000c-45c3-9f23-2fd0535e5106" /> * Embeddable (table): No change point found, without a reason <img width="983" alt="image" src="https://github.com/user-attachments/assets/567c6127-267f-47a0-b280-52fb00c6c749" /> * Change Point Page: No change point found, with a reason <img width="1217" alt="image" src="https://github.com/user-attachments/assets/ab2fbeef-e4f6-4fa9-8cbe-c44abe0357b4" /> * Change Point Page: No change point found, without a reason <img width="1225" alt="image" src="https://github.com/user-attachments/assets/c16dd55a-37eb-45c2-a3eb-51ea9744e0d7" /> Fixes elastic#170388 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 1e7d418)
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
cc @rbrtj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto8.19:No Resultsstate for Change Point Detection (#219072)Questions ?
Please refer to the Backport tool documentation