mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-06 12:56:24 +01:00
Fix top file for minio
This commit is contained in:
10
salt/top.sls
10
salt/top.sls
@@ -142,7 +142,6 @@ base:
|
|||||||
- manager
|
- manager
|
||||||
- idstools
|
- idstools
|
||||||
- suricata.manager
|
- suricata.manager
|
||||||
- redis
|
|
||||||
{%- if FLEETMANAGER or FLEETNODE or PLAYBOOK != 0 %}
|
{%- if FLEETMANAGER or FLEETNODE or PLAYBOOK != 0 %}
|
||||||
- mysql
|
- mysql
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
@@ -151,6 +150,7 @@ base:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
- logstash
|
- logstash
|
||||||
- minio
|
- minio
|
||||||
|
- redis
|
||||||
- kibana
|
- kibana
|
||||||
- elastalert
|
- elastalert
|
||||||
- filebeat
|
- filebeat
|
||||||
@@ -159,6 +159,7 @@ base:
|
|||||||
{%- if FLEETMANAGER or FLEETNODE %}
|
{%- if FLEETMANAGER or FLEETNODE %}
|
||||||
- fleet
|
- fleet
|
||||||
- fleet.install_package
|
- fleet.install_package
|
||||||
|
- redis
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- soctopus
|
- soctopus
|
||||||
{%- if THEHIVE != 0 %}
|
{%- if THEHIVE != 0 %}
|
||||||
@@ -190,7 +191,6 @@ base:
|
|||||||
- idstools
|
- idstools
|
||||||
- suricata.manager
|
- suricata.manager
|
||||||
- healthcheck
|
- healthcheck
|
||||||
- redis
|
|
||||||
{%- if FLEETMANAGER or FLEETNODE or PLAYBOOK != 0 %}
|
{%- if FLEETMANAGER or FLEETNODE or PLAYBOOK != 0 %}
|
||||||
- mysql
|
- mysql
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
@@ -314,7 +314,7 @@ base:
|
|||||||
- manager
|
- manager
|
||||||
- idstools
|
- idstools
|
||||||
- suricata.manager
|
- suricata.manager
|
||||||
- redis
|
- minio
|
||||||
{%- if FLEETMANAGER or FLEETNODE or PLAYBOOK != 0 %}
|
{%- if FLEETMANAGER or FLEETNODE or PLAYBOOK != 0 %}
|
||||||
- mysql
|
- mysql
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
@@ -330,6 +330,7 @@ base:
|
|||||||
- schedule
|
- schedule
|
||||||
{%- if FLEETMANAGER or FLEETNODE %}
|
{%- if FLEETMANAGER or FLEETNODE %}
|
||||||
- fleet
|
- fleet
|
||||||
|
- redis
|
||||||
- fleet.install_package
|
- fleet.install_package
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- soctopus
|
- soctopus
|
||||||
@@ -353,7 +354,7 @@ base:
|
|||||||
- common
|
- common
|
||||||
- telegraf
|
- telegraf
|
||||||
- firewall
|
- firewall
|
||||||
- redis
|
- minio
|
||||||
{%- if WAZUH != 0 %}
|
{%- if WAZUH != 0 %}
|
||||||
- wazuh
|
- wazuh
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
@@ -362,6 +363,7 @@ base:
|
|||||||
- filebeat
|
- filebeat
|
||||||
{%- if FLEETMANAGER or FLEETNODE %}
|
{%- if FLEETMANAGER or FLEETNODE %}
|
||||||
- fleet.install_package
|
- fleet.install_package
|
||||||
|
- redis
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- pcap
|
- pcap
|
||||||
- suricata
|
- suricata
|
||||||
|
|||||||
Reference in New Issue
Block a user