Prisma Cloud: Some assets are not displayed on a report
2443
Created On 06/17/24 02:53 AM - Last Modified 03/12/25 01:06 AM
Question
Why aren't any assets displayed in a Prisma Cloud report?
Environment
- Prisma Cloud Enterprise Edition
- Assets
- Alerts
- Report
Answer
The "Asset Name" is greyed out means it's not an actual asset.
GUI Path: Cloud Security > Alerts > Overview
For example, in case the RQL contains a count(x) function, the detected asset is not actual assets and it will be such as regions and accounts.
These kinds of assets (not actual assets) are not listed on the Report.
Ex. Policy: AWS IAM Access analyzer is not configured
RQL:
config from cloud.resource where cloud.type = 'aws' AND api.name = 'aws-access-analyzer' AND json.rule = status equals ACTIVE as X; config from cloud.resource where api.name = 'aws-region' AND json.rule = optInStatus does not equal not-opted-in as Y; filter '$.X.arn contains $.Y.regionName'; show X; count(X) less than 1
Additional Information
View our documentation here on Reports.