15 lines
281 B
YAML
15 lines
281 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: InfluxDB
|
|
type: influxdb
|
|
access: proxy
|
|
url: http://influxdb:8086
|
|
isDefault: true
|
|
jsonData:
|
|
version: Flux
|
|
organization: my-org
|
|
defaultBucket: telegraf-bucket
|
|
secureJsonData:
|
|
token: my-secret-token
|