Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definitions Update otis #973

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions alsdkdefs/apis/otis/otis.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ info:
* [ids_security_resource_tags](#ids_security_resource_tags)
* [max_vulnerability_scan_jobs](#max_vulnerability_scan_jobs)
* [max_discovery_scan_jobs](#max_discovery_scan_jobs)
* [no_stats_interval_hours](#no_stats_interval_hours)
* [predefined_security_subnet](#predefined_security_subnet)
* [scan_appliance_instance_type](#scan_appliance_instance_type)
* [scan_appliances_scaling](#scan_appliances_scaling)
Expand Down Expand Up @@ -492,6 +493,27 @@ info:
"value": 10
}
```
<a name="no_start_interval_hours"/>

### no_stats_interval_hours

This option specifies for how long the statistics (log or IDS) should be 0 before joey declares a corresponding vulnerability.

The value is integer and specifies the time interval, in hours. Default (also the maximum) value is 24 hours.

For for example:

```
{
"name": "no_start_interval_min",
"scope": {
"deployment_id": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA",
"vpc_key": "/aws/us-east-1/vpc/vpc-00000000000000001"
},
"value": 24
}
```


<a name="predefined_security_subnet"/>

Expand Down