<?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 Re: How to find Accounts not monitored in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/302880#M82</link>
    <description>&lt;P&gt;Hey Jason, thank you for the reply.&amp;nbsp; It would be so useful if you knew the RQL for Organisations please.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 11:34:46 GMT</pubDate>
    <dc:creator>MPestell</dc:creator>
    <dc:date>2019-12-10T11:34:46Z</dc:date>
    <item>
      <title>How to find Accounts not monitored</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/291697#M78</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to list any AWS account that is&amp;nbsp;&lt;U&gt;not&lt;/U&gt; monitored by Prisma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have AWS Organizations configured.&amp;nbsp; However I don't see any RQL to interrogate that to show the accounts in Organizations and compare to&amp;nbsp;&lt;SPAN&gt;_AWSCloudAccount.isRedLockMonitored&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have a central CLOUDTRAIL which is writing to a central S3 bucket.&amp;nbsp; The directory/file structure under the S3 also has the account number.&amp;nbsp; Again I wondered if a way to compare to&amp;nbsp;_AWSCloudAccount.isRedLockMonitored but don't see any RQL that would help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas anyone please??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:07:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/291697#M78</guid>
      <dc:creator>MPestell</dc:creator>
      <dc:date>2020-09-02T18:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Accounts not monitored</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/291802#M79</link>
      <description>&lt;P&gt;Interesting question, We have something over 70' accounts in the ORG tree but we only want RL to monitor under 30 belongs to our side of the org. I had to manually add all those 30 accounts on-boarded to Prisma to be monitored, I didn't think there is a way to pull all accounts through an RQL verify at the same time if monitored or not.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 22:07:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/291802#M79</guid>
      <dc:creator>Junaid-Khan</dc:creator>
      <dc:date>2019-10-07T22:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Accounts not monitored</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/293111#M80</link>
      <description>&lt;P&gt;Yes, that's right.. PrismaCloud can only monitor accounts that are added to it. So, RQL can only be run on accounts that are added to PrismaCloud.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 22:06:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/293111#M80</guid>
      <dc:creator>lpingali</dc:creator>
      <dc:date>2019-10-15T22:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Accounts not monitored</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/302796#M81</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data does exist.&amp;nbsp; Step one enumerate the accounts in the AWS organization.&amp;nbsp; Step two enumerate the accounts registered un Prisma Cloud.&amp;nbsp; Diff the two list.&amp;nbsp; Accounts that are in the Org but not registered with Prisma Cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would give a user the list of accounts that are missing from monitoring, ie a coverage report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im looking for the RQL that would produce the list of accounts in an AWS organization and the RQL to list the account registered with Prisma Cloud.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 22:12:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/302796#M81</guid>
      <dc:creator>JasonGreen</dc:creator>
      <dc:date>2019-12-09T22:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Accounts not monitored</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/302880#M82</link>
      <description>&lt;P&gt;Hey Jason, thank you for the reply.&amp;nbsp; It would be so useful if you knew the RQL for Organisations please.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 11:34:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/302880#M82</guid>
      <dc:creator>MPestell</dc:creator>
      <dc:date>2019-12-10T11:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Accounts not monitored</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/302951#M83</link>
      <description>&lt;P&gt;We don't support AWS Organizations via RQL as of yet - this support is coming in first quarter of next year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eddie&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 16:39:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-find-accounts-not-monitored/m-p/302951#M83</guid>
      <dc:creator>ebeuerlein</dc:creator>
      <dc:date>2019-12-10T16:39:34Z</dc:date>
    </item>
  </channel>
</rss>

