mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Investigate] disable investigate plugin by default (#189359)
Disable feature flag `xpack.investigate.enabled` by default.
This commit is contained in:
parent
51c8949af9
commit
1d406182e2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
import { schema, type TypeOf } from '@kbn/config-schema';
|
||||
|
||||
export const config = schema.object({
|
||||
enabled: schema.boolean({ defaultValue: true }),
|
||||
enabled: schema.boolean({ defaultValue: false }),
|
||||
});
|
||||
|
||||
export type InvestigateConfig = TypeOf<typeof config>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue