Skip to content

Commit

Permalink
Merge pull request #6673 from wazuh/feature/6641-add-documentation-fo…
Browse files Browse the repository at this point in the history
…r-the-update-check-system

Add update_check config reference
  • Loading branch information
javimed authored Oct 27, 2023
2 parents c8d60e3 + 2d53cf8 commit a14c6be
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion source/user-manual/reference/ossec-conf/global.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Options
- `agents_disconnection_time`_
- `agents_disconnection_alert_time`_
- `limits`_
- `update_check`_

alerts_log
^^^^^^^^^^
Expand Down Expand Up @@ -259,7 +260,7 @@ This sets the memory size for the event correlation engine.
| | 2048 will be replaced by 2048. |
+--------------------+-----------------------------------+

.. _white_list:
.. _white_list:

white_list
^^^^^^^^^^
Expand Down Expand Up @@ -540,6 +541,20 @@ A positive number expressed in seconds that indicates the time period where the
| **Allowed values** | A positive number between 1 and 3600|
+--------------------+-------------------------------------+

.. _reference_update_check:

update_check
^^^^^^^^^^^^

This setting toggles whether to query the external Wazuh Cyber Threat Intelligence (CTI) service for any available Wazuh updates.

+--------------------+---------+
| **Default value** | yes |
+--------------------+---------+
| **Allowed values** | yes, no |
+--------------------+---------+


Configuration example
---------------------

Expand All @@ -558,4 +573,5 @@ Configuration example
<email_log_source>alerts.log</email_log_source>
<agents_disconnection_time>10m</agents_disconnection_time>
<agents_disconnection_alert_time>0</agents_disconnection_alert_time>
<update_check>yes</update_check>
</global>

0 comments on commit a14c6be

Please sign in to comment.