mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-20 06:05:01 +01:00
Setup Script - Change top file
This commit is contained in:
17
salt/top.sls
17
salt/top.sls
@@ -8,11 +8,22 @@ base:
|
||||
- bro
|
||||
- filebeat
|
||||
|
||||
'G@role:eval':
|
||||
'G@role:so-eval':
|
||||
- ca
|
||||
- ssl
|
||||
- common
|
||||
- sensor
|
||||
- firewall
|
||||
- master
|
||||
- eval
|
||||
- idstools
|
||||
- redis
|
||||
- elasticsearch
|
||||
- logstash
|
||||
- kibana
|
||||
- utility
|
||||
- pcap
|
||||
- suricata
|
||||
- bro
|
||||
|
||||
|
||||
'G@role:so-master':
|
||||
- ca
|
||||
|
||||
@@ -1253,13 +1253,26 @@ if (whiptail_you_sure); then
|
||||
#######################
|
||||
|
||||
if [ $INSTALLTYPE == 'EVALMODE' ]; then
|
||||
# Select the management NIC
|
||||
whiptail_management_nic
|
||||
|
||||
# Filter out the management NIC
|
||||
filter_nics
|
||||
|
||||
# Select which NICs are in the bond
|
||||
whiptail_bond_nics
|
||||
|
||||
# Set Management Server - Fix This
|
||||
whiptail_management_server
|
||||
|
||||
# Set the NIDS to suricata
|
||||
whiptail_nids
|
||||
|
||||
whiptail_bro_version
|
||||
whiptail_sensor_config
|
||||
# Set a bunch of stuff since this is eval
|
||||
es_heapsize
|
||||
ls_heapsize
|
||||
NODE_ES_HEAP_SIZE=$ES_HEAP_SIZE
|
||||
NODE_LS_HEAP_SIZE=$LS_HEAP_SIZE
|
||||
LSPIPELINEWORKERS=1
|
||||
|
||||
Reference in New Issue
Block a user