mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[integration automatic-import] enabled by default (#189413)
Enabling the integration-assistant plugin / automatic import feature by default
This commit is contained in:
parent
69de10f81f
commit
bea05129fe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { schema, type TypeOf } from '@kbn/config-schema';
|
|||
import type { PluginConfigDescriptor } from '@kbn/core/server';
|
||||
|
||||
export const configSchema = schema.object({
|
||||
enabled: schema.boolean({ defaultValue: false }),
|
||||
enabled: schema.boolean({ defaultValue: true }),
|
||||
});
|
||||
export type ServerlessSecuritySchema = TypeOf<typeof configSchema>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue