mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 11:12:51 +01:00
import or eval should get updated
This commit is contained in:
@@ -611,7 +611,7 @@ post_to_2.4.180() {
|
|||||||
|
|
||||||
post_to_2.4.190() {
|
post_to_2.4.190() {
|
||||||
# Only need to update import / eval nodes
|
# Only need to update import / eval nodes
|
||||||
if [[ "$MINIONID" =~ "_import" ]] || [[ ! "$MINIONID" =~ "_eval" ]]; then
|
if [[ "$MINIONID" =~ "_import" ]] || [[ "$MINIONID" =~ "_eval" ]]; then
|
||||||
update_import_fleet_output
|
update_import_fleet_output
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user