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