Trusted Remediator integration with Amazon QuickSight
You can integrate the Trusted Remediator logs stored in Amazon S3 with Amazon QuickSight to build customized remediation report. Amazon QuickSight integration is optional. This feature allows you to use the logs to build custom reporting dashboards. To obtain on-request reports for Trusted Remediator, contact your CSDM. For more information on available Trusted Remediator reports, see Trusted Remediator reports.
For more information on visualizing data in Amazon QuickSight, see Visualizing data in Amazon QuickSight.
Topics
Add a dataset to Amazon QuickSight for the Remediation item log
Log in to Amazon QuickSight console. You can create the Amazon QuickSight report in any AWS Region that QuickSight supports. However, for better performance and lower costs, it's a best practice to create the report in the Region where the Trusted Remediator logging bucket is located.
Choose Datasets.
Choose S3.
In the New S3 data source, enter the following values:
Data source name:
trusted-remediator-
.delegated_administrator_account_id
-account_region
-remediation-itemsUpload a manifest file: Create a JSON file with the following content, and use it. When creating the file, replace
logging_bucket_name
in the URIPrefixes key.{ "fileLocations": [ { "URIPrefixes": [ "s3://{logging_bucket_name}/remediation_items/" ] } ], "globalUploadSettings": { "format": "JSON", "delimiter": ",", "textqualifier": "'", "containsHeader": "true" } }
Choose Connect.
From the Finish dataset creation window, choose Visualize.
QuickSight opens the new analysis sheet page. You are now ready to create a new analysis using the Remediation item log.
The following is a sample analysis:
Add a dataset to Amazon QuickSight for the Automated remediation execution log
Log in to Amazon QuickSight console. You can create the Amazon QuickSight report in any AWS Region that QuickSight supports. However, for better performance and lower costs, it's a best practice to create the report in the Region where the Trusted Remediator logging bucket is located.
Choose Datasets.
Choose S3.
In the New S3 data source, enter the following values:
Data source name:
trusted-remediator-
.delegated_administrator_account_id
-account_region
-remediation-executionsUpload a manifest file: Create a JSON file with the following content, and then use this file. When creating the file, replace
logging_bucket_name
in the URIPrefixes key.{ "fileLocations": [ { "URIPrefixes": [ "s3://{logging_bucket_name}/remediation_executions/" ] } ], "globalUploadSettings": { "format": "JSON", "delimiter": ",", "textqualifier": "'", "containsHeader": "true" } }
Choose Connect.
From the Finish dataset creation window, choose Visualize.
QuickSight opens the new analysis sheet page. You are now ready to create a new analysis using the Remediation item log.
The following is a sample analysis: