File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ info:
123123 * [ids_security_resource_tags](#ids_security_resource_tags)
124124 * [max_vulnerability_scan_jobs](#max_vulnerability_scan_jobs)
125125 * [max_discovery_scan_jobs](#max_discovery_scan_jobs)
126+ * [no_stats_interval_hours](#no_stats_interval_hours)
126127 * [predefined_security_subnet](#predefined_security_subnet)
127128 * [scan_appliance_instance_type](#scan_appliance_instance_type)
128129 * [scan_appliances_scaling](#scan_appliances_scaling)
@@ -492,6 +493,27 @@ info:
492493 "value": 10
493494 }
494495 ```
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+
495517
496518 <a name="predefined_security_subnet"/>
497519
You can’t perform that action at this time.
0 commit comments