mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
18 lines
316 B
YAML
18 lines
316 B
YAML
apiVersion: 1
|
|
|
|
deleteDatasources:
|
|
- name: Graphite
|
|
orgId: 1
|
|
|
|
datasources:
|
|
- name: InfluxDB
|
|
type: influxdb
|
|
access: proxy
|
|
database: telegraf
|
|
url: https://{{ GLOBALS.influxdb_host }}:8086
|
|
jsonData:
|
|
tlsAuth: false
|
|
tlsAuthWithCACert: false
|
|
tlsSkipVerify: true
|
|
version: 1
|