Files
securityonion/salt/grafana/etc/datasources/influxdb.yaml

19 lines
366 B
YAML

{%- set MANAGER = salt['pillar.get']('static:managerip', '') %}
apiVersion: 1
deleteDatasources:
- name: Graphite
orgId: 1
datasources:
- name: InfluxDB
type: influxdb
access: proxy
database: telegraf
url: https://{{ MANAGER }}:8086
jsonData:
tlsAuth: false
tlsAuthWithCACert: false
tlsSkipVerify: true
version: 1