mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #12880 from Security-Onion-Solutions/issue/12878
set Suricata as default pcap engine for eval
This commit is contained in:
@@ -1330,6 +1330,10 @@ create_global() {
|
|||||||
echo " influxdb_host: '$HOSTNAME'" >> $global_pillar_file
|
echo " influxdb_host: '$HOSTNAME'" >> $global_pillar_file
|
||||||
echo " registry_host: '$HOSTNAME'" >> $global_pillar_file
|
echo " registry_host: '$HOSTNAME'" >> $global_pillar_file
|
||||||
echo " endgamehost: '$ENDGAMEHOST'" >> $global_pillar_file
|
echo " endgamehost: '$ENDGAMEHOST'" >> $global_pillar_file
|
||||||
|
|
||||||
|
if [ "$install_type" = 'EVAL' ]; then
|
||||||
|
echo " pcapengine: SURICATA" >> $global_pillar_file
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
create_sensoroni_pillar() {
|
create_sensoroni_pillar() {
|
||||||
|
|||||||
Reference in New Issue
Block a user