Skip to main content
Version: v2.5 print this page

System Datasets

The Amorphic application provides the user with six system datasets. These datasets are available in a domain with the postfix system. The prefix depends on the shortname and environment selected for the application. You can also run SQL codes to analyze dataset contents and maintain a record of query executions.

System_Datasets

sys_dynamodb_logs

This dataset contains information about calls made to DynamoDB tables, such as the table name accessed, the function name used, the Lambda triggered, the time, and the API (if any) used to make the call.

Log delivery is facilitated by SQS, but depending on the size of the input and output payloads to DynamoDB, these APIs may not be logged due to SQS message size limitations.

sys_api_gateway_logs

This dataset contains information about API calls made through the amorphic application. It includes details such as the API resource path used, as well as user information like usernames and email addresses.

sys_cloudfront_logs

This dataset contains information about API calls made through CloudFront associated with the Amorphic application.

sys_cloudtrail_logs

This dataset contains information about the CloudTrail logs associated with the Amorphic application, including event-related information.

sys_s3_buckets_logs

This dataset contains information about the S3 calls made through the Amorphic application, including the S3 endpoint, requester, and bucket owner information.

sys_observability_logs

This dataset contains information for all the actions performed on the Amorphic application. It has information including the details of the time when it happened, the resource details, who triggered the operation, and other details pertaining to the operation.

Amorphic also provides users with the option to keep the underlying data up to date using the Update Partitions option, which can be found under the System Datasets tab in the Infra Management menu.

System partition

Note

The Update Partitions option is enabled only for the sys_api_gateway_logs, sys_dynamodb_logs and sys_observability_logs datasets