Merge pull request #11678 from Security-Onion-Solutions/2.4/fleetreset

Add Elastic Fleet reset script
This commit is contained in:
Josh Brower
2023-11-02 11:33:58 -04:00
committed by GitHub
4 changed files with 100 additions and 2 deletions

View File

@@ -551,6 +551,10 @@ set_version() {
fi
}
status () {
printf "\n=========================================================================\n$(date) | $1\n=========================================================================\n"
}
systemctl_func() {
local action=$1
local echo_action=$1