Skip to content

Commit 02e5f10

Browse files
authored
[SAASINT-4566] GA + add dataflows to ZeroFox (DataDog#24063)
* GA + dataflows * add account config * fix typo * fix comments
1 parent 8b821fc commit 02e5f10

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"supported_auth_methods": [],
3+
"additional_config_fields": [
4+
{
5+
"text": {},
6+
"key": "username",
7+
"label": "Username",
8+
"help": "ZeroFox Username.",
9+
"editable": true,
10+
"required": true
11+
},
12+
{
13+
"password": {},
14+
"key": "password",
15+
"label": "password",
16+
"help": "ZeroFox Password.",
17+
"editable": true,
18+
"required": true
19+
}
20+
],
21+
"dataflow_config": [
22+
{
23+
"dataflow_id": "zerofox-cloud-platform-logs",
24+
"additional_config_fields": []
25+
}
26+
]
27+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
provides:
2+
- id: zerofox-cloud-platform-logs
3+
always_on: true
4+
granular: true
5+
data_type: logs
6+
direction: inbound

zerofox_cloud_platform/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"app_uuid": "c00f61a4-82bf-47d9-a15c-f498c3a83be0",
44
"app_id": "zerofox-cloud-platform",
55
"owner": "saas-integrations",
6-
"display_on_public_website": false,
6+
"display_on_public_website": true,
77
"tile": {
88
"overview": "README.md#Overview",
99
"configuration": "README.md#Setup",
@@ -58,4 +58,4 @@
5858
"homepage": "https://www.datadoghq.com",
5959
"sales_email": "info@datadoghq.com"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)