-
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
Create upselling package and implement EntityAnalytics serverless upselling #164136
Create upselling package and implement EntityAnalytics serverless upselling #164136
Conversation
bc9f753
to
661fa4d
Compare
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
x-pack/packages/security-solution/upselling/pages/entity_analytics.tsx
Outdated
Show resolved
Hide resolved
|
||
export const UPGRADE_PRODUCT_MESSAGE = (requiredProduct: string) => | ||
i18n.translate('securitySolutionPackages.entityAnalytics.paywall.upgradeProductMessage', { | ||
defaultMessage: 'Entity Analytics is available with {requiredProduct} subscriptions', |
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.
We should not use the word "subscription" in serverless
defaultMessage: 'Entity Analytics is available with {requiredProduct} subscriptions', | |
defaultMessage: 'Update your project features with {requiredProduct}', |
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.
It is aligned with the design on this ticket: https://github.com/elastic/security-team/issues/7310
@SourinPaul @craig-abbott Could you please consider this comment and provide a new copy?
I would suggest Entity risk scoring is available with SIEM Complete tier
but I am unsure if the user would understand.
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, tested locally and all works as expected. Only comments are to update any serverless language to not use the word "subscription". Nice work @machadoum
7e948de
to
df25491
Compare
@machadoum Since you need to close this, I recommend the following:
Btw, I noticed that PLU worksheet refers to SIEM Essentials/ Complete as Security Essentials/ Complete. |
d7b4c40
to
68ed0ce
Compare
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.
defend workflows related changes LGTM 🚀
cd72067
to
f5282ef
Compare
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.
Changes under /management
LGTM!
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled line counts
miscellaneous assets size
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @machadoum |
* main: (3152 commits) [Security Solution][Detection Engine] fixes 410 error on index legacy template call (#164682) [SavedObjects] Create serverless roots for jest integration tests (#164157) Create upselling package and implement EntityAnalytics serverless upselling (#164136) [Fleet] Change 'Out-of-date' to 'Outdated policy' in agent list table (#164673) [IndexManagement] Use internal base path for API (#164665) [Profiling] removing ~ symbol (#164595) [Telemetry] Fetch snapshot: allow specifying the version via querystring (#164670) [Cases] Show warning when all cases table reaches 10k cases message (#164323) [ML] Removing token list from text expansion model testing (#164560) [Fleet] Add secrets package API integration test (#164583) [Fleet] Fix security solution tag id (#164582) [Security Solution] Modal says "duplicating 0 rules" when you duplicate an individual rule (#163908) [api-docs] 2023-08-24 Daily api_docs build (#164658) [APM] Cleanup alerting api tests (#164438) Upgrade EUI to 87.2.0 (#164385) [ML] Fix query bar autocompletion for ML and AIOps embeddables (#164485) [Fleet] Fix flaky unit test for the details page (#164641) [Security Solution] update codeowner for serverless security subdir (#164640) [Security Solution] Fixes Assistant Connector and Actions RBAC Flow (#164382) [Discover] Removing large string truncation from doc viewer (#164236) ...
UX: https://github.com/elastic/security-team/issues/7310
Summary
ESS
Serverless
We are not displaying the upgrade button because we still don't know how to link to the cloud settings page.