Skip to content

Commit

Permalink
PrismaCloud V2 dashboard update (demisto#35106) (demisto#35369)
Browse files Browse the repository at this point in the history
* prismaCloud dashboard update

adding sourcebrand for prismacloud v2 to the dashboard to include incidents from that integration.

* Update 4_3_7.md

updating to catch the syntax issues in release notes

* Update 4_3_7.md

updated release notes

* Update 4_3_7.md

release notes update

* Update Packs/PrismaCloud/ReleaseNotes/4_3_7.md



---------

Co-authored-by: epartington <[email protected]>
Co-authored-by: Sasha Sokolovich <[email protected]>
Co-authored-by: samuelFain <[email protected]>
  • Loading branch information
4 people authored and xsoar-bot committed Sep 10, 2024
1 parent 55507b2 commit e111a00
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
1 change: 1 addition & 0 deletions Packs/PrismaCloud/CONTRIBUTORS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["Eric Partington"]
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prevName": "Active Incidents - Line chart",
"dataType": "incidents",
"widgetType": "line",
"query": "-category:job sourceBrand:RedLock",
"query": "-category:job (sourceBrand:RedLock or sourceBrand:\"PrismaCloud v2\")",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
Expand Down Expand Up @@ -99,7 +99,7 @@
"prevName": "Active Incidents - Line chart",
"dataType": "incidents",
"widgetType": "bar",
"query": "-category:job sourceBrand:RedLock",
"query": "-category:job (sourceBrand:RedLock or sourceBrand:\"PrismaCloud v2\")",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
Expand Down Expand Up @@ -155,7 +155,7 @@
"prevName": "Active Incidents - Line chart",
"dataType": "incidents",
"widgetType": "pie",
"query": "-category:job sourceBrand:RedLock",
"query": "-category:job (sourceBrand:RedLock or sourceBrand:\"PrismaCloud v2\")",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
Expand Down Expand Up @@ -210,7 +210,7 @@
"prevName": "Active Incidents - Line chart",
"dataType": "incidents",
"widgetType": "column",
"query": "-category:job sourceBrand:RedLock",
"query": "-category:job (sourceBrand:RedLock or sourceBrand:\"PrismaCloud v2\")",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
Expand Down Expand Up @@ -266,7 +266,7 @@
"prevName": "Active Incidents - Line chart",
"dataType": "incidents",
"widgetType": "pie",
"query": "-category:job sourceBrand:RedLock",
"query": "-category:job (sourceBrand:RedLock or sourceBrand:\"PrismaCloud v2\")",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
Expand Down Expand Up @@ -321,7 +321,7 @@
"prevName": "Active Incidents - Line chart",
"dataType": "incidents",
"widgetType": "pie",
"query": "-category:job sourceBrand:RedLock",
"query": "-category:job (sourceBrand:RedLock or sourceBrand:\"PrismaCloud v2\")",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
Expand Down
6 changes: 2 additions & 4 deletions Packs/PrismaCloud/Integrations/PrismaCloudV2/PrismaCloudV2.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import demistomock as demisto # noqa: F401
from CommonServerPython import * # noqa: F401
from copy import deepcopy

import json

from CommonServerPython import * # noqa: F401
import demistomock as demisto # noqa: F401

''' CONSTANTS '''

Expand Down
12 changes: 12 additions & 0 deletions Packs/PrismaCloud/ReleaseNotes/4_3_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#### Dashboards

##### Prisma Cloud Incidents

- Updated the Dashboard to include current sourceBrand name of PrismaCloud v2.

#### Integrations

##### Prisma Cloud v2

- Internal improvements.

2 changes: 1 addition & 1 deletion Packs/PrismaCloud/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Prisma Cloud by Palo Alto Networks",
"description": "Automate and unify security incident response across your cloud environments, while still giving a degree of control to dedicated cloud teams.",
"support": "xsoar",
"currentVersion": "4.3.6",
"currentVersion": "4.3.7",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit e111a00

Please sign in to comment.