[Logs UI] Add categories table to the categorization tab#53004
[Logs UI] Add categories table to the categorization tab#53004weltenwort merged 33 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
82d1281 to
298a57b
Compare
8892867 to
81fc33b
Compare
248d972 to
8b9474e
Compare
jasonrhodes
left a comment
There was a problem hiding this comment.
Just leaving a comment to "claim" this review. Will take a full look today.
...s/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_selector.tsx
Outdated
Show resolved
Hide resolved
...s/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_selector.tsx
Show resolved
Hide resolved
...ra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_section.tsx
Outdated
Show resolved
Hide resolved
...ra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_section.tsx
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/infra/public/pages/logs/log_entry_categories/page_results_content.tsx
Outdated
Show resolved
Hide resolved
| /> | ||
| ); | ||
| }, | ||
| width: '220px', |
There was a problem hiding this comment.
| width: '220px', | |
| width: '200px', |
| flex: 1 0 0%; | ||
| .euiFlexGroup--responsive > .euiFlexItem { | ||
| flex-basis: auto !important; | ||
| } |
There was a problem hiding this comment.
I'm sorry, I don't get why we need this.
There was a problem hiding this comment.
not sure, @Kerry350 do you remember what this was about?
x-pack/legacy/plugins/infra/public/pages/logs/log_entry_categories/page_results_content.tsx
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/infra/public/pages/logs/log_entry_categories/page_results_content.tsx
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/infra/public/pages/logs/log_entry_rate/page_results_content.tsx
Show resolved
Hide resolved
|
Thanks for the feedback so far!
That clipping actually happens within the elastic-charts canvas (no svg used here). I've tried to compensate by adding margins or paddings but these don't seem to affect the clipping. It's also visible in the official EUI docs, so I think it will have to be fixed upstream: |
|
@elasticmachine merge upstream |
|
This seems to be working great! I had 2 thoughts as I used it:
|
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
|
@jasonrhodes @katrin-freihofner thanks for the reviews. Do you think this would be good to go? @jasonrhodes good point about the form on the setup screen. I've created #54555 to track the improvement. |
This renders the log entry categories after the ML jobs have been set up previously. closes elastic#42776 closes elastic#42065
This renders the log entry categories after the ML jobs have been set up previously. closes elastic#42776 closes elastic#42065


Summary
This renders the log entry categories after the ML jobs have been set up previously.
closes #42776
closes #42065
Previews
Hints for testing
@timestamp(date) - the field can be overridden using the (soon to be deprecated) source settingsmessage(text)event.dataset(keyword)event.dataset, in which case their dataset will be shown as "unknown".event.datasetto test the multi-select filter.job_revisionin the job'scustom_settingsatkibana/x-pack/legacy/plugins/ml/server/models/data_recognizer/modules/logs_ui_categories/ml/log_entry_categories_count.json
Line 32 in 53d1c96