-
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
Limit available spaces to 1 for risk engine #167110
Limit available spaces to 1 for risk engine #167110
Conversation
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.
LGTM, left small comment.
@@ -248,7 +248,7 @@ export const UPDATE_PANEL_GO_TO_DISMISS = i18n.translate( | |||
export const getMaxSpaceTitle = (maxSpaces: number) => | |||
i18n.translate('xpack.securitySolution.riskScore.maxSpacePanel.title', { | |||
defaultMessage: | |||
'Entity Risk Scoring in the current version can run in {maxSpaces} Kibana spaces.', | |||
'Entity Risk Scoring in the current version can run in {maxSpaces} Kibana space.', |
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.
Maybe we could consider "plural" form here to avoid changing translation in future when we update spaces count? Something like: 'Entity Risk Scoring in the current version can run in {maxSpaces} Kibana {maxSpaces, plural, =1 {space} other {spaces}}.'
.
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.
Great idea!
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Summary
Limit available spaces to 1 for risk engine