Merge pull request #1185 from Security-Onion-Solutions/issue/1049

Issue/1049
This commit is contained in:
Josh Patterson
2020-08-14 14:55:14 -04:00
committed by GitHub
11 changed files with 30 additions and 4 deletions

View File

@@ -804,6 +804,7 @@ docker_seed_registry() {
"so-filebeat:$VERSION" \
"so-suricata:$VERSION" \
"so-soc:$VERSION" \
"so-steno:$VERSION" \
"so-elasticsearch:$VERSION" \
"so-kibana:$VERSION" \
"so-kratos:$VERSION" \

View File

@@ -577,7 +577,7 @@ fi
salt-call state.apply -l info elasticsearch >> $setup_log 2>&1
fi
if [[ $is_sensor ]]; then
if [[ $is_sensor || $is_import ]]; then
set_progress_str 65 "$(print_salt_state_apply 'pcap')"
salt-call state.apply -l info pcap >> $setup_log 2>&1
fi