mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
removing old search node logic and managersensor from salt top
This commit is contained in:
56
salt/top.sls
56
salt/top.sls
@@ -292,47 +292,6 @@ base:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
- docker_clean
|
- docker_clean
|
||||||
|
|
||||||
# Search node logic
|
|
||||||
|
|
||||||
'*_node and I@node:node_type:parser and G@saltversion:{{saltversion}}':
|
|
||||||
- match: compound
|
|
||||||
- firewall
|
|
||||||
{%- if LOGSTASH %}
|
|
||||||
- logstash
|
|
||||||
{%- endif %}
|
|
||||||
{%- if FLEETMANAGER or FLEETNODE %}
|
|
||||||
- fleet.install_package
|
|
||||||
{%- endif %}
|
|
||||||
- schedule
|
|
||||||
- docker_clean
|
|
||||||
|
|
||||||
'*_node and I@node:node_type:hot and G@saltversion:{{saltversion}}':
|
|
||||||
- match: compound
|
|
||||||
- firewall
|
|
||||||
{%- if LOGSTASH %}
|
|
||||||
- logstash
|
|
||||||
{%- endif %}
|
|
||||||
{%- if CURATOR %}
|
|
||||||
- curator
|
|
||||||
{%- endif %}
|
|
||||||
{%- if FLEETMANAGER or FLEETNODE %}
|
|
||||||
- fleet.install_package
|
|
||||||
{%- endif %}
|
|
||||||
- schedule
|
|
||||||
- docker_clean
|
|
||||||
|
|
||||||
'*_node and I@node:node_type:warm and G@saltversion:{{saltversion}}':
|
|
||||||
- match: compound
|
|
||||||
- firewall
|
|
||||||
{%- if ELASTICSEARCH %}
|
|
||||||
- elasticsearch
|
|
||||||
{%- endif %}
|
|
||||||
{%- if FLEETMANAGER or FLEETNODE %}
|
|
||||||
- fleet.install_package
|
|
||||||
{%- endif %}
|
|
||||||
- schedule
|
|
||||||
- docker_clean
|
|
||||||
|
|
||||||
'*_searchnode and G@saltversion:{{saltversion}}':
|
'*_searchnode and G@saltversion:{{saltversion}}':
|
||||||
- match: compound
|
- match: compound
|
||||||
- ca
|
- ca
|
||||||
@@ -361,21 +320,6 @@ base:
|
|||||||
- schedule
|
- schedule
|
||||||
- docker_clean
|
- docker_clean
|
||||||
|
|
||||||
'*_managersensor and G@saltversion:{{saltversion}}':
|
|
||||||
- match: compound
|
|
||||||
- nginx
|
|
||||||
- telegraf
|
|
||||||
- influxdb
|
|
||||||
- grafana
|
|
||||||
- firewall
|
|
||||||
- sensor
|
|
||||||
- manager
|
|
||||||
{%- if FLEETMANAGER or FLEETNODE %}
|
|
||||||
- fleet.install_package
|
|
||||||
{%- endif %}
|
|
||||||
- schedule
|
|
||||||
- docker_clean
|
|
||||||
|
|
||||||
'*_managersearch and G@saltversion:{{saltversion}}':
|
'*_managersearch and G@saltversion:{{saltversion}}':
|
||||||
- match: compound
|
- match: compound
|
||||||
- salt.master
|
- salt.master
|
||||||
|
|||||||
Reference in New Issue
Block a user