mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-24 07:55:33 +01:00
Rename Storage to Search Nodes
This commit is contained in:
@@ -17,13 +17,13 @@ providers:
|
||||
editable: true
|
||||
options:
|
||||
path: /etc/grafana/grafana_dashboards/forward_nodes
|
||||
- name: 'Storage Nodes'
|
||||
folder: 'Storage Nodes'
|
||||
- name: 'Search Nodes'
|
||||
folder: 'Search Nodes'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
options:
|
||||
path: /etc/grafana/grafana_dashboards/storage_nodes
|
||||
path: /etc/grafana/grafana_dashboards/search_nodes
|
||||
{%- else %}
|
||||
- name: 'Security Onion'
|
||||
folder: 'Eval Mode'
|
||||
|
||||
@@ -410,9 +410,9 @@ enable_forwardnode_sensoroni_9822_{{ip}}:
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% for ip in pillar.get('storage_nodes') %}
|
||||
{% for ip in pillar.get('ssearch_nodes') %}
|
||||
|
||||
enable_storagenode_redis_6379_{{ip}}:
|
||||
enable_searchnode_redis_6379_{{ip}}:
|
||||
iptables.insert:
|
||||
- table: filter
|
||||
- chain: DOCKER-USER
|
||||
@@ -583,7 +583,7 @@ enable_standard_analyst_443_{{ip}}:
|
||||
|
||||
{% endif %}
|
||||
|
||||
# Rules if you are a Storage Node
|
||||
# Rules if you are a Node
|
||||
{% if grains['role'] == 'so-node' %}
|
||||
|
||||
#This should be more granular
|
||||
|
||||
Reference in New Issue
Block a user