We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Severity colors needed to be replace according to the following mapping (ref):
// Amsterdam (euiTheme.flags.hasVisColorAdjustment) #54B399 -> euiTheme.colors.vis.euiColorVis0 #D6BF57 -> euiTheme.colors.vis.euiColorVis5 #DA8B45 -> euiTheme.colors.vis.euiColorVis7 #E7664C -> euiTheme.colors.vis.euiColorVis9 // Borealis - suggestion (feel free to involve a designer) Low -> euiTheme.colors.vis.euiColorSuccess0 Moderate -> euiTheme.colors.vis.euiColorSeverity7 High -> euiTheme.colors.vis. euiColorSeverity10 Critical -> euiTheme.colors.vis.euiColorSeverity14
Update: ⚠️ As the final decision for severity color is still pending, the temporary colors are the hard coded color hex: #203387
#E7664C
#DA8B45
#D6BF57
#54B399
Relevant implementation: Cloud Security: https://github.com/elastic/kibana/pull/205136/files#diff-bf3f045d305b5cdcd6ed8b42d1b94a051ec8f8b55270fbd85aed96f93adeb351R35 Entity analytics: https://github.com/elastic/kibana/pull/204007/files
Discussion: https://elastic.slack.com/archives/C0851RDCWPP/p1737638062361149?thread_ts=1736954935.896329&cid=C0851RDCWPP
The text was updated successfully, but these errors were encountered:
Pinging @elastic/security-threat-hunting-explore (Team:Threat Hunting:Explore)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Severity colors needed to be replace according to the following mapping (ref):
Update:⚠️ As the final decision for severity color is still pending, the temporary colors are the hard coded color hex:
#203387
#E7664C
#DA8B45
#D6BF57
#54B399
Relevant implementation:
Cloud Security: https://github.com/elastic/kibana/pull/205136/files#diff-bf3f045d305b5cdcd6ed8b42d1b94a051ec8f8b55270fbd85aed96f93adeb351R35
Entity analytics: https://github.com/elastic/kibana/pull/204007/files
Discussion:
https://elastic.slack.com/archives/C0851RDCWPP/p1737638062361149?thread_ts=1736954935.896329&cid=C0851RDCWPP
The text was updated successfully, but these errors were encountered: