-
Notifications
You must be signed in to change notification settings - Fork 48
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
Status chart colors update #309
Status chart colors update #309
Conversation
…t#288 Signed-off-by: Jovan Cvetkovic <[email protected]>
…-analytics-dashboards-plugin into bugfix/alerts_status_chart_colors
[BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]>
[BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]>
[BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]>
* [FEATURE] Detector must have at least one alert set #288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart #299 [BUG] Change color for Alerts SEVERITY chart #300 [BUG] Change color for Finding RULE SEVERITY chart #301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart #299 [BUG] Change color for Alerts SEVERITY chart #300 [BUG] Change color for Finding RULE SEVERITY chart #301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart #299 [BUG] Change color for Alerts SEVERITY chart #300 [BUG] Change color for Finding RULE SEVERITY chart #301 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit f3ddb23)
* [FEATURE] Detector must have at least one alert set #288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart #299 [BUG] Change color for Alerts SEVERITY chart #300 [BUG] Change color for Finding RULE SEVERITY chart #301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart #299 [BUG] Change color for Alerts SEVERITY chart #300 [BUG] Change color for Finding RULE SEVERITY chart #301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart #299 [BUG] Change color for Alerts SEVERITY chart #300 [BUG] Change color for Finding RULE SEVERITY chart #301 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit f3ddb23) Co-authored-by: Jovan Cvetkovic <[email protected]>
let states = ['ACTIVE', 'ACKNOWLEDGED']; | ||
const statusColors = { | ||
euiColorVis6: '#B9A888', | ||
euiColorVis9: '#E7664C', |
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.
@jovancacvetkovic @amsiglan Active should be euiColorVis9
and acknowledged should be euiColorVis6
.
Incorrect colors shown in screenshot:
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.
@kamingleung you are right, I switched the colors, and fixed in the next PR (under review PR #350 350)
…ct#312) * [FEATURE] Detector must have at least one alert set opensearch-project#288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart opensearch-project#299 [BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart opensearch-project#299 [BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart opensearch-project#299 [BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit f3ddb23) Co-authored-by: Jovan Cvetkovic <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
…ct#312) * [FEATURE] Detector must have at least one alert set opensearch-project#288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart opensearch-project#299 [BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart opensearch-project#299 [BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Change colors for Alerts STATUS chart opensearch-project#299 [BUG] Change color for Alerts SEVERITY chart opensearch-project#300 [BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit f3ddb23) Co-authored-by: Jovan Cvetkovic <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Description
Resolves chart color palette issues
Issues Resolved
Closes #299
Closes #300
Closes #301
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.