View a markdown version of this page

CloudWatch pipelines configuration for Tenable Vulnerability Management - Amazon CloudWatch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CloudWatch pipelines configuration for Tenable Vulnerability Management

Collects vulnerability management data from Tenable using API key authentication.

Configure the Tenable Vulnerability Management source with the following parameters:

source: tenable_vulnerabilitymanagement: authentication: access_key: "${{aws_secrets:<secret-name>:access_key}}" secret_key: "${{aws_secrets:<secret-name>:secret_key}}" range: "P30D"
Parameters
authentication.access_key (required)

The Tenable API access key, stored in Amazon Secrets Manager.

authentication.secret_key (required)

The Tenable API secret key, stored in Amazon Secrets Manager.

range (optional)

The historical time period for backfilling data. Uses ISO 8601 duration format. Minimum is P1D, maximum is P90D. Default is P30D.