Skip to content
Open

Typo #8937

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/user-manual/manager/wazuh-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Decoding is the process of analyzing structured or unstructured data, such as lo
hostname: '192.168.1.1'
program_name: 'sshd'

- **Decoding**: In this phase, the Wazuh analysis engine applies a decoder that matches the log. Decoders extract fields such as user names, IP addresses, error codes, URLs, and any other relevant information contained in the logs. The decoders below match the sample log. These decoders are in the ``/var/ossec/rulesets/decoders/0310-ssh_decoders.xml`` file on the Wazuh server:
- **Decoding**: In this phase, the Wazuh analysis engine applies a decoder that matches the log. Decoders extract fields such as user names, IP addresses, error codes, URLs, and any other relevant information contained in the logs. The decoders below match the sample log. These decoders are in the ``/var/ossec/ruleset/decoders/0310-ssh_decoders.xml`` file on the Wazuh server:

.. code-block:: console

Expand Down Expand Up @@ -276,4 +276,4 @@ Where:

By default, the Wazuh server generates alerts for any rule with a level above 2. In this scenario, the log triggers an alert because the rule level is 3 and this will be visible on the Wazuh dashboard.

You can create custom decoders and rules to analyze logs not supported by default. To learn how to create custom rules and decoders, refer to :doc:`custom rules </user-manual/ruleset/rules/custom>` and :doc:`custom decoders </user-manual/ruleset/decoders/custom>` documentation.
You can create custom decoders and rules to analyze logs not supported by default. To learn how to create custom rules and decoders, refer to :doc:`custom rules </user-manual/ruleset/rules/custom>` and :doc:`custom decoders </user-manual/ruleset/decoders/custom>` documentation.