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