45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
# Grafana datasources provisioning - All editable (readOnly: false)
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: InfluxDB
|
|
type: influxdb
|
|
access: proxy
|
|
url: http://docker-influxdb-1:8086
|
|
database: iot_data
|
|
user: admin
|
|
password: digitribe972
|
|
isDefault: true
|
|
readOnly: false
|
|
|
|
- name: FIWARE Orion
|
|
type: grafana-simple-json-datasource
|
|
access: proxy
|
|
url: http://fiware-gis-quickstart-orion-1:1026
|
|
jsonData:
|
|
queryURLTemplate: "/ngsi-ld/v1/entities?type={{type}}"
|
|
method: GET
|
|
readOnly: false
|
|
editable: true
|
|
|
|
- name: GeoServer WMS
|
|
type: wms-wfst
|
|
access: proxy
|
|
url: http://docker-geoserver-1:8080/geoserver
|
|
jsonData:
|
|
layers: "digital-twin:IoT_Sensors"
|
|
attributes: "data,location,timestamp"
|
|
featureServerURL: "http://docker-geoserver-1:8080/geoserver/wfs"
|
|
basicAuth: true
|
|
basicAuthUser: admin
|
|
basicAuthPassword: geoserver
|
|
readOnly: false
|
|
editable: true
|
|
|
|
- name: FROST-Server
|
|
type: grafana-simple-json-datasource
|
|
access: proxy
|
|
url: http://docker-frost-1:8080/FROST-Server/v1.1
|
|
readOnly: false
|
|
editable: true
|