Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
- Removed documentation and references to deprecated CLI tools: `clear_stats`, `update_ruleset`, and `wazuh-regex`. ([#8778](https://github.com/wazuh/wazuh-documentation/pull/8778))
- Removed documentation to deprecated `fluent-forward` tool. ([#8778](https://github.com/wazuh/wazuh-documentation/pull/8778))
- 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))
- Removed Osquery references as this capability is now deprecated. ([#]())

## [v4.14.3]

Expand Down
2 changes: 2 additions & 0 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ newUrls['5.0'] = [
/* Pages no longer available in 5.0 */

removedUrls['5.0'] = [
'/user-manual/capabilities/system-inventory/osquery.html',
'/user-manual/reference/ossec-conf/wodle-osquery.html',
'/user-manual/reference/daemons/wazuh-agentlessd.html',
'/user-manual/reference/daemons/wazuh-csyslogd.html',
'/user-manual/reference/daemons/wazuh-dbd.html',
Expand Down
55 changes: 1 addition & 54 deletions source/deployment-options/deploying-with-ansible/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,20 +222,6 @@ Wazuh Manager
wazuh_manager_rootcheck:
frequency: 43200

|
| **Variable**: ``wazuh_manager_osquery``
| **Description**: Configures the :doc:`wodle</user-manual/reference/ossec-conf/wodle-osquery>` item named ``osquery`` from ``ossec.conf``.
| **Default values**:

.. code-block:: yaml

wazuh_manager_osquery:
disable: 'yes'
run_daemon: 'yes'
log_path: '/var/log/osquery/osqueryd.results.log'
config_path: '/etc/osquery/osquery.conf'
ad_labels: 'yes'

|
| **Variable**: ``wazuh_manager_syscollector``
| **Description**: Configures the :doc:`wodle </user-manual/reference/ossec-conf/wodle-syscollector>` item named ``syscollector`` from ``ossec.conf``.
Expand Down Expand Up @@ -946,24 +932,6 @@ Wazuh Agent
.. code-block:: yaml

wazuh_profile: "ubuntu, ubuntu18"

|
| **Variable**: ``wazuh_agent_authd``
| **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.
| **Example**:

.. code-block:: yaml

wazuh_agent_authd:
registration_address: 10.1.1.12
enable: false
port: 1515
agent_name: null
groups: []
ssl_agent_ca: null
ssl_agent_cert: null
ssl_agent_key: null
ssl_auto_negotiate: 'no'

|
| **Variable**: ``wazuh_auto_restart``
Expand Down Expand Up @@ -992,8 +960,6 @@ Wazuh Agent
download_dir: C:\
install_dir: C:\Program Files\ossec-agent\
install_dir_x86: C:\Program Files (x86)\ossec-agent\
auth_path: C:\Program Files\ossec-agent\agent-auth.exe
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
check_sha512: True

|
Expand Down Expand Up @@ -1041,26 +1007,9 @@ Wazuh Agent
wazuh_agent_rootcheck:
frequency: 43200

|
| **Variable**: ``wazuh_agent_osquery``
| **Description**: Configures the :doc:`wodle</user-manual/reference/ossec-conf/wodle-osquery>` item named ``osquery`` from ``ossec.conf``.
| **Default values**:

.. code-block:: yaml

wazuh_agent_osquery:
disable: 'yes'
run_daemon: 'yes'
bin_path_win: 'C:\Program Files\osquery\osqueryd'
log_path: '/var/log/osquery/osqueryd.results.log'
log_path_win: 'C:\Program Files\osquery\log\osqueryd.results.log'
config_path: '/etc/osquery/osquery.conf'
config_path_win: 'C:\Program Files\osquery\osquery.conf'
add_labels: 'yes'

|
| **Variable**: ``wazuh_agent_syscollector``
| **Description**: Configures the :doc:`wodle </user-manual/reference/ossec-conf/wodle-syscollector>` item named ``syscollector`` from ``ossec.conf``.
| **Description**: Configures the wodle item named ``syscollector`` from ``ossec.conf``.
| **Default values**:

.. code-block:: yaml
Expand Down Expand Up @@ -1307,10 +1256,8 @@ Wazuh Agent

rootcheck: '{{ wazuh_agent_rootcheck }}'

osquery: '{{ wazuh_agent_osquery }}'
syscollector: '{{ wazuh_agent_syscollector }}'
sca: '{{ wazuh_agent_sca }}'
cis_cat: '{{ wazuh_agent_cis_cat }}'
localfiles: '{{ wazuh_agent_localfiles }}'

labels: '{{ wazuh_agent_labels }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ Wazuh Puppet module reference
| | | |
| | :ref:`Wazuh API <ref_server_vars_wazuh_api>` | |
| | | |
| | :ref:`Wodle osquery <ref_server_vars_wodle_osquery>` | |
| | | |
| | :ref:`Wodle Syscollector <ref_server_vars_wodle_syscollector>` | |
| | | |
| | :ref:`Misc <ref_server_vars_misc>` | |
Expand All @@ -505,8 +503,6 @@ Wazuh Puppet module reference
| | | |
| | :ref:`Syscheck <ref_agent_vars_syscheck>` | |
| | | |
| | :ref:`Wodle osquery <ref_agent_vars_wodle_osquery>` | |
| | | |
| | :ref:`Wodle Syscollector <ref_agent_vars_wodle_syscollector>` | |
| | | |
| | :ref:`Misc <ref_agent_vars_misc>` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ Client variables
+==========================================+===========================================================================================================================+=========================+=====================+
| ``$wazuh_reporting_endpoint`` | Specifies the IP address or the hostname of the Wazuh manager to report. | ``undef`` | String |
+------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------+---------------------+
| ``$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 |
| | agent-auth tool. | | |
| ``$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 |
| | manager. | | |
Expand Down Expand Up @@ -392,28 +391,6 @@ $ossec_syscheck_synchronization_response_timeout

`Type String`

.. _ref_agent_vars_wodle_osquery:

Wodle osquery variables
-----------------------

+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
| **Parameter** | **Description** | **Default value** | **Data type** |
+==================================+===========================================================================================================================+=================================================+=====================+
| ``$configure_wodle_osquery`` | Enables the Wodle osquery section rendering on this host. If this variable is not set to '``true`` ', the complete | ``true`` | String |
| | osquery wodle tag will not be added to ``/var/ossec/etc/ossec.conf``. | | |
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
| ``$wodle_osquery_disabled`` | Disables the osquery wodle. | ``yes`` | String |
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
| ``$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 |
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
| ``$wodle_osquery_add_labels`` | Add the agent labels defined as decorators. | ``yes`` | String |
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+

.. _ref_agent_vars_wodle_syscollector:

Wodle Syscollector
Expand Down Expand Up @@ -516,5 +493,3 @@ Misc Variables
+------------------------------+---------------------------------------------------------------------------------------------------------------------------+----------------------------------------+---------------------+
| ``$agent_auth_password`` | Define a password for agent-auth | ``undef`` | String |
+------------------------------+---------------------------------------------------------------------------------------------------------------------------+----------------------------------------+---------------------+

.. _ref_agent_addlog:
Loading