File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ info:
123
123
* [ids_security_resource_tags](#ids_security_resource_tags)
124
124
* [max_vulnerability_scan_jobs](#max_vulnerability_scan_jobs)
125
125
* [max_discovery_scan_jobs](#max_discovery_scan_jobs)
126
+ * [no_stats_interval_hours](#no_stats_interval_hours)
126
127
* [predefined_security_subnet](#predefined_security_subnet)
127
128
* [scan_appliance_instance_type](#scan_appliance_instance_type)
128
129
* [scan_appliances_scaling](#scan_appliances_scaling)
@@ -492,6 +493,27 @@ info:
492
493
"value": 10
493
494
}
494
495
```
496
+ <a name="no_start_interval_hours"/>
497
+
498
+ ### no_stats_interval_hours
499
+
500
+ This option specifies for how long the statistics (log or IDS) should be 0 before joey declares a corresponding vulnerability.
501
+
502
+ The value is integer and specifies the time interval, in hours. Default (also the maximum) value is 24 hours.
503
+
504
+ For for example:
505
+
506
+ ```
507
+ {
508
+ "name": "no_start_interval_min",
509
+ "scope": {
510
+ "deployment_id": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA",
511
+ "vpc_key": "/aws/us-east-1/vpc/vpc-00000000000000001"
512
+ },
513
+ "value": 24
514
+ }
515
+ ```
516
+
495
517
496
518
<a name="predefined_security_subnet"/>
497
519
You can’t perform that action at this time.
0 commit comments