一部の資産がレポートに表示されない
2445
Created On 06/17/24 02:53 AM - Last Modified 03/12/25 01:06 AM
Question
アセットがレポートに表示されないのはなぜですか?
Environment
- Prisma Cloud Enterprise エディション
- 資産
- レポート
Answer
「アセット名」がグレー表示されている場合は、実際のアセットではないことを意味します。
たとえば、RQL に count(x) 関数が含まれている場合、検出される資産は実際の資産ではなく、地域や勘定科目などになります。
これらの種類の資産(実際の資産ではない)は、レポートに表示されません。
すなわち)
ポリシー: AWS IAM Access アナライザーが構成
されていません 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