Skip to content

Commit

Permalink
Doc-rn-updates-RLP-127621 (#371)
Browse files Browse the repository at this point in the history
* rn and guide updates for RLP-127621

* updates

* fixed steps numbering

* minor text updates

* update for RLP-129468

* updates based on Adrian's feedback
  • Loading branch information
arane26 authored Feb 1, 2024
1 parent e1da62b commit 8d4045f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ You can optionally enter a description.
. Specify the *Key* and *Value* to identify the tag.
+
You can add up to 20 key-value pairs in a resource list. When you specify multiple tags in a resource list, the IaC template must include at least one tag defined in the resource list to be scanned against the policies in the alert rule. The tag needs to be in format `tag_key:tag_value`.
//NOTE: On *Asset Inventory*, if you filter by the _Key-Value_ *Asset Tag* and your environment has more that 1 million assets, the results will be inconclusive.

. *Save* the list.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Each row displays the service name with details on the cloud type, assets with a

image::unified-asset-inventory-1.png[scale=30]

The *Assets with Alerts* column displays the total number of assets by alert severity for a specified group of assets and the *Assets with Vulnerabilities* column displays the total number of assets by vulnerability severity for a specified group of assets. You can filter to view the inventory based on Date, Cloud Type, Azure Resource Group, Compliance Requirement, Compliance Standard, Resource Type, Compliance Section, Account Group, Cloud Account, Cloud Region, Alert Severity, and Vulnerability Severity.
The *Assets with Alerts* column displays the total number of assets by alert severity for a specified group of assets and the *Assets with Vulnerabilities* column displays the total number of assets by vulnerability severity for a specified group of assets. You can filter to view the inventory based on Cloud Type, Azure Resource Group, Compliance Requirement, Compliance Standard, Resource Type, Compliance Section, Account Group, Cloud Account, Cloud Region, Alert Severity, and Vulnerability Severity.

You can set the *Date* filter to *Most Recent* to view the most recent state of the inventory or choose *Custom* for any date within the last 90 days.
//You can set the *Date* filter to *Most Recent* to view the most recent state of the inventory or choose *Custom* for any date within the last 90 days.

You can view the *Asset Explorer* by selecting a filterable subset of assets from the Asset Inventory. You can then select an asset from the Explorer view to access the Asset Detail view. Vulnerability Severity displays assets with known software vulnerabilities of a specific severity while Alert Severity displays assets with open alerts of a specific severity. You can use the Column Picker to show or hide columns.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ You can optionally enter a description.
. Specify the *Key* and *Value* to identify the tag.
+
You can add up to 20 key-value pairs in a resource list. When you specify multiple tags in a resource list, the IaC template must include at least one tag defined in the resource list to be scanned against the policies in the alert rule. The tag needs to be in format userinput:[tag_key:tag_value].
//NOTE: On *Inventory > Assets*, if you filter by the _Key-Value_ *Asset Tag* and your environment has more that 1 million assets, the results will be inconclusive.

. *Save* the list.

Expand Down Expand Up @@ -135,5 +136,11 @@ The Azure resources you see on the Asset Inventory page belong to the resource l
. Apply a filter on the *Investigate* page.
+
* Select *Investigate*.
* Enter your config query in the search bar: screen:[config from cloud.resource where azure.resource.group = ]The resource group is not auto-suggested because the list of resource groups can be very long. You have to manually enter the resource group.
* You can also filter based multiple resource groups: screen:[config from cloud.resource where azure.resource.group IN (’resource-group1’) AND (’resource-group2’)]
* Enter your config query in the search bar:
+
`config from cloud.resource where azure.resource.group =`
+
The resource group is not auto-suggested because the list of resource groups can be very long. You have to manually enter the resource group.
* You can also filter based multiple resource groups:
+
`config from cloud.resource where azure.resource.group IN (’resource-group1’) AND (’resource-group2’)`
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Each row displays the service name with details on the cloud type, assets with a

image::cloud-and-software-inventory/asset-inventory-1.png[]

The *Assets with Alerts* column displays the total number of assets by alert severity for a specified group of assets and the *Assets with Vulnerabilities* column displays the total number of assets by vulnerability severity for a specified group of assets. You can filter to view the inventory based on Date, Cloud Type, Azure Resource Group, Compliance Requirement, Compliance Standard, Asset Type, Compliance Section, Account Group, Cloud Account, Cloud Region, Alert Severity, and Vulnerability Severity.
The *Assets with Alerts* column displays the total number of assets by alert severity for a specified group of assets and the *Assets with Vulnerabilities* column displays the total number of assets by vulnerability severity for a specified group of assets. You can filter to view the inventory based on Cloud Type, Azure Resource Group, Compliance Requirement, Compliance Standard, Asset Type, Compliance Section, Account Group, Cloud Account, Cloud Region, Alert Severity, and Vulnerability Severity.

You can set the *Date* filter to *Most Recent* to view the most recent state of the inventory or choose *Custom* for any date within the last 90 days.
//NOTE: If you use the _Key-Value_ *Asset Tag* filter and your environment has more that 1 million assets, the results will be inconclusive. Contact your Prisma Cloud Customer Success representative for more details.

You can view the *Asset Explorer* by selecting a filterable subset of assets from the Asset Inventory. You can then select an asset from the Explorer view to access the Asset Detail view. Vulnerability Severity displays assets with known software vulnerabilities of a specific severity while Alert Severity displays assets with open alerts of a specific severity. You can use the Column Picker to show or hide columns.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ The fix improves the scan process tolerance to errors during the retrieval of co
|*DESCRIPTION*
// CSPM AND CAS Known Issues

//*RLP-127621*
//Added post-24.1.2, related to PCSUP-20665, retain in KIs list till engg confirms
//On *Inventory > Assets*, if you filter based on the _Key-Value_ *Asset Tag* and your environment has more that 1 million assets, the results will be inconclusive.
//Contact your Prisma Cloud Customer Success representative for more details.

|*RLP-118360*
//Added in 24.1.2

Expand Down

0 comments on commit 8d4045f

Please sign in to comment.