Files
securityonion/salt/grafana/etc/datasources/influxdb.yaml
2022-10-11 11:57:15 -04:00

18 lines
313 B
YAML

apiVersion: 1
deleteDatasources:
- name: Graphite
orgId: 1
datasources:
- name: InfluxDB
type: influxdb
access: proxy
database: telegraf
url: https://{{ GLOBALS.manager_ip }}:8086
jsonData:
tlsAuth: false
tlsAuthWithCACert: false
tlsSkipVerify: true
version: 1