diff --git a/x-pack/plugins/beats_management/common/constants/security.ts b/x-pack/plugins/beats_management/common/constants/security.ts index 4d72e3c9f2ac7..c80b036dddf83 100644 --- a/x-pack/plugins/beats_management/common/constants/security.ts +++ b/x-pack/plugins/beats_management/common/constants/security.ts @@ -6,5 +6,5 @@ export const REQUIRED_ROLES = ['beats_admin']; export const REQUIRED_LICENSES = ['standard', 'gold', 'trial', 'platinum']; -export const LICENSES = ['oss', 'standard', 'gold', 'trial', 'platinum']; -export type LicenseType = 'oss' | 'trial' | 'standard' | 'basic' | 'gold' | 'platinum'; +export const LICENSES = ['oss', 'basic', 'standard', 'gold', 'trial', 'platinum']; +export type LicenseType = 'oss' | 'basic' | 'trial' | 'standard' | 'basic' | 'gold' | 'platinum';