[TEST] Change execute test watches to have cron schedules that trigger in 2099.

Original commit: elastic/x-pack-elasticsearch@dde1dbae86
This commit is contained in:
Brian Murphy 2015-05-05 12:37:44 -04:00
parent b5f5862146
commit 75bdf7de0d
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
id: "my_exe_watch"
body: >
{
"trigger" : {
"schedule" : { "cron" : "0 0/1 * * * ?" }
"trigger" : {
"schedule" : { "cron" : "0 0 0 1 * ? 2099" }
},
"input" : {
"search" : {

View File

@ -9,8 +9,8 @@
id: "my_logging_watch"
body: >
{
"trigger" : {
"schedule" : { "cron" : "0 0/1 * * * ?" }
"trigger" : {
"schedule" : { "cron" : "0 0 0 1 * ? 2099" }
},
"input" : {
"simple" : {