Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
enable triggers_actions_ui plugin by default (elastic#60137)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
Spencer and spalger committed Mar 13, 2020
1 parent a549d9d commit 18f110f
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 18f110f

Please sign in to comment.