Skip to content

Commit

Permalink
Remove the base package from the default packages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ruflin committed Jul 1, 2020
1 parent 518e88c commit 4c559bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/ingest_manager/common/types/models/epm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ export enum IngestAssetType {
}

export enum DefaultPackages {
base = 'base',
system = 'system',
endpoint = 'endpoint',
}
Expand Down

0 comments on commit 4c559bc

Please sign in to comment.