View a markdown version of this page

CloudWatch pipelines configuration for PingIdentity PingOne - 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 PingIdentity PingOne

Collects audit logs from PingIdentity PingOne using OAuth2 authentication.

Configure the PingIdentity PingOne source with the following parameters:

source: pingidentity_pingone: range: "P7D" region: "NA" environment_id: "<your-environment-id>" authentication: oauth2: client_id: "${{aws_secrets:<secret-name>:client_id}}" client_secret: "${{aws_secrets:<secret-name>:client_secret}}"
Parameters
range (optional)

For pulling historical logs. Uses ISO 8601 duration format (for example, P7D for the last 7 days, PT21H for the last 21 hours). The default is 0 hours, and the maximum is 90 days.

region (optional)

PingOne region code (NA, EU, AP, AU, CA, SG). The default is "NA".

environment_id (required)

The PingOne environment ID.

authentication.oauth2.client_id (required)

OAuth2 client ID for PingIdentity PingOne API authentication.

authentication.oauth2.client_secret (required)

OAuth2 client secret for PingIdentity PingOne API authentication.