mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
19 lines
363 B
YAML
19 lines
363 B
YAML
{%- set MASTER = salt['pillar.get']('static:masterip', '') %}
|
|
apiVersion: 1
|
|
|
|
deleteDatasources:
|
|
- name: Graphite
|
|
orgId: 1
|
|
|
|
datasources:
|
|
- name: InfluxDB
|
|
type: influxdb
|
|
access: proxy
|
|
database: telegraf
|
|
url: https://{{ MASTER }}:8086
|
|
jsonData:
|
|
tlsAuth: false
|
|
tlsAuthWithCACert: false
|
|
tlsSkipVerify: true
|
|
version: 1
|