-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Logs UI] Add expandable rows with category examples #54586
[Logs UI] Add expandable rows with category examples #54586
Conversation
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
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.
Testing the GH review comment functionality...
Works.
fce8a3b
to
59b37bc
Compare
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
Awesome work 👍 Couple of minor comments.
Not directly linked to this PR, but there seems to be some problems creating the ML jobs against our shared Observability cluster (on any space).
I got things working against a local setup though.
One final thing, is it expected to have so many unknowns
under the dataset column?
...lic/pages/logs/log_entry_categories/sections/top_categories/analyze_dataset_in_ml_action.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/infra/public/components/logging/log_text_stream/text_styles.tsx
Outdated
Show resolved
Hide resolved
Thanks a lot for the review!
Looks like the Elasticsearch version on our dev cluster is not compatible with recent changes of the ML module API.
Seeing that the category itself has a |
@Kerry350, I indeed made a mistake reading the value from I fixed it and migrated to the new link hook in case you want to take another look. |
@weltenwort All the latest changes look good. Thanks for entertaining the Yay 😄 |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Make the category rows expandable to show actual log messages samples from the categories during the selected time frame.
This fixes the log rate table row expansion button, which broke in #54586 during a refactoring.
This fixes the log rate table row expansion button, which broke in elastic#54586 during a refactoring.
Summary
This makes the category rows expandable to show actual examples of log messages from the categories during the selected time frame.
closes #50456
Preview
With expanded examples and loading indicator
When fetching log entry samples failed
When underlying log entry samples are not available anymore
TODO