Grafana: Fix GeoServer + Orion-LD datasources (readOnly: false)

This commit is contained in:
Eric FELIXINE
2026-05-04 20:38:06 -04:00
parent 87238cb5df
commit d1ce116430

View File

@@ -1,19 +1,25 @@
# 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
@@ -27,12 +33,12 @@ datasources:
basicAuth: true basicAuth: true
basicAuthUser: admin basicAuthUser: admin
basicAuthPassword: geoserver basicAuthPassword: geoserver
readOnly: false
editable: true
- name: FIWARE Orion - 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}}"
method: GET
editable: true editable: true