-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Streams π ] Improve processing warnings #239188
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
Merged
rStelmach
merged 10 commits into
elastic:main
from
rStelmach:237023-streams-improve-processing-warnings
Oct 16, 2025
Merged
[Streams π ] Improve processing warnings #239188
rStelmach
merged 10 commits into
elastic:main
from
rStelmach:237023-streams-improve-processing-warnings
Oct 16, 2025
Conversation
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
β¦no-cache --fix'
Contributor
|
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
flash1293
approved these changes
Oct 16, 2025
Contributor
flash1293
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Contributor
π Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
|
nickpeihl
pushed a commit
to nickpeihl/kibana
that referenced
this pull request
Oct 23, 2025
Closes: elastic#237023 ## Summary π This PR improves processing warnings by adding truncation logic with wrapping the text so it doesn't go out of the component. ## Additional change β This PR also removes the icon from the warning : <img width="714" height="765" alt="Screenshot 2025-10-16 at 10 59 49" src="https://github.com/user-attachments/assets/967b7870-732e-46fc-a2dc-f89dcad37fb4" /> ## How to Test π§ͺ Steps: 1. Streams β Stream details β Processing β Create a Processor( grok for example). 2. Add a pattern that produces warnings. 3. Look for long warnings and check for the truncation logic. ## Demo π₯ https://github.com/user-attachments/assets/e64d39a5-6849-4b14-b3c0-55c598db5a89 ## Note π I also had an idea of dynamically adjusting truncation based on the size of the warning and adding `useResizeObserver` but I though that's a bit overkill. If you think otherwise I'm happy to discuss about it ! --------- Co-authored-by: kibanamachine <[email protected]>
NicholasPeretti
pushed a commit
to NicholasPeretti/kibana
that referenced
this pull request
Oct 27, 2025
Closes: elastic#237023 ## Summary π This PR improves processing warnings by adding truncation logic with wrapping the text so it doesn't go out of the component. ## Additional change β This PR also removes the icon from the warning : <img width="714" height="765" alt="Screenshot 2025-10-16 at 10 59 49" src="https://github.com/user-attachments/assets/967b7870-732e-46fc-a2dc-f89dcad37fb4" /> ## How to Test π§ͺ Steps: 1. Streams β Stream details β Processing β Create a Processor( grok for example). 2. Add a pattern that produces warnings. 3. Look for long warnings and check for the truncation logic. ## Demo π₯ https://github.com/user-attachments/assets/e64d39a5-6849-4b14-b3c0-55c598db5a89 ## Note π I also had an idea of dynamically adjusting truncation based on the size of the warning and adding `useResizeObserver` but I though that's a bit overkill. If you think otherwise I'm happy to discuss about it ! --------- Co-authored-by: kibanamachine <[email protected]>
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
Feature:Streams
This is the label for the Streams Project
release_note:enhancement
Team:obs-onboarding
Observability Onboarding Team
v9.2.0
v9.3.0
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.
Closes: #237023
Summary π
This PR improves processing warnings by adding truncation logic with wrapping the text so it doesn't go out of the component.
Additional change β
This PR also removes the icon from the warning :

How to Test π§ͺ
Steps:
Demo π₯
demo-truncate.mov
Note π
I also had an idea of dynamically adjusting truncation based on the size of the warning and adding
useResizeObserverbut I though that's a bit overkill. If you think otherwise I'm happy to discuss about it !