diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-07-02 15:28:51 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-07-02 15:28:51 +0100 |
| commit | 8e599c4aa44b8477a66651864ea4778c25d9a77e (patch) | |
| tree | c5f8a816696eff5212c9a1b59679f426559cc099 /samples | |
| parent | e2225e82672f08e16219bb5be2a7aeab39afb184 (diff) | |
initial server side continuous mapreduce runner
Diffstat (limited to 'samples')
| -rwxr-xr-x | samples/dtail.schema.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 73807fc..0497fbf 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -43,7 +43,7 @@ } } }, - "Monitor": { + "Continuous": { "type": "array", "items": { "type": "object", @@ -54,6 +54,9 @@ "Enable": { "type": "boolean" }, + "RestartOnDayChange": { + "type": "boolean" + }, "Files": { "type": "string" }, |
