-
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
[SecuritySolution][Hosts] All hosts table OS column tooltip #123377
[SecuritySolution][Hosts] All hosts table OS column tooltip #123377
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
@elasticmachine merge upstream |
hey @semd, overall the design of the tooltip and interaction itself is all good. The only thing I want to doublecheck is the actual working of the message in the tooltip.
I would ask for some feedback from the docs team about the message |
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.
Simple solution, I like it. Please just fix the spelling as @monina-n requested and LGTM
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @semd |
💔 All backports failed
How to fixRe-run the backport manually:
Questions ?Please refer to the Backport tool documentation |
Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit e76cedb) # Conflicts: # x-pack/plugins/security_solution/public/hosts/components/hosts_table/columns.tsx # x-pack/plugins/security_solution/public/hosts/components/hosts_table/translations.ts
* tooltip added to OS column (#123377) Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit e76cedb) # Conflicts: # x-pack/plugins/security_solution/public/hosts/components/hosts_table/columns.tsx # x-pack/plugins/security_solution/public/hosts/components/hosts_table/translations.ts * remove not needed translation
Summary
issue: #122205
The Operating System fields (
os.name
,os.version
, ...) fields can be multi-valuated once aggregated byhost.name
. Currently, we are displaying the most recent value.A tooltip has been added to the Hosts table column header, to inform users that the OS data displayed is the most recent.