Skip to content

Commit 2bcbad1

Browse files
authored
Merge pull request #8958 from wazuh/enhancement/idr329-clean-up-deprecated-agent-functionality
Remove deprecated functionality references
2 parents f877943 + e8f7db8 commit 2bcbad1

File tree

16 files changed

+7
-571
lines changed

16 files changed

+7
-571
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
3030
- Removed documentation and references to deprecated CLI tools: `clear_stats`, `update_ruleset`, and `wazuh-regex`. ([#8778](https://github.com/wazuh/wazuh-documentation/pull/8778))
3131
- Removed documentation to deprecated `fluent-forward` tool. ([#8778](https://github.com/wazuh/wazuh-documentation/pull/8778))
3232
- 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. ([#]())
3334

3435
## [v4.14.3]
3536

source/_static/js/redirects.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ newUrls['5.0'] = [
8181
/* Pages no longer available in 5.0 */
8282

8383
removedUrls['5.0'] = [
84+
'/user-manual/capabilities/system-inventory/osquery.html',
85+
'/user-manual/reference/ossec-conf/wodle-osquery.html',
8486
'/user-manual/reference/daemons/wazuh-agentlessd.html',
8587
'/user-manual/reference/daemons/wazuh-csyslogd.html',
8688
'/user-manual/reference/daemons/wazuh-dbd.html',

source/deployment-options/deploying-with-ansible/reference.rst

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -222,20 +222,6 @@ Wazuh Manager
222222
wazuh_manager_rootcheck:
223223
frequency: 43200
224224
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-
239225
|
240226
| **Variable**: ``wazuh_manager_syscollector``
241227
| **Description**: Configures the :doc:`wodle </user-manual/reference/ossec-conf/wodle-syscollector>` item named ``syscollector`` from ``ossec.conf``.
@@ -946,24 +932,6 @@ Wazuh Agent
946932
.. code-block:: yaml
947933
948934
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.
953-
| **Example**:
954-
955-
.. code-block:: yaml
956-
957-
wazuh_agent_authd:
958-
registration_address: 10.1.1.12
959-
enable: false
960-
port: 1515
961-
agent_name: null
962-
groups: []
963-
ssl_agent_ca: null
964-
ssl_agent_cert: null
965-
ssl_agent_key: null
966-
ssl_auto_negotiate: 'no'
967935
968936
|
969937
| **Variable**: ``wazuh_auto_restart``
@@ -992,8 +960,6 @@ Wazuh Agent
992960
download_dir: C:\
993961
install_dir: C:\Program Files\ossec-agent\
994962
install_dir_x86: C:\Program Files (x86)\ossec-agent\
995-
auth_path: C:\Program Files\ossec-agent\agent-auth.exe
996-
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
997963
check_sha512: True
998964
999965
|
@@ -1041,26 +1007,9 @@ Wazuh Agent
10411007
wazuh_agent_rootcheck:
10421008
frequency: 43200
10431009
1044-
|
1045-
| **Variable**: ``wazuh_agent_osquery``
1046-
| **Description**: Configures the :doc:`wodle</user-manual/reference/ossec-conf/wodle-osquery>` item named ``osquery`` from ``ossec.conf``.
1047-
| **Default values**:
1048-
1049-
.. code-block:: yaml
1050-
1051-
wazuh_agent_osquery:
1052-
disable: 'yes'
1053-
run_daemon: 'yes'
1054-
bin_path_win: 'C:\Program Files\osquery\osqueryd'
1055-
log_path: '/var/log/osquery/osqueryd.results.log'
1056-
log_path_win: 'C:\Program Files\osquery\log\osqueryd.results.log'
1057-
config_path: '/etc/osquery/osquery.conf'
1058-
config_path_win: 'C:\Program Files\osquery\osquery.conf'
1059-
add_labels: 'yes'
1060-
10611010
|
10621011
| **Variable**: ``wazuh_agent_syscollector``
1063-
| **Description**: Configures the :doc:`wodle </user-manual/reference/ossec-conf/wodle-syscollector>` item named ``syscollector`` from ``ossec.conf``.
1012+
| **Description**: Configures the wodle item named ``syscollector`` from ``ossec.conf``.
10641013
| **Default values**:
10651014
10661015
.. code-block:: yaml
@@ -1307,10 +1256,8 @@ Wazuh Agent
13071256
13081257
rootcheck: '{{ wazuh_agent_rootcheck }}'
13091258
1310-
osquery: '{{ wazuh_agent_osquery }}'
13111259
syscollector: '{{ wazuh_agent_syscollector }}'
13121260
sca: '{{ wazuh_agent_sca }}'
1313-
cis_cat: '{{ wazuh_agent_cis_cat }}'
13141261
localfiles: '{{ wazuh_agent_localfiles }}'
13151262
13161263
labels: '{{ wazuh_agent_labels }}'

source/deployment-options/deploying-with-puppet/wazuh-puppet-module/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ Wazuh Puppet module reference
485485
| | | |
486486
| | :ref:`Wazuh API <ref_server_vars_wazuh_api>` | |
487487
| | | |
488-
| | :ref:`Wodle osquery <ref_server_vars_wodle_osquery>` | |
489-
| | | |
490488
| | :ref:`Wodle Syscollector <ref_server_vars_wodle_syscollector>` | |
491489
| | | |
492490
| | :ref:`Misc <ref_server_vars_misc>` | |
@@ -505,8 +503,6 @@ Wazuh Puppet module reference
505503
| | | |
506504
| | :ref:`Syscheck <ref_agent_vars_syscheck>` | |
507505
| | | |
508-
| | :ref:`Wodle osquery <ref_agent_vars_wodle_osquery>` | |
509-
| | | |
510506
| | :ref:`Wodle Syscollector <ref_agent_vars_wodle_syscollector>` | |
511507
| | | |
512508
| | :ref:`Misc <ref_agent_vars_misc>` | |

source/deployment-options/deploying-with-puppet/wazuh-puppet-module/reference-wazuh-puppet/wazuh-agent-class.rst

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ Client variables
107107
+==========================================+===========================================================================================================================+=========================+=====================+
108108
| ``$wazuh_reporting_endpoint`` | Specifies the IP address or the hostname of the Wazuh manager to report. | ``undef`` | String |
109109
+------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------+---------------------+
110-
| ``$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 |
112111
+------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------+---------------------+
113112
| ``$ossec_port`` | Specifies the port to send events to the manager. This must match the associated listening port configured on the Wazuh | ``1514`` | String |
114113
| | manager. | | |
@@ -392,28 +391,6 @@ $ossec_syscheck_synchronization_response_timeout
392391

393392
`Type String`
394393

395-
.. _ref_agent_vars_wodle_osquery:
396-
397-
Wodle osquery variables
398-
-----------------------
399-
400-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
401-
| **Parameter** | **Description** | **Default value** | **Data type** |
402-
+==================================+===========================================================================================================================+=================================================+=====================+
403-
| ``$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``. | | |
405-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
406-
| ``$wodle_osquery_disabled`` | Disables the osquery wodle. | ``yes`` | String |
407-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
408-
| ``$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 |
409-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
410-
| ``$wodle_osquery_log_path`` | This defines the full path to the results log written by Osquery. | ``'/var/log/osquery/osqueryd.results.log'`` | String |
411-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
412-
| ``$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 |
413-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
414-
| ``$wodle_osquery_add_labels`` | Add the agent labels defined as decorators. | ``yes`` | String |
415-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------------------+
416-
417394
.. _ref_agent_vars_wodle_syscollector:
418395

419396
Wodle Syscollector
@@ -516,5 +493,3 @@ Misc Variables
516493
+------------------------------+---------------------------------------------------------------------------------------------------------------------------+----------------------------------------+---------------------+
517494
| ``$agent_auth_password`` | Define a password for agent-auth | ``undef`` | String |
518495
+------------------------------+---------------------------------------------------------------------------------------------------------------------------+----------------------------------------+---------------------+
519-
520-
.. _ref_agent_addlog:

0 commit comments

Comments
 (0)