Skip to content

Commit

Permalink
Move OSQuery section to System inventory section
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed Oct 29, 2024
1 parent 68c3205 commit 8bb5e3f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
7 changes: 7 additions & 0 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ redirections.push(
'4.8': '/user-manual/capabilities/policy-monitoring/rootcheck/index.html',
'4.9': '/user-manual/capabilities/malware-detection/rootkits-behavior-detection.html',
},
{
'target': ['4.8=>4.9', '4.9=>4.8'],
'4.8': '/user-manual/capabilities/malware-detection/osquery.html',
'4.9': '/user-manual/capabilities/system-inventory/osquery.html',
},
{
'target': ['4.8=>4.9', '4.9=>4.8'],
'4.8': '/user-manual/upscaling/adding-indexer-node.html',
Expand Down Expand Up @@ -233,6 +238,7 @@ newUrls['4.9'] = [
'/development/packaging/generate-indexer-package.html',
'/development/packaging/generate-deb-rpm-package.html',
'/user-manual/capabilities/log-data-collection/journald.html',
'/user-manual/capabilities/system-inventory/osquery.html',
'/integrations-guide/amazon-security-lake/index.html',
'/user-manual/agent/agent-enrollment/agent-life-cycle.html',
'/user-manual/agent/agent-enrollment/deployment-variables/deployment-variables-aix.html',
Expand Down Expand Up @@ -290,6 +296,7 @@ removedUrls['4.9'] = [
'/user-manual/capabilities/policy-monitoring/rootcheck/rootcheck-configuration.html',
'/user-manual/capabilities/policy-monitoring/rootcheck/rootcheck-faq.html',
'/user-manual/capabilities/policy-monitoring/ciscat/ciscat.html',
'/user-manual/capabilities/malware-detection/osquery.html',
'/user-manual/upscaling/index.html',
'/user-manual/upscaling/adding-indexer-node.html',
'/user-manual/upscaling/adding-server-node.html',
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/release-3-7-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The Wazuh app for Kibana includes new features and interface redesigns to make u
- Get the current manager/agent configuration on the redesigned tabs.
- Added support for multiple groups feature.
- The :doc:`Amazon AWS </cloud-security/amazon/index>` tab has been redesigned to include better visualizations and the module configuration.
- The new :ref:`Osquery <osquery>` extension shows scans results from this Wazuh module.
- The new :doc:`Osquery </user-manual/capabilities/system-inventory/osquery>` extension shows scans results from this Wazuh module.
- Added a new selector to check the cluster nodes’ status and logs on the *Management > Status/Logs* tabs.
- Several bugfixes, performance improvements, and compatibility with the latest Elastic Stack version.

Expand Down
3 changes: 0 additions & 3 deletions source/user-manual/capabilities/malware-detection/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
.. meta::
:description: Learn more about how you can detect anomalies and malware using Wazuh in this section of our documentation.

.. _manual_anomaly_detection:

Malware detection
=================
Expand All @@ -29,4 +27,3 @@ Wazuh :doc:`log collection capability <../log-data-collection/index>` allows you
clam-av-logs-collection
win-defender-logs-collection
custom-rules-malware-ioc
osquery
21 changes: 11 additions & 10 deletions source/user-manual/capabilities/system-inventory/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ Users can generate system inventory reports from the Wazuh dashboard, which can

.. topic:: Contents

.. toctree::
:maxdepth: 2

how-it-works
configuration
viewing-system-inventory-data
generating-system-inventory-reports
available-inventory-fields
compatibility-matrix
using-syscollector-information-to-trigger-alerts
.. toctree::
:maxdepth: 2

how-it-works
configuration
viewing-system-inventory-data
generating-system-inventory-reports
available-inventory-fields
compatibility-matrix
using-syscollector-information-to-trigger-alerts
osquery
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
.. meta::
:description: Osquery exposes operating system data. Learn how to explore this data with Wazuh in this section of the Wazuh documentation.

.. _osquery:

Osquery
=======
Expand Down
2 changes: 1 addition & 1 deletion source/user-manual/reference/daemons/wazuh-modulesd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The wazuh-modulesd program manages the Wazuh modules described below.

.. topic:: Osquery wodle

The Osquery wodle provides the user with an operating system instrumentation tool that makes low-level operating system analytics and monitoring both efficient and intuitive using SQL-based queries. For more information, read through the documentation for :doc:`osquery integration </user-manual/capabilities/malware-detection/osquery>`.
The Osquery wodle provides the user with an operating system instrumentation tool that makes low-level operating system analytics and monitoring both efficient and intuitive using SQL-based queries. For more information, read through the documentation for :doc:`osquery integration </user-manual/capabilities/system-inventory/osquery>`.

.. topic:: SCA module

Expand Down

0 comments on commit 8bb5e3f

Please sign in to comment.