You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
Dear Wazuh Team,
What is correct way/Order to restart the Wazuh core services -ie Kibana, Wazuh-Manager and elasticsearch services?
Because there are several conditions where we are required to restart these services in-order to resolve these issues...
Francis Timilehin Jeremiah
unread,
Apr 17, 2023, 3:16:48 AM4/17/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
Hello John,
The recommended way to interact with Wazuh core services is by using the systemctl or service commands (depending on your OS). For example: `systemctl restart wazuh-manager`
`service wazuh-manager restart`
I wouldn't say there is an order of restarting services but I will say that It is required to restart services when changes are made to their configuration files. We also have the wazuh-control tool that can be used to start and stop some other Wazuh services. https://documentation.wazuh.com/current/user-manual/reference/tools/wazuh-control.html I hope this helps!