Skip to content

Commit

Permalink
[Reporting] Adds the enabled key to schema (elastic#68288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jun 22, 2020
1 parent 2df5c9d commit 68387a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/reporting/server/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const PollSchema = schema.object({
});

export const ConfigSchema = schema.object({
enabled: schema.boolean({ defaultValue: true }),
kibanaServer: KibanaServerSchema,
queue: QueueSchema,
capture: CaptureSchema,
Expand Down

0 comments on commit 68387a1

Please sign in to comment.