Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrismaCloud V2 dashboard update #35369

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading