[Logs UI] Add expandable rows with category examples#54586
[Logs UI] Add expandable rows with category examples#54586weltenwort merged 29 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
fce8a3b to
59b37bc
Compare
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
Kerry350
left a comment
There was a problem hiding this comment.
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