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