Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated screenshots agent dashboard: inventory, stats, and configuration #7942

Open
wants to merge 18 commits into
base: 4.10.0
Choose a base branch
from
Open
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
Binary file modified source/images/wazuh-dashboard/queries/filter-value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
guidomodarelli marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/wazuh-dashboard/queries/port-less-than-value.png
guidomodarelli marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/wazuh-dashboard/queries/port-ranges.png
guidomodarelli marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/wazuh-dashboard/queries/protocol-not-ipv6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/wazuh-dashboard/queries/wildcards-not-supported.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions source/user-manual/wazuh-dashboard/queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This filter operator finds all data that do not match the specified value within
Greater than ( > )
~~~~~~~~~~~~~~~~~~

This *greater than* (``>``) operator filters values exceeding a specified threshold in a dataset. For example, you can filter by entities whose local port number is greater than a specific value such as *5353* with the query ``local.port>5353``.
This *greater than* (``>``) operator filters values exceeding a specified threshold in a dataset. For example, you can filter by entities whose local port number is greater than a specific value such as *36271* with the query ``local.port>36271``.

.. thumbnail:: /images/wazuh-dashboard/queries/port-greater-than-value.png
:align: center
Expand All @@ -94,7 +94,7 @@ This *greater than* (``>``) operator filters values exceeding a specified thresh
Less than (<)
~~~~~~~~~~~~~

This *less than* (``<``) operator filters values below a specified limit in a dataset. For example, you can filter by entities whose local port number is less than a specific value such as *546* with the query ``local.port<546``.
This *less than* (``<``) operator filters values below a specified limit in a dataset. For example, you can filter by entities whose local port number is less than a specific value such as *53770* with the query ``local.port<53770``.

.. thumbnail:: /images/wazuh-dashboard/queries/port-less-than-value.png
:align: center
Expand Down Expand Up @@ -241,7 +241,7 @@ WQL supports numeric inequalities using the ``>``, and ``<`` operators. For exam

.. code-block:: none

local.port>53 and local.port<631
local.port>36271 and local.port<53771

.. thumbnail:: /images/wazuh-dashboard/queries/port-ranges.png
:align: center
Expand Down