mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
16 lines
382 B
YAML
16 lines
382 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: InfluxDB
|
|
type: influxdb
|
|
access: proxy
|
|
url: http://influxdb:8086
|
|
isDefault: true
|
|
jsonData:
|
|
version: Flux
|
|
organization: telegraf
|
|
defaultBucket: telegraf-bucket
|
|
tlsSkipVerify: true
|
|
secureJsonData:
|
|
token: t3S9_jBwHAUNwB4J_SD6p_hjBKmtFsrE1pKlx8CIm2vOkIV46-TrtmAncHzg9yHB6xIoqkvJRxWD_UiDjd_wnw==
|