-
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
[Security Solution] Show deprecated bulk endpoints in Upgrade Assistant #207091
[Security Solution] Show deprecated bulk endpoints in Upgrade Assistant #207091
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
f7bed16
to
0274146
Compare
run docs-build |
1 similar comment
run docs-build |
55399e8
to
c536de8
Compare
run docs-build |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
Hey @nikitaindik, could you please post a screenshot of the flyout for each deprecation issue from the first screenshot? |
@natasha-moore-elastic It seems to be intermittent when opening a new tab in Chrome for me - sometimes works, sometimes doesn't. If you open in a new window or incognito it works every time.
Done! Thanks, indeed hardcoding it wasn't a good idea! |
run docs-build |
Let's see what it's like now when the updated links build. 🤞 I see here that the Kibana API docs were updated last night, so maybe that's what's causing the glitch for you and Nastasha. |
run docs-build rebuild |
00e8e00
to
8b8b6ed
Compare
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
cc @nikitaindik |
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…nt (elastic#207091) **Partially addresses: elastic#193184 ## Summary We are going to remove our deprecated [bulk action endpoints](elastic#193184) in v9.0.0. They are already unavailable in `main`. This PR makes deprecated bulk endpoints visible in Upgrade Assistant. Also, it adds an upgrade guide to the documentation to help users transition to supported endpoints.⚠️ This PR temporarily adds the deprecated endpoints back to `register_routes.ts`. This is needed to make merging changes easier. I'll open up a follow up PR for `main` that will delete these endpoints from `9.0`. Will do it once this PR is merged. ## Screenshots **Deprecated endpoints visible in Upgrade Assistant table** <img width="1276" alt="Schermafbeelding 2025-01-21 om 11 27 53" src="https://github.com/user-attachments/assets/909c7a20-31d9-46bb-89ec-b409550074e4" /> **Clicking on a table item opens a flyout with more info** <table> <tr> <td> <img width="1270" alt="patch_update" src="https://github.com/user-attachments/assets/8e99459d-1ea1-40c4-936c-23074c02cd6f" /> </td> <td> <img width="1270" alt="post_create" src="https://github.com/user-attachments/assets/6e734e97-4cf4-4d96-9f8d-51efeb3977ad" /> </td> </tr> <tr> <td> <img width="1270" alt="put_update" src="https://github.com/user-attachments/assets/d5b08e16-bf49-475d-81a9-fe5654483e1d" /> </td> <td> <img width="1271" alt="post_delete" src="https://github.com/user-attachments/assets/ccb74552-50a4-4bdb-b04e-06857caa8f38" /> </td> </tr> </table> **Clicking on "Learn more" in the flyout takes you to the [upgrade guide](https://kibana_bk_207091.docs-preview.app.elstc.co/guide/en/kibana/master/breaking-changes-summary.html#breaking-207091)** <img width="731" alt="upgrade_notes" src="https://github.com/user-attachments/assets/b8b471ea-98c7-4b07-91db-b1630c382554" /> ## Testing Once you send a request to one of the deprecated endpoints it should show up in Upgrade Assistant at `<basePath>/app/management/stack/upgrade_assistant/kibana_deprecations`. Please refer to [this ticket](elastic#193184) for the list of deprecated endpoints. Work started on: 16-Jan-2025
Partially addresses: #193184
Summary
We are going to remove our deprecated bulk action endpoints in v9.0.0. They are already unavailable in
main
.This PR makes deprecated bulk endpoints visible in Upgrade Assistant. Also, it adds an upgrade guide to the documentation to help users transition to supported endpoints.
register_routes.ts
. This is needed to make merging changes easier. I'll open up a follow up PR formain
that will delete these endpoints from9.0
. Will do it once this PR is merged.Screenshots
Deprecated endpoints visible in Upgrade Assistant table
Clicking on a table item opens a flyout with more info
Clicking on "Learn more" in the flyout takes you to the upgrade guide
Testing
Once you send a request to one of the deprecated endpoints it should show up in Upgrade Assistant at
<basePath>/app/management/stack/upgrade_assistant/kibana_deprecations
.Please refer to this ticket for the list of deprecated endpoints.
Work started on: 16-Jan-2025