We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87165be commit 3b9d9b8Copy full SHA for 3b9d9b8
x-pack/legacy/plugins/index_management/index.ts
@@ -28,7 +28,7 @@ export function indexManagement(kibana: any) {
28
config(Joi: Root) {
29
return Joi.object()
30
.keys({
31
- enabled: Joi.boolean().default(false),
+ enabled: Joi.boolean().default(true),
32
})
33
.default();
34
},
x-pack/legacy/plugins/triggers_actions_ui/index.ts
@@ -23,7 +23,7 @@ export function triggersActionsUI(kibana: any) {
23
24
25
26
27
createAlertUiEnabled: Joi.boolean().default(false),
0 commit comments