mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update so-minion
This commit is contained in:
@@ -206,6 +206,9 @@ function add_sensor_to_minion() {
|
||||
echo " enabled: True" >> $PILLARFILE
|
||||
}
|
||||
|
||||
function apply_ES_state() {
|
||||
salt-call state.apply elasticsearch --queue=True
|
||||
}
|
||||
function createEVAL() {
|
||||
add_elastic_to_minion
|
||||
add_logstash_to_minion
|
||||
@@ -245,6 +248,7 @@ function createSENSOR() {
|
||||
function createSEARCHNODE() {
|
||||
add_elastic_to_minion
|
||||
add_logstash_to_minion
|
||||
applyElasticState
|
||||
}
|
||||
|
||||
function createSTANDALONE() {
|
||||
|
||||
Reference in New Issue
Block a user