mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge branch 'dev' of https://github.com/Security-Onion-Solutions/securityonion into soup_salt_repo
This commit is contained in:
@@ -442,9 +442,6 @@ post_to_2.3.60() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_to_2.3.90() {
|
post_to_2.3.90() {
|
||||||
# Do Kibana dashboard things
|
|
||||||
salt-call state.apply kibana.so_savedobjects_defaults queue=True
|
|
||||||
|
|
||||||
# Create FleetDM service account
|
# Create FleetDM service account
|
||||||
FLEET_MANAGER=$(lookup_pillar fleet_manager)
|
FLEET_MANAGER=$(lookup_pillar fleet_manager)
|
||||||
if [[ "$FLEET_MANAGER" == "True" ]]; then
|
if [[ "$FLEET_MANAGER" == "True" ]]; then
|
||||||
@@ -468,7 +465,9 @@ post_to_2.3.90() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_to_2.3.100() {
|
post_to_2.3.100() {
|
||||||
echo "Post Processing for .100"
|
echo "Post Processing for 2.3.100"
|
||||||
|
echo "Updating Kibana dashboards"
|
||||||
|
salt-call state.apply kibana.so_savedobjects_defaults queue=True
|
||||||
}
|
}
|
||||||
|
|
||||||
stop_salt_master() {
|
stop_salt_master() {
|
||||||
|
|||||||
Reference in New Issue
Block a user