Merge pull request #3828 from Security-Onion-Solutions/kilo

Do not set influxdb hostUrl if import node since import nodes don't r…
This commit is contained in:
Mike Reeves
2021-04-09 21:43:25 -04:00
committed by GitHub

View File

@@ -54,7 +54,11 @@
"verifyCert": false
},
"influxdb": {
{%- if grains['role'] in ['so-import'] %}
"hostUrl": "",
{%- else %}
"hostUrl": "https://{{ MANAGERIP }}:8086",
{%- endif %}
"token": "",
"org": "",
"bucket": "telegraf",