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

Added new pack: Email Hippo #31167

Merged
merged 33 commits into from Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
868517a
new pack
ilappe Nov 28, 2023
7cad22c
Apply suggestions from code review - part 1
ilappe Nov 28, 2023
6591a05
Apply suggestions from code review - part 2
ilappe Nov 28, 2023
5befd80
Apply suggestions from code review - part 3
ilappe Nov 28, 2023
5bded15
Update Packs/EmailHippo/Integrations/EmailHippo/README.md
ilappe Nov 28, 2023
57a3a89
Update Packs/EmailHippo/Integrations/EmailHippo/README.md
ilappe Nov 28, 2023
afb3847
A stricter test
ilappe Nov 29, 2023
a451ebc
RN for CommonDashboards
ilappe Nov 29, 2023
e8ff5fc
test playbook
ilappe Nov 29, 2023
ee17524
Merge branch 'ilappe/CIAC-6673/hippo_email' of https://github.com/dem…
ilappe Nov 29, 2023
d79ebf1
Merge branch 'master' of https://github.com/demisto/content into ilap…
ilappe Nov 29, 2023
6639dc6
pack readme
ilappe Nov 29, 2023
d2f3564
update pack_metadata
ilappe Nov 29, 2023
7dc1284
Update Packs/EmailHippo/README.md
ilappe Nov 29, 2023
7c28b4d
Merge branch 'master' of https://github.com/demisto/content into ilap…
ilappe Nov 29, 2023
2581207
fix test fail
ilappe Nov 29, 2023
69719c6
Merge branch 'ilappe/CIAC-6673/hippo_email' of https://github.com/dem…
ilappe Nov 29, 2023
5ec9936
Merge branch 'master' of https://github.com/demisto/content into ilap…
ilappe Nov 29, 2023
3c77133
compare dict
ilappe Nov 30, 2023
221ffcd
Update Packs/EmailHippo/Integrations/EmailHippo/EmailHippo.yml
ilappe Dec 5, 2023
00bd69c
Update EmailHippo.yml
ilappe Dec 5, 2023
6df9046
Update EmailHippo.yml
ilappe Dec 5, 2023
e98a41a
Merge branch 'ilappe/CIAC-6673/hippo_email' of https://github.com/dem…
ilappe Dec 11, 2023
08d2db8
Revert "compare dict"
ilappe Dec 11, 2023
9ec7a88
update docker
ilappe Dec 11, 2023
9cb16ce
Merge branch 'master' into ilappe/CIAC-6673/hippo_email
ilappe Dec 11, 2023
eb3b052
add no cover
ilappe Dec 11, 2023
d7e8cfb
Merge branch 'ilappe/CIAC-6673/hippo_email' of https://github.com/dem…
ilappe Dec 11, 2023
d4f742f
fix CR
ilappe Dec 17, 2023
7e2438f
Merge branch 'master' of https://github.com/demisto/content into ilap…
ilappe Dec 17, 2023
639867e
update the image
ilappe Dec 17, 2023
21856ea
fix pre commit
ilappe Dec 18, 2023
9c1c68f
Merge branch 'master' into ilappe/CIAC-6673/hippo_email
ilappe Dec 18, 2023
File filter

Filter by extension

Filter by extension

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