You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
21
21
-**Post-release**: Added note about manual replication of `ossec.conf` between master and worker nodes. ([#8720](https://github.com/wazuh/wazuh-documentation/pull/8720))
22
22
-**Post-release**: Added a table describing the possible environment statuses in the cloud service documentation. ([#8407](https://github.com/wazuh/wazuh-documentation/pull/8407))
23
23
-**Post-release**: Added the Wazuh indexer API reference. ([#8756](https://github.com/wazuh/wazuh-documentation/pull/8756))
24
+
-**Post-release**: Added examples of Wazuh tools to the user manual reference. ([#8763](https://github.com/wazuh/wazuh-documentation/pull/8763))
Copy file name to clipboardExpand all lines: source/development/wazuh-logtest.rst
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
3
3
.. meta::
4
4
:description: The Wazuh-Logtest solution is distributed by different components of the Wazuh environment: core logtest, wazuh RESTful API, and wazuh-logtest tool.
5
-
6
-
.. _dev-wazuh-logtest:
7
-
8
5
9
6
Wazuh-Logtest
10
7
=============
@@ -23,18 +20,15 @@ The Wazuh-Logtest solution is distributed by different components of the Wazuh e
23
20
24
21
Wazuh-Logtest replacement for ossec-logtest tool.
25
22
23
+
Wazuh API and :doc:`wazuh-logtest tool </user-manual/reference/tools/wazuh-logtest>` connect to the wazuh-analysisd session manager, this acts as a sandbox with the rules engine, allowing to isolate different users with their own rules and decoders.
26
24
27
-
Wazuh API and :ref:`wazuh-logtest tool <wazuh-logtest>` connect to the wazuh-analysisd session manager, this acts as a
28
-
sandbox with the rules engine, allowing to isolate different users with their own rules and decoders.
29
25
The below show image illustrations how the user logs test flow through the Wazuh environment.
Copy file name to clipboardExpand all lines: source/release-notes/release-3-7-0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ The registries generated by the File Integrity Monitoring system are now stored
134
134
Breaking changes
135
135
^^^^^^^^^^^^^^^^
136
136
137
-
The old File Integrity Monitoring plain text databases are no longer in use. After the upgrading process, it's necessary to execute the :ref:`migration script <fim_migrate>` in order to preserve the previous FIM entries.
137
+
The old File Integrity Monitoring plain text databases are no longer in use. After the upgrading process, it's necessary to execute the :doc:`migration script </user-manual/reference/tools/fim-migrate>` in order to preserve the previous FIM entries.
Copy file name to clipboardExpand all lines: source/user-manual/reference/ossec-conf/rule-test.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ rule_test
15
15
<rule_test>
16
16
</rule_test>
17
17
18
-
Here is how to configure the Wazuh-Logtest solution. It allows to test rules and decoders from Wazuh API and :ref:`wazuh-logtest tool <wazuh-logtest>`
18
+
Here is how to configure the Wazuh-Logtest solution. It allows to test rules and decoders from Wazuh API and :doc:`wazuh-logtest tool </user-manual/reference/tools/wazuh-logtest>`
Copy file name to clipboardExpand all lines: source/user-manual/reference/tools/agent-auth.rst
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@
7
7
8
8
Since Wazuh 4.0, by default, the agent registers automatically with the manager through enrollment. Configuration details can be found on :ref:`Enrollment section <reference_ossec_client>`.
9
9
10
-
.. _agent-auth:
11
-
12
10
agent-auth
13
11
==========
14
12
@@ -72,3 +70,22 @@ The ``agent-auth`` program is the client application used along with :ref:`wazuh
Copy file name to clipboardExpand all lines: source/user-manual/reference/tools/agent-control.rst
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,17 @@
3
3
.. meta::
4
4
:description: Learn to query the manager for information about any agent or initiate a syscheck/rootcheck scan on an agent using the agent_control program.
5
5
6
-
.. _agent_control:
7
-
8
6
agent_control
9
7
=============
10
8
11
9
The agent_control program allows you to query the manager for information about any agent and also allows you to initiate a syscheck/rootcheck scan on an agent the next time it checks in.
12
10
13
11
With this tool, you can check the status of each available agent, which can be any of the following:
14
12
15
-
- Active: The agent is correctly connected to the manager.
16
-
- Pending: The agent is waiting for a response from the manager.
17
-
- Disconnected: The agent is not connected to the manager.
18
-
- Never connected: The agent has never connected to the manager.
13
+
- **Active**: The agent is correctly connected to the manager.
14
+
- **Pending**: The agent is waiting for a response from the manager.
15
+
- **Disconnected**: The agent is not connected to the manager.
16
+
- **Never connected**: The agent has never connected to the manager.
19
17
20
18
agent_control options
21
19
---------------------
@@ -59,8 +57,20 @@ agent_control options for Active Response
59
57
60
58
.. note::
61
59
62
-
The active-response identifier for use with the ``-f`` option is composed of the command name followed by the value indicated in the ``timeout`` option (active-response block). If ``timeout_allowed`` (command block) is set to no, or no timeout has been specified, the number next to the command name is 0.
60
+
The active-response identifier for use with the ``-f`` option is composed of the command name followed by the value indicated in the ``timeout`` option (active-response block). If ``timeout_allowed`` (command block) is set to no, or no timeout has been specified, the number next to the command name is 0.
61
+
62
+
You can verify the identifier of an active response with the first column of ``/var/ossec/etc/shared/ar.conf``.
63
+
64
+
Example
65
+
-------
66
+
67
+
Restart an agent:
68
+
69
+
.. code-block:: console
70
+
71
+
# /var/ossec/bin/agent_control -R -u 001
63
72
64
-
|
73
+
.. code-block:: none
74
+
:class: output
65
75
66
-
You can verify the identifier of an active response with the first column of ``/var/ossec/etc/shared/ar.conf``.
Copy file name to clipboardExpand all lines: source/user-manual/reference/tools/cluster-control.rst
+20-22Lines changed: 20 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
.. meta::
4
4
:description: Manage the Wazuh cluster from any manager using the cluster_control program. Learn more about it in this section of the Wazuh documentation.
0 commit comments