mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-24 21:47:48 +02:00
fix import
This commit is contained in:
@@ -165,7 +165,21 @@ function add_sensor_to_minion() {
|
||||
echo " enabled: True" >> $PILLARFILE
|
||||
}
|
||||
|
||||
function createSTANDALONE() {
|
||||
function createEVAL() {
|
||||
add_elastic_to_minion
|
||||
add_sensor_to_minion
|
||||
}
|
||||
|
||||
function createIDHNODE() {
|
||||
echo "Nothing custom needed for IDH nodes"
|
||||
}
|
||||
|
||||
function createIMPORT() {
|
||||
add_elastic_to_minion
|
||||
add_sensor_to_minion
|
||||
}
|
||||
|
||||
function createHEAVYNODE() {
|
||||
add_elastic_to_minion
|
||||
add_sensor_to_minion
|
||||
}
|
||||
@@ -178,16 +192,6 @@ function createMASTERSEARCH() {
|
||||
add_elastic_to_minion
|
||||
}
|
||||
|
||||
function createHEAVYNODE() {
|
||||
add_elastic_to_minion
|
||||
add_sensor_to_minion
|
||||
}
|
||||
|
||||
function createEVAL() {
|
||||
add_elastic_to_minion
|
||||
add_sensor_to_minion
|
||||
}
|
||||
|
||||
function createSENSOR() {
|
||||
add_sensor_to_minion
|
||||
}
|
||||
@@ -196,8 +200,9 @@ function createSEARCHNODE() {
|
||||
add_elastic_to_minion
|
||||
}
|
||||
|
||||
function createIDHNODE() {
|
||||
echo "Nothing custom needed for IDH nodes"
|
||||
function createSTANDALONE() {
|
||||
add_elastic_to_minion
|
||||
add_sensor_to_minion
|
||||
}
|
||||
|
||||
function testConnection() {
|
||||
|
||||
Reference in New Issue
Block a user