Cloudwatch
Using Cloudwatch repository requires you to configure the following required options in the CKAN configuration file:
ckanext.event_audit.cloudwatch.access_key = YOUR_ACCESS_KEY
ckanext.event_audit.cloudwatch.secret_key = YOUR_SECRET_KEY
ckanext.event_audit.cloudwatch.region = YOUR_REGION
See the AWS documentation for more information on how to obtain these values and configure the AWS Cloudwatch service.
You can also specify the log group and log stream to use for the Cloudwatch repository. See the configuration options below, with the default values:
ckanext.event_audit.cloudwatch.log_group = /ckan/event-audit
ckanext.event_audit.cloudwatch.log_stream = event-audit-stream