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
@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
30
30
- Removed documentation and references to deprecated CLI tools: `clear_stats`, `update_ruleset`, and `wazuh-regex`. ([#8778](https://github.com/wazuh/wazuh-documentation/pull/8778))
31
31
- Removed documentation to deprecated `fluent-forward` tool. ([#8778](https://github.com/wazuh/wazuh-documentation/pull/8778))
32
32
- Removed support for legacy operating systems, including Red Hat 5, CentOS 5, Oracle Linux 5, SUSE Linux Enterprise Server 11, AIX, HP-UX, Solaris, Windows XP, Windows Vista, and Windows Server 2003. ([#8894](https://github.com/wazuh/wazuh-documentation/pull/8894))
33
+
- Removed Osquery references as this capability is now deprecated. ([#]())
Copy file name to clipboardExpand all lines: source/deployment-options/deploying-with-ansible/reference.rst
+1-54Lines changed: 1 addition & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,20 +222,6 @@ Wazuh Manager
222
222
wazuh_manager_rootcheck:
223
223
frequency: 43200
224
224
225
-
|
226
-
|**Variable**: ``wazuh_manager_osquery``
227
-
|**Description**: Configures the :doc:`wodle</user-manual/reference/ossec-conf/wodle-osquery>` item named ``osquery`` from ``ossec.conf``.
228
-
|**Default values**:
229
-
230
-
.. code-block:: yaml
231
-
232
-
wazuh_manager_osquery:
233
-
disable: 'yes'
234
-
run_daemon: 'yes'
235
-
log_path: '/var/log/osquery/osqueryd.results.log'
236
-
config_path: '/etc/osquery/osquery.conf'
237
-
ad_labels: 'yes'
238
-
239
225
|
240
226
|**Variable**: ``wazuh_manager_syscollector``
241
227
|**Description**: Configures the :doc:`wodle </user-manual/reference/ossec-conf/wodle-syscollector>` item named ``syscollector`` from ``ossec.conf``.
@@ -946,24 +932,6 @@ Wazuh Agent
946
932
.. code-block:: yaml
947
933
948
934
wazuh_profile: "ubuntu, ubuntu18"
949
-
950
-
|
951
-
|**Variable**: ``wazuh_agent_authd``
952
-
|**Description**: Set the agent-authd facility. This will enable or not the automatic agent registration, you could set various options in accordance with the authd service configured in the Wazuh Manager. This Ansible role will use the address defined on ``registration_address`` as the authd registration server.
Copy file name to clipboardExpand all lines: source/deployment-options/deploying-with-puppet/wazuh-puppet-module/reference-wazuh-puppet/wazuh-agent-class.rst
| ``$wazuh_register_endpoint`` | Specifies the IP address or the hostname of the Wazuh manager against which to register. It is used to run the | n/a | String |
111
-
|| agent-auth tool. |||
110
+
| ``$wazuh_register_endpoint`` | Specifies the IP address or the hostname of the Wazuh manager against which to register. | n/a | String |
| ``$ossec_port`` | Specifies the port to send events to the manager. This must match the associated listening port configured on the Wazuh | ``1514`` | String |
| ``$configure_wodle_osquery`` | Enables the Wodle osquery section rendering on this host. If this variable is not set to '``true`` ', the complete | ``true`` | String |
404
-
|| osquery wodle tag will not be added to ``/var/ossec/etc/ossec.conf``. |||
| ``$wodle_osquery_run_daemon`` | Makes the module run osqueryd as a subprocess or let the module monitor the results log without running Osquery. | ``yes`` | String |
| ``$wodle_osquery_log_path`` | This defines the full path to the results log written by Osquery. | ``'/var/log/osquery/osqueryd.results.log'`` | String |
| ``$wodle_osquery_config_path`` | Path to the Osquery configuration file. This path can be relative to the folder where the Wazuh agent is running. | ``'/etc/osquery/osquery.conf'`` | String |
0 commit comments