Skip to content

Commit

Permalink
ThreatIntelManagement - rm incident per feed widget (#9133)
Browse files Browse the repository at this point in the history
* rm incident per feed widget

* fix rn to be in plural

* Update Packs/ThreatIntelligenceManagement/ReleaseNotes/1_0_1.md

Co-authored-by: Guy Lichtman <[email protected]>

* Minor formatting edit

Co-authored-by: Guy Lichtman <[email protected]>
Co-authored-by: Alex Fiedler <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2020
1 parent 4ea67a7 commit e627f84
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,59 +658,6 @@
"size": 0,
"category": ""
}
},
{
"id": "34a8d5e0-66e7-11ea-9204-9b2092cbe074",
"forceRange": false,
"x": 6,
"y": 2,
"i": "34a8d5e0-66e7-11ea-9204-9b2092cbe074",
"w": 6,
"h": 2,
"widget": {
"id": "incidentPerFeed",
"version": 7,
"modified": "2020-03-15T18:03:00.066866266Z",
"propagationLabels": [
"all"
],
"name": "Incidents Per Feed",
"dataType": "scripts",
"widgetType": "table",
"query": "ThreatIntelManagementGetIncidentsPerFeed",
"sort": null,
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
"toDate": "0001-01-01T00:00:00Z",
"period": {
"by": "",
"byTo": "",
"byFrom": "days",
"toValue": null,
"fromValue": null,
"field": ""
},
"fromDateLicense": "0001-01-01T00:00:00Z"
},
"params": {
"tableColumns": [
{
"isDefault": true,
"key": "Feed Name",
"position": 0,
"width": 382
},
{
"isDefault": true,
"key": "Number Of Incidents",
"position": 1
}
]
},
"size": 0,
"category": ""
}
}
],
"fromVersion": "5.5.0",
Expand Down
4 changes: 4 additions & 0 deletions Packs/ThreatIntelligenceManagement/ReleaseNotes/1_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Dashboards
##### Threat Intel Management
In order to optimize the dashboard performance, removed the **Incidents Per Feed** widget.
28 changes: 14 additions & 14 deletions Packs/ThreatIntelligenceManagement/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "Threat Intelligence Management",
"description": "Threat Intelligence Management Pack",
"support": "xsoar",
"currentVersion": "1.0.0",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
"created": "2020-03-10T08:37:18Z",
"categories": [
"Data Enrichment & Threat Intelligence"
],
"tags": [],
"useCases": [],
"keywords": []
"name": "Threat Intelligence Management",
"description": "Threat Intelligence Management Pack",
"support": "xsoar",
"currentVersion": "1.0.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
"created": "2020-03-10T08:37:18Z",
"categories": [
"Data Enrichment & Threat Intelligence"
],
"tags": [],
"useCases": [],
"keywords": []
}

0 comments on commit e627f84

Please sign in to comment.