Skip to content

Commit

Permalink
Remove the base package from the default packages (#70437) (#70645)
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.

Co-authored-by: Nicolas Ruflin <spam@ruflin.com>
  • Loading branch information
jonathan-buttner and ruflin committed Jul 2, 2020
1 parent 63e21c5 commit 7d6e1d7
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 @@ -250,7 +250,6 @@ export enum IngestAssetType {
}

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

0 comments on commit 7d6e1d7

Please sign in to comment.