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 4, 2020
1 parent a777f1f commit a97cd03
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 a97cd03

Please sign in to comment.