[Reporting] Adds the enabled key to schema (#68288)

This commit is contained in:
Tim Sullivan 2020-06-04 11:37:12 -07:00 committed by GitHub
parent e488e831b5
commit 094b34c065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,6 +162,7 @@ const PollSchema = schema.object({
});
export const ConfigSchema = schema.object({
enabled: schema.boolean({ defaultValue: true }),
kibanaServer: KibanaServerSchema,
queue: QueueSchema,
capture: CaptureSchema,