Monitor Usage and Diagnostic Logs

You can use the Logging service in Oracle Cloud Infrastructure to view and manage all the logs in your tenancy, and this includes audit and diagnostic logs from Oracle Analytics Cloud. These logs include important usage information and diagnostic logs that you can use to troubleshoot issues and understand how Oracle Analytics Cloud resources are used.

Note:

Required IAM Policy - Enable Service Logs and Create Log Groups

Verb: manage

Resource Types: log-groups

Permission: LOG_GROUP_CREATE

For example:

#Let users in the analytics_admin group enable logging for Oracle Analytics Cloud instances and set up log groups.

allow group analytics_admins to manage log-groups in compartment myOACProduction

Required IAM Policy - Read Oracle Analytics Cloud logs

Verb: read

Resource Types: log-content

Permission: LOG_CONTENT_READ

For example:

#Let users in the analytics_users group read logs for Oracle Analytics Cloud instances.

allow group analytics_users to read log-content in compartment myOACProduction

See Permissions for Working with Logging.