Skip to content

Commit

Permalink
enable triggers_actions_ui plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 13, 2020
1 parent 4dbe261 commit 0b5a0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/triggers_actions_ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function triggersActionsUI(kibana: any) {
config(Joi: Root) {
return Joi.object()
.keys({
enabled: Joi.boolean().default(false),
enabled: Joi.boolean().default(true),
createAlertUiEnabled: Joi.boolean().default(false),
})
.default();
Expand Down

0 comments on commit 0b5a0fe

Please sign in to comment.