File tree Expand file tree Collapse file tree
x-pack/test/detection_engine_api_integration/security_and_spaces/rule_execution_logic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1019,7 +1019,7 @@ export default ({ getService }: FtrProviderContext) => {
10191019 } ,
10201020 } ,
10211021 from : 'now-1h' ,
1022- interval : '1h ' ,
1022+ interval : '2h ' ,
10231023 } ;
10241024
10251025 const { previewId } = await previewRule ( {
@@ -1042,12 +1042,12 @@ export default ({ getService }: FtrProviderContext) => {
10421042 value : 'host-0' ,
10431043 } ,
10441044 ] ,
1045- [ TIMESTAMP ] : '2020-10-28T05 :30:00.000Z' ,
1045+ [ TIMESTAMP ] : '2020-10-28T06 :30:00.000Z' ,
10461046 [ ALERT_LAST_DETECTED ] : '2020-10-28T06:30:00.000Z' , // Note: ALERT_LAST_DETECTED gets updated, timestamp does not
1047- [ ALERT_ORIGINAL_TIME ] : '2020-10-28T05 :00:00.000Z' ,
1048- [ ALERT_SUPPRESSION_START ] : '2020-10-28T05 :00:00.000Z' ,
1047+ [ ALERT_ORIGINAL_TIME ] : '2020-10-28T06 :00:00.000Z' ,
1048+ [ ALERT_SUPPRESSION_START ] : '2020-10-28T06 :00:00.000Z' ,
10491049 [ ALERT_SUPPRESSION_END ] : '2020-10-28T06:00:02.000Z' ,
1050- [ ALERT_SUPPRESSION_DOCS_COUNT ] : 11 ,
1050+ [ ALERT_SUPPRESSION_DOCS_COUNT ] : 5 ,
10511051 } ) ;
10521052 } ) ;
10531053
You can’t perform that action at this time.
0 commit comments