mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
point to new location
This commit is contained in:
@@ -839,8 +839,8 @@
|
||||
{% endif %}
|
||||
{% if grains.role in ['so-manager', 'so-managersearch', 'so-standalone', 'so-eval'] %}
|
||||
[[inputs.file]]
|
||||
files = ["/opt/so/conf/telegraf/node_tab.json"]
|
||||
name_override = "node_config"
|
||||
files = ["/host/opt/so/conf/telegraf/nodes_config.json"]
|
||||
name_override = "nodes_config"
|
||||
data_format = "json"
|
||||
interval = "5m"
|
||||
{% endif %}
|
||||
|
||||
@@ -47,8 +47,8 @@ tgrafconf:
|
||||
# into influx so that grafan can build dashboards using queries
|
||||
node_tab:
|
||||
file.managed:
|
||||
- name: /opt/so/conf/telegraf/node_tab.json
|
||||
- source: salt://telegraf/node_tab.json.jinja
|
||||
- name: /opt/so/conf/telegraf/nodes_config.json
|
||||
- source: salt://telegraf/nodes_config.json.jinja
|
||||
- template: jinja
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user