How to so-wazuh-stop and keep it from restarting #2967
-
I figured out that this error goes away if I shut down Wazuh and re-index (there is no longer a type conflict). ======================================================================================== which does import it but breaks. The field is "text" in the securityonion:so-ossec-2021.##.## file Will forwarding these logs directly from Winlogbeat help of is this an Elasticsearch mapping issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Are you asking how to completely disable Wazuh? Edit Minion.sls files are located on the Manager in The Salt system is supposed to refresh automatically every 15 minutes, but I've found that it doesn't disable things like it's supposed to, so you can manually refresh salt with this command. To see status of all the nodes in your Grid |
Beta Was this translation helpful? Give feedback.
-
Tried it. It still starts :( |
Beta Was this translation helpful? Give feedback.
-
To disable Wazuh, you will need to edit With that change, all we did was tell Salt to not run the Wazuh state which will prevent the container from starting. Now, all that needs to be done is |
Beta Was this translation helpful? Give feedback.
To disable Wazuh, you will need to edit
/opt/so/saltstack/local/pillar/global.sls
. Underglobal:
in the file, changewazuh: 1
towazuh: 0
. Save and quit the file.With that change, all we did was tell Salt to not run the Wazuh state which will prevent the container from starting. Now, all that needs to be done is
docker stop so-wazuh
on all your nodes to stop Wazuh and comment out (or remove) so-wazuh from/opt/so/conf/so-status/so-status.conf
. If it is commented out, so-status will show so-wazuh as disabled. If you remove it, it won't show at all in so-status.