<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Prisma cloud rql join filter in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/prisma-cloud-rql-join-filter/m-p/576639#M1177</link>
    <description>&lt;P&gt;How can I use the cloud account filter in an RQL query? I'm putting together a query to display which screen images are not in use and I would need to add the cloud account filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My querys is:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;config from cloud.resource where api.name = 'aws-ecr-image' as X; config from cloud.resource where api.name = 'aws-ecs-describe-task-definition' as Y; filter '$.Y.containerDefinitions[0].image does not contain $.X.imageTags[0]'; show X;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 16:22:17 GMT</pubDate>
    <dc:creator>RMeneguci</dc:creator>
    <dc:date>2024-02-08T16:22:17Z</dc:date>
    <item>
      <title>Prisma cloud rql join filter</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/prisma-cloud-rql-join-filter/m-p/576639#M1177</link>
      <description>&lt;P&gt;How can I use the cloud account filter in an RQL query? I'm putting together a query to display which screen images are not in use and I would need to add the cloud account filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My querys is:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;config from cloud.resource where api.name = 'aws-ecr-image' as X; config from cloud.resource where api.name = 'aws-ecs-describe-task-definition' as Y; filter '$.Y.containerDefinitions[0].image does not contain $.X.imageTags[0]'; show X;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:22:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/prisma-cloud-rql-join-filter/m-p/576639#M1177</guid>
      <dc:creator>RMeneguci</dc:creator>
      <dc:date>2024-02-08T16:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Prisma cloud rql join filter</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/prisma-cloud-rql-join-filter/m-p/577799#M1179</link>
      <description>&lt;P&gt;The way to go about this is add "&lt;EM&gt;cloud.account = 'your account'&lt;/EM&gt;" to this statement sort of like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;config from cloud.resource where &lt;STRONG&gt;cloud.account&lt;/STRONG&gt; = '&lt;STRONG&gt;your account&lt;/STRONG&gt;' AND api.name = 'aws-ecr-image' as X; config from cloud.resource where &lt;STRONG&gt;cloud.account&lt;/STRONG&gt; = '&lt;STRONG&gt;your account&lt;/STRONG&gt;' AND api.name = 'aws-ecs-describe-task-definition' as Y; filter '$.Y.containerDefinitions[0].image does not contain $.X.imageTags[0]'; show X;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hopefully this would resolve your issue, also make sure to add same cloud account to both cloud.account if you're for screen images in a single account.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 20:40:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/prisma-cloud-rql-join-filter/m-p/577799#M1179</guid>
      <dc:creator>AJohri</dc:creator>
      <dc:date>2024-02-20T20:40:07Z</dc:date>
    </item>
  </channel>
</rss>

