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 | 912f7dce7222d345dc6cc6cc593a45ee7e2e15f8 (patch) | |
| tree | c5f8a816696eff5212c9a1b59679f426559cc099 /samples/dtail.schema.json | |
| parent | 9983d8b5162756f5016e4c0d0bc28ad86c2293e6 (diff) | |
initial server side continuous mapreduce runner
Diffstat (limited to 'samples/dtail.schema.json')
| -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" }, |
