[Ingest Manager] Remove the legacy Ingest Manager plugin#65534
[Ingest Manager] Remove the legacy Ingest Manager plugin#65534jfsiii merged 1 commit intoelastic:masterfrom jfsiii:remote-legacy-ingest-manager-plugin
Conversation
|
Pinging @elastic/ingest-management (Team:Ingest Management) |
|
I added the 7.8 label but I'm not sure if it should be backported. I'll add @joshdover who pinged me about this. |
I don't see any reason to backport. No sense in adding risk to that release since we're past FF |
joshdover
left a comment
There was a problem hiding this comment.
Code LGTM, did not test locally
jen-huang
left a comment
There was a problem hiding this comment.
Code LGTM, I'll update the label to 7.9 as I agree that we don't need to backport this to 7.8
ruflin
left a comment
There was a problem hiding this comment.
Great to see the last legacy bit be removed!
|
@elasticmachine merge upstream |
|
merge conflict between base and head |
The last thing we were using from it was configuring a static assets directory (which is only use for the EPM Integrations header graphic). This is now provided by platform and is not configurable https://github.com/elastic/kibana/blob/da28df5b154bd8223124b1814f5b350b842c309d/src/core/MIGRATION.md#L1344 Moved the header assets to the new directory & updated the `toAssets` helper
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
The last thing we were using from it was configuring a static assets directory (which is only use for the EPM Integrations header graphic). This is now provided by platform and is not configurable https://github.com/elastic/kibana/blob/da28df5b154bd8223124b1814f5b350b842c309d/src/core/MIGRATION.md#L1344 Moved the header assets to the new directory & updated the `toAssets` helper
The last thing we were using from it was configuring a static assets directory (which is only used for the EPM Integrations header graphic).
This is now provided by Platform and is not configurable.
This PR moves the header assets to the new directory & updates the
toAssetshelper