diff --git a/x-pack/plugins/fleet/common/experimental_features.ts b/x-pack/plugins/fleet/common/experimental_features.ts index aae45e12c1ddd..638e48cae5ba4 100644 --- a/x-pack/plugins/fleet/common/experimental_features.ts +++ b/x-pack/plugins/fleet/common/experimental_features.ts @@ -18,7 +18,7 @@ export const allowedExperimentalValues = Object.freeze({ diagnosticFileUploadEnabled: true, experimentalDataStreamSettings: false, displayAgentMetrics: true, - showIntegrationsSubcategories: false, + showIntegrationsSubcategories: true, agentFqdnMode: false, showExperimentalShipperOptions: false, fleetServerStandalone: false,