-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig-cloud-gateway.json
30 lines (30 loc) · 1.05 KB
/
config-cloud-gateway.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
{
"blocks": {
"time_series_sender": {
"type": "timeseries",
"config": {
"log_name": "time_series_sender",
"log_level": "debug",
"mqtt": {
"transport_addr": "mqtt-tcp://predix-edge-broker",
"qos": 0,
"client_id": "time_series_sender_mqtt_client",
"topics": [
"timeseries_data"
]
},
"store_forward": {
"policy": "store_always",
"max_store_percent": 15,
"max_batch_interval": 1000
},
"timeseries": {
"transport_addr": "wss://gateway-predix-data-services.run.aws-usw02-pr.ice.predix.io/v1/stream/messages",
"predix_zone_id": "your-predix-zone-id",
"token_file": "/edge-agent/access_token",
"proxy_url": "$https_proxy"
}
}
}
}
}