Skip to content

Commit

Permalink
Merge pull request #6160 from wazuh/6148_update_Windows_service_name
Browse files Browse the repository at this point in the history
Update Windows service name
  • Loading branch information
javimed authored Jun 13, 2023
2 parents 97872a8 + 7818225 commit 0c6ca23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/cloud-service/your-environment/send-syslog-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ Use Logstash on a Windows host with a Wazuh agent to receive syslog, log to a fi

.. code-block:: console
Restart-Service WazuhSvc
Restart-Service Wazuh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The agent runs on the endpoint you want to monitor and communicates with the Waz

.. code-block:: none
NET START WazuhSvc
NET START Wazuh
Once started, the Wazuh agent will start the enrollment process and register with the manager.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ System administrators use PowerShell to configure systems. Standard users utiliz

.. code-block:: console
> NET STOP WazuhSvc
> NET START WazuhSvc
> NET STOP Wazuh
> NET START Wazuh
#. On your Wazuh dashboard, navigate to the SCA tab and select the Windows endpoint to view the results of the custom SCA check you have created.

Expand Down

0 comments on commit 0c6ca23

Please sign in to comment.