Skip to content

Commit

Permalink
Added new pack: Email Hippo (#31167)
Browse files Browse the repository at this point in the history
* new pack

* Apply suggestions from code review - part 1

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Apply suggestions from code review - part 2

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Apply suggestions from code review - part 3

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/EmailHippo/Integrations/EmailHippo/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/EmailHippo/Integrations/EmailHippo/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* A stricter test

* RN for CommonDashboards

* test playbook

* pack readme

* update pack_metadata

* Update Packs/EmailHippo/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* fix test fail

* compare dict

* Update Packs/EmailHippo/Integrations/EmailHippo/EmailHippo.yml

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Update EmailHippo.yml

* Update EmailHippo.yml

* Revert "compare dict"

This reverts commit 3c77133.

* update docker

* add no cover

* fix CR

* update the image

* fix pre commit

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
  • Loading branch information
3 people committed Dec 18, 2023
1 parent ae29a2f commit cedd926
Show file tree
Hide file tree
Showing 18 changed files with 2,293 additions and 2 deletions.
110 changes: 109 additions & 1 deletion Packs/CommonDashboards/Dashboards/dashboard-APIExecutionMetrics.json
Expand Up @@ -1026,7 +1026,115 @@
},
"x": 0,
"y": 8
}
},
{
"id": "9e8acc20-8d3a-11ee-a736-df621984533b",
"forceRange": false,
"x": 8,
"y": 9,
"i": "9e8acc20-8d3a-11ee-a736-df621984533b",
"w": 4,
"h": 3,
"widget": {
"id": "API Call Results for Email Hippo",
"version": 1,
"cacheVersn": 0,
"modified": "2022-10-30T12:01:15.237569307+02:00",
"packID": "",
"packName": "",
"itemVersion": "",
"fromServerVersion": "",
"toServerVersion": "",
"propagationLabels": [
"all"
],
"definitionId": "",
"vcShouldIgnore": false,
"vcShouldKeepItemLegacyProdMachine": false,
"commitMessage": "",
"shouldCommit": false,
"Cache": null,
"name": "API Call Results for Email Hippo",
"prevName": "API Call Results for Email Hippo",
"dataType": "metrics",
"widgetType": "line",
"query": "type:integration and instance:\"Email Hippo_instance_1\"",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
"toDate": "0001-01-01T00:00:00Z",
"period": {
"by": "",
"byTo": "days",
"byFrom": "hours",
"toValue": 0,
"fromValue": 3,
"field": ""
},
"fromDateLicense": "0001-01-01T00:00:00Z"
},
"params": {
"customGroupBy": [
null,
{
" Success": {
"conditions": [
[
{
"field": "apiResponseType",
"operator": "isEqualCaseString",
"right": "Successful",
"type": "string"
}
]
],
"name": " Success"
},
"General Error": {
"conditions": [
[
{
"field": "apiResponseType",
"operator": "isEqualCaseString",
"right": "GeneralError",
"type": "string"
}
]
],
"name": "General Error"
},
"Quota Error": {
"conditions": [
[
{
"field": "apiResponseType",
"operator": "isEqualCaseString",
"right": "QuotaError",
"type": "string"
}
]
],
"name": "Quota Error"
}
}
],
"groupBy": [
"modified(h)",
"apiResponseType"
],
"keys": [
"sum|totalAPICalls"
],
"referenceLine": {},
"timeFrame": "hours",
"valuesFormat": "abbreviated",
"xAxisLabel": "Time",
"yAxisLabel": "Request Counts"
},
"category": ""
},
"reflectDimensions": true
}
],
"fromVersion": "6.8.0",
"description": "",
Expand Down
6 changes: 6 additions & 0 deletions Packs/CommonDashboards/ReleaseNotes/1_3_8.md
@@ -0,0 +1,6 @@

#### Dashboards

##### API Execution Metrics

- Added the Email Hippo widget.
2 changes: 1 addition & 1 deletion Packs/CommonDashboards/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Common Dashboards",
"description": "Frequently used dashboards pack.",
"support": "xsoar",
"currentVersion": "1.3.7",
"currentVersion": "1.3.8",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Empty file added Packs/EmailHippo/.pack-ignore
Empty file.
2 changes: 2 additions & 0 deletions Packs/EmailHippo/.secrets-ignore
@@ -0,0 +1,2 @@
https://api.hippoapi.com
https://api.whoishippo.com

0 comments on commit cedd926

Please sign in to comment.