Skip to content

Commit 4c559bc

Browse files
committed
Remove the base package from the default packages
As the base assets will be shipped by ES directly, the base package is not needed anymore. elastic/elasticsearch#57629 In the future we might reintroduce it to update the installed assets.
1 parent 518e88c commit 4c559bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • x-pack/plugins/ingest_manager/common/types/models

x-pack/plugins/ingest_manager/common/types/models/epm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ export enum IngestAssetType {
253253
}
254254

255255
export enum DefaultPackages {
256-
base = 'base',
257256
system = 'system',
258257
endpoint = 'endpoint',
259258
}

0 commit comments

Comments
 (0)