Skip to content

Commit c9a22db

Browse files
committed
Remove Osquery references from Wazuh Puppet documentation
1 parent a946818 commit c9a22db

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

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

Lines changed: 0 additions & 14 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 wodle 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``.

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

Lines changed: 0 additions & 2 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>` | |

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

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -401,40 +401,6 @@ Wazuh API variables
401401
+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------+-----------------+
402402

403403

404-
.. _ref_server_vars_wodle_osquery:
405-
406-
Wodle osquery variables
407-
-----------------------
408-
409-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------+-----------------+
410-
| **Parameter** | **Description** | **Default value** | **Data type** |
411-
+==================================+===========================================================================================================================+===============================================+=================+
412-
| ``$configure_wodle_osquery`` | Enables the Wodle osquery section rendering on this host. If this variable is not set to ``true``, the complete osquery | ``true`` | Boolean |
413-
| | wodle tag will not be added to ``/var/ossec/etc/ossec.conf``. | | |
414-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------+-----------------+
415-
| ``$wodle_osquery_disabled`` | Disable the osquery wodle. | ``yes`` | String |
416-
| | | | |
417-
| | Depends on ``configure_wodle_osquery`` | | |
418-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------+-----------------+
419-
| ``$wodle_osquery_run_daemon`` | Makes the module run osqueryd as a subprocess or lets the module monitor the results log without running Osquery. | ``yes`` | String |
420-
| | | | |
421-
| | Depends on ``configure_wodle_osquery`` | | |
422-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------+-----------------+
423-
| ``$wodle_osquery_log_path`` | Full path to the results log written by Osquery. | ``'/var/log/osquery/osqueryd.results.log'`` | String |
424-
| | | | |
425-
| | Depends on ``configure_wodle_osquery`` | | |
426-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------+-----------------+
427-
| ``$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 |
428-
| | | | |
429-
| | Depends on ``configure_wodle_osquery`` | | |
430-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------+-----------------+
431-
| ``$wodle_osquery_add_labels`` | Add the agent labels defined as decorators. | ``yes`` | String |
432-
| | | | |
433-
| | Depends on ``configure_wodle_osquery`` | | |
434-
+----------------------------------+---------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------+-----------------+
435-
436-
437-
438404
.. _ref_server_vars_wodle_syscollector:
439405

440406
Wodle Syscollector variables

0 commit comments

Comments
 (0)