Rename Storage to Search Nodes

This commit is contained in:
Mike Reeves
2019-12-17 13:43:37 -05:00
parent d66eca1db4
commit efd641f0df
7 changed files with 21 additions and 20 deletions

View File

@@ -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'

View File

@@ -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