Setup Script - Change top file

This commit is contained in:
Mike Reeves
2018-10-30 13:25:21 -04:00
parent ce372b939a
commit 2621780628
2 changed files with 27 additions and 3 deletions

View File

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

View File

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