[EuiIcon] Add branchUser, desktop and sessionViewer icons#5740
Merged
opauloh merged 5 commits intoelastic:mainfrom Mar 23, 2022
Merged
[EuiIcon] Add branchUser, desktop and sessionViewer icons#5740opauloh merged 5 commits intoelastic:mainfrom
opauloh merged 5 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
Converted to draft to make some adjustments on the |
Contributor
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_5740/ |
Contributor
Author
|
@cchaos added optimizations on all Icons (flattening/compressing) and fixed Icons alignment |
cchaos
reviewed
Mar 23, 2022
Contributor
cchaos
left a comment
There was a problem hiding this comment.
🙌 Code looks great! Just one quick changelog comment while we wait for the PR build.
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_5740/ |
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_5740/ |
cchaos
approved these changes
Mar 23, 2022
Contributor
cchaos
left a comment
There was a problem hiding this comment.
Looks great! Checked in dark mode, at 1x and ensured they scale properly. 💯
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR introduces 3 new Icons that were added as part of a new Security plugin that is going to be added as part of the 8.2 release: SessionView. Session View is meant to provide a visualization into what is going on in a particular Linux environment where the agent is running. It looks like a terminal emulator; however, it is a tool for introspecting process activity and understanding user and service behaviour in your Linux servers and infrastructure. It is a time-ordered series of process executions displayed in a tree over time:
Screenshots
Grid
Use cases
Session Viewer UI
branchUseras extension of the already existingbranchicondesktopto make available for general usage.Session View in a general context in Kibana -> Security:
The Open in Session View button
Checklist