diff --git a/x-pack/plugins/infra/server/plugin.ts b/x-pack/plugins/infra/server/plugin.ts index ac45321e870e6..bcdbccf6f2294 100644 --- a/x-pack/plugins/infra/server/plugin.ts +++ b/x-pack/plugins/infra/server/plugin.ts @@ -30,6 +30,7 @@ import { InfraStaticSourceConfiguration } from './lib/sources/types'; export const config = { schema: schema.object({ + enabled: schema.boolean({ defaultValue: true }), query: schema.object({ partitionSize: schema.number({ defaultValue: 75 }), partitionFactor: schema.number({ defaultValue: 1.2 }),