forked from looker-open-source/block-cloud-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
31 lines (29 loc) · 805 Bytes
/
marketplace.json
File metadata and controls
31 lines (29 loc) · 805 Bytes
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
{
"label": "Cloud Logging - Log Analytics",
"category_label": "Models",
"branding": {
"image_uri": "https://marketplace-api.looker.com/block-icons/logging-icon.png",
"tagline": "Explore, report, and alert on your logs stored in Google Cloud Logging’s Log Analytics including application logs, Cloud Audit logs and network logs."
},
"constants": {
"CONNECTION_NAME": {
"label": "Connection Name",
"value_constraint": "connection"
},
"PROJECT_ID": {
"label": "BigQuery Project ID"
},
"DATASET_ID": {
"label": "BigQuery Dataset ID"
},
"LOG_TABLE_NAME": {
"label": "Log Table Name"
}
},
"models": [
{
"name": "cloud_logging",
"connection_constant": "CONNECTION_NAME"
}
]
}