Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update_check config reference #6673

Merged
Merged
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
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>