forked from isabella232/block-gcp-audit-logs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarketplace.json
35 lines (34 loc) · 975 Bytes
/
marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"label": "GCP Audit Log Analysis",
"category_label": "Models",
"branding": {
"image_uri": "https://marketplace-api.looker.com/block-icons/google-cloud.png",
"tagline": "Looker’s GCP Audit Log Analysis Block provides a means for easily exploring and reporting and alerting on GCP audit log data."
},
"constants": {
"CONNECTION_NAME": {
"label": "Connection Name",
"value_constraint": "connection"
},
"DATASET_NAME": {
"label": "GCP Audit Logs Dataset Name"
},
"CONFIG_PROJECT_NAME": {
"label": "Config Project Name"
}
},
"models": [
{
"name": "block_gcp_audit_logs",
"connection_constant": "CONNECTION_NAME"
}
],
"auxiliary_projects": [
{
"git_uri": "git://github.com/looker/block-gcp-audit-logs-config.git",
"git_ref": "75c4bdac396de595c0e70910b14badbc34cb7270",
"label": "GCP Audit Logs Config",
"constant_name": "CONFIG_PROJECT_NAME"
}
]
}