View a markdown version of this page

Tenable 漏洞管理的 CloudWatch 管线配置 - Amazon CloudWatch
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

Tenable 漏洞管理的 CloudWatch 管线配置

使用 API 密钥身份验证从 Tenable 收集漏洞管理数据。

使用下面的参数配置 Tenable 漏洞管理来源:

source: tenable_vulnerabilitymanagement: authentication: access_key: "${{aws_secrets:<secret-name>:access_key}}" secret_key: "${{aws_secrets:<secret-name>:secret_key}}" range: "P30D"
参数
authentication.access_key(必需)

Tenable API 访问密钥,存储在 Amazon Secrets Manager 中。

authentication.secret_key(必需)

Tenable API 私有密钥,存储在 Amazon Secrets Manager 中。

range(可选)

用于回填数据的历史时间段。使用 ISO 8601 持续时间格式。最小值为 P1D,最大值为 P90D。默认值为 P30D