-
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
[Cloud Security] fixed onboarding link directs to cspm integration #153268
Conversation
Pinging @elastic/platform-onboarding (Team:Journey/Onboarding) |
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: |
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.
Change LGTM.
Note: It may be worth adding a comment to the 8.7 stack release dev issue since this is getting merged so late in the release cycle (looks like only 1 more BC planned).
Thanks @alisonelizabeth , in that case I'll backport that on the next patch release of 8.7 |
…loy-my-kibana-oblt * upstream/main: (727 commits) Upgrade caniuse-lite db (elastic#153318) [Security Solution] expanded flyout - right section - json tab implementation (elastic#152935) chore(slo): Make APM indicator's index required (elastic#153311) skip failing test suite (elastic#136688) [Security Solution] Fix security-solution storybook package codeowners (elastic#153307) [EUI] Add `scrollLock` workaround CSS to Kibana's `body` (elastic#153227) [Cloud Security] Show coming soon deployments of vulnerability management (elastic#153249) [Cloud Security] fixed onboarding link directs to cspm integration (elastic#153268) [Response Ops][Alerting] Reusable functions for FAAD resource installation (elastic#152849) remove geohash_grid aggregation support (elastic#152952) [Tech Debt] Reorder Rules page (elastic#152897) [Saved Object Finder] Add help text & left button (elastic#152742) [Transform] Replace SavedObjectsFinder component (elastic#153128) Make pipeline creation endpoint accept a full pipeline definition (elastic#153133) [Fleet] Displaying policy changes in Agent activity (elastic#153237) skip flaky suite (elastic#152852) [Security Solution][Endpoint] Add tests to cover RBAC entries in the Role Kibana Privileges flyout (elastic#153068) [Security Solution][Endpoint] Additional tests for Response Console History Log page (covers TestRail manual tests) (elastic#153042) [Monitoring] Display node roles in Nodes table (elastic#152127) Rename getEditAlertFlyout to getEditRuleFlyout (elastic#153243) ...
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
…ion (#153268) (#154205) # Backport This will backport the following commits from `main` to `8.7`: - [[Cloud Security] fixed onboarding link directs to cspm integration (#153268)](#153268) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kfir Peled","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-03-20T16:53:49Z","message":"[Cloud Security] fixed onboarding link directs to cspm integration (#153268)","sha":"2b5c537e117fe488da85603baf4526e9abadbe87","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","auto-backport","Team:Journey/Onboarding","v8.8.0","v8.7.1"],"number":153268,"url":"https://github.com/elastic/kibana/pull/153268","mergeCommit":{"message":"[Cloud Security] fixed onboarding link directs to cspm integration (#153268)","sha":"2b5c537e117fe488da85603baf4526e9abadbe87"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/153268","number":153268,"mergeCommit":{"message":"[Cloud Security] fixed onboarding link directs to cspm integration (#153268)","sha":"2b5c537e117fe488da85603baf4526e9abadbe87"}},{"branch":"8.7","label":"v8.7.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Kfir Peled <[email protected]>
Summary
Updates onboarding link of CSPM to direct to
CSPM
integration instead of Cloud Security which includes kspm.The button text is:
Secure my cloud assets with {lineBreak} cloud security posture management (CSPM)
. Therefore it makes more sense to open the CSPM integration directly.