Grafana: Fix GeoServer + Orion-LD datasources (readOnly: false)
This commit is contained in:
@@ -1,21 +1,27 @@
|
|||||||
# Grafana datasources configuration
|
# Grafana datasources provisioning - All editable (readOnly: false)
|
||||||
|
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
|
|
||||||
datasources:
|
datasources:
|
||||||
- name: InfluxDB
|
- name: InfluxDB
|
||||||
type: influxdb
|
type: influxdb
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://influxdb:8086
|
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:
|
jsonData:
|
||||||
version: Flux
|
queryURLTemplate: "/ngsi-ld/v1/entities?type={{type}}"
|
||||||
organization: digitribe
|
method: GET
|
||||||
defaultBucket: iot_data
|
readOnly: false
|
||||||
tlsSkipVerify: true
|
|
||||||
secureJsonData:
|
|
||||||
token: my-super-secret-admin-token
|
|
||||||
editable: true
|
editable: true
|
||||||
|
|
||||||
- name: GeoServer WMS
|
- name: GeoServer WMS
|
||||||
type: wms-wfst
|
type: wms-wfst
|
||||||
access: proxy
|
access: proxy
|
||||||
@@ -27,12 +33,12 @@ datasources:
|
|||||||
basicAuth: true
|
basicAuth: true
|
||||||
basicAuthUser: admin
|
basicAuthUser: admin
|
||||||
basicAuthPassword: geoserver
|
basicAuthPassword: geoserver
|
||||||
|
readOnly: false
|
||||||
- name: FIWARE Orion
|
editable: true
|
||||||
|
|
||||||
|
- name: FROST-Server
|
||||||
type: grafana-simple-json-datasource
|
type: grafana-simple-json-datasource
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://fiware-gis-quickstart-orion-1:1026
|
url: http://docker-frost-1:8080/FROST-Server/v1.1
|
||||||
jsonData:
|
readOnly: false
|
||||||
queryURLTemplate: "/ngsi-ld/v1/entities?type={{type}}"
|
editable: true
|
||||||
method: GET
|
|
||||||
editable: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user