mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Influx NO DNS Fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
{%- set MASTER = salt['pillar.get']('static:masterip', '') %}
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
|
|
||||||
deleteDatasources:
|
deleteDatasources:
|
||||||
@@ -9,7 +10,7 @@ datasources:
|
|||||||
type: influxdb
|
type: influxdb
|
||||||
access: proxy
|
access: proxy
|
||||||
database: telegraf
|
database: telegraf
|
||||||
url: https://{{ grains.master }}:8086
|
url: https://{{ MASTER }}:8086
|
||||||
jsonData:
|
jsonData:
|
||||||
tlsAuth: false
|
tlsAuth: false
|
||||||
tlsAuthWithCACert: false
|
tlsAuthWithCACert: false
|
||||||
|
|||||||
Reference in New Issue
Block a user