-
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
[eem] disable entity discovery on plugin startup #204536
[eem] disable entity discovery on plugin startup #204536
Conversation
This reverts commit b850ef6.
Pinging @elastic/obs-entities (Team:obs-entities) |
💚 Build Succeeded
Metrics [docs]History
cc @klacabane |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12413761779 |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Disable entity discovery on plugin startup and remove some related files. We'll need a follow up to cleanup endpoints. ### Testing - enable entity discovery from `main` with `PUT kbn:/internal/entities/managed/enablement`, preferably in a cluster with data so you can verify that the `.entities*` indices are also deleted - checkout that branch and start kibana - verify all v1 builtin definitions with their transforms/templates/pipelines are deleted. `.entities` indices for these definitions should also be gone --------- Co-authored-by: kibanamachine <[email protected]>
Friendly reminder: Looks like this PR hasn’t been backported yet. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Disable entity discovery on plugin startup and remove some related files. We'll need a follow up to cleanup endpoints. ### Testing - enable entity discovery from `main` with `PUT kbn:/internal/entities/managed/enablement`, preferably in a cluster with data so you can verify that the `.entities*` indices are also deleted - checkout that branch and start kibana - verify all v1 builtin definitions with their transforms/templates/pipelines are deleted. `.entities` indices for these definitions should also be gone --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 505cc0f) # Conflicts: # x-pack/platform/plugins/shared/entity_manager/server/lib/entities/built_in/services_from_ecs_data.ts
…5059) # Backport This will backport the following commits from `main` to `8.x`: - [[eem] disable entity discovery on plugin startup (#204536)](#204536) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kevin Lacabane","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-19T13:35:12Z","message":"[eem] disable entity discovery on plugin startup (#204536)\n\nDisable entity discovery on plugin startup and remove some related\nfiles.\n\nWe'll need a follow up to cleanup endpoints.\n\n### Testing\n\n- enable entity discovery from `main` with `PUT\nkbn:/internal/entities/managed/enablement`, preferably in a cluster with\ndata so you can verify that the `.entities*` indices are also deleted\n- checkout that branch and start kibana\n- verify all v1 builtin definitions with their\ntransforms/templates/pipelines are deleted. `.entities` indices for\nthese definitions should also be gone\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"505cc0fbbb901263b3a07d2b1a2f7b310a690e18","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","v9.0.0","backport:prev-minor","Team:obs-entities"],"number":204536,"url":"https://github.com/elastic/kibana/pull/204536","mergeCommit":{"message":"[eem] disable entity discovery on plugin startup (#204536)\n\nDisable entity discovery on plugin startup and remove some related\nfiles.\n\nWe'll need a follow up to cleanup endpoints.\n\n### Testing\n\n- enable entity discovery from `main` with `PUT\nkbn:/internal/entities/managed/enablement`, preferably in a cluster with\ndata so you can verify that the `.entities*` indices are also deleted\n- checkout that branch and start kibana\n- verify all v1 builtin definitions with their\ntransforms/templates/pipelines are deleted. `.entities` indices for\nthese definitions should also be gone\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"505cc0fbbb901263b3a07d2b1a2f7b310a690e18"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204536","number":204536,"mergeCommit":{"message":"[eem] disable entity discovery on plugin startup (#204536)\n\nDisable entity discovery on plugin startup and remove some related\nfiles.\n\nWe'll need a follow up to cleanup endpoints.\n\n### Testing\n\n- enable entity discovery from `main` with `PUT\nkbn:/internal/entities/managed/enablement`, preferably in a cluster with\ndata so you can verify that the `.entities*` indices are also deleted\n- checkout that branch and start kibana\n- verify all v1 builtin definitions with their\ntransforms/templates/pipelines are deleted. `.entities` indices for\nthese definitions should also be gone\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"505cc0fbbb901263b3a07d2b1a2f7b310a690e18"}}]}] BACKPORT-->
Disable entity discovery on plugin startup and remove some related files. We'll need a follow up to cleanup endpoints. ### Testing - enable entity discovery from `main` with `PUT kbn:/internal/entities/managed/enablement`, preferably in a cluster with data so you can verify that the `.entities*` indices are also deleted - checkout that branch and start kibana - verify all v1 builtin definitions with their transforms/templates/pipelines are deleted. `.entities` indices for these definitions should also be gone --------- Co-authored-by: kibanamachine <[email protected]>
Disable entity discovery on plugin startup and remove some related files. We'll need a follow up to cleanup endpoints. ### Testing - enable entity discovery from `main` with `PUT kbn:/internal/entities/managed/enablement`, preferably in a cluster with data so you can verify that the `.entities*` indices are also deleted - checkout that branch and start kibana - verify all v1 builtin definitions with their transforms/templates/pipelines are deleted. `.entities` indices for these definitions should also be gone --------- Co-authored-by: kibanamachine <[email protected]>
Disable entity discovery on plugin startup and remove some related files. We'll need a follow up to cleanup endpoints. ### Testing - enable entity discovery from `main` with `PUT kbn:/internal/entities/managed/enablement`, preferably in a cluster with data so you can verify that the `.entities*` indices are also deleted - checkout that branch and start kibana - verify all v1 builtin definitions with their transforms/templates/pipelines are deleted. `.entities` indices for these definitions should also be gone --------- Co-authored-by: kibanamachine <[email protected]>
Disable entity discovery on plugin startup and remove some related files.
We'll need a follow up to cleanup endpoints.
Testing
main
withPUT kbn:/internal/entities/managed/enablement
, preferably in a cluster with data so you can verify that the.entities*
indices are also deleted.entities
indices for these definitions should also be gone