mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
19 lines
366 B
YAML
19 lines
366 B
YAML
{%- set MANAGER = salt['pillar.get']('global: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
|