Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuslinares committed Jan 11, 2024
1 parent 0939bbe commit b491321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions source/cloud-service/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Here is a list of terms related to Wazuh Cloud.

- `Environment`_

- `Archived data (formerly known as cold storage)`_
- `Archived data`_

- `Indexed data (formerly known as hot storage)`_
- `Indexed data`_

- `Tier`_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,9 @@ To achieve this configuration, follow these steps:

.. code-block::
<<<<<<< HEAD
WAZUH_MANAGER_IP=<NGINX_IP> WAZUH_PROTOCOL="tcp" \
WAZUH_PASSWORD="<PASSWORD>" \
yum install wazuh-agent
=======
WAZUH_MANAGER_IP=nginx_ip WAZUH_PROTOCOL="tcp" \
WAZUH_PASSWORD="xxxx" \
yum install wazuh-agent|WAZUH_AGENT_RPM_PKG_INSTALL|
>>>>>>> 4.7
Replace <PASSWORD> with your Wazuh server enrollment password.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Your oldest indexed alert will never be dated beyond the indexed data retention
Monitoring this metric allows you to ensure that your indexed data storage aligns with your needs. You can take actions, such as upgrading or downgrading the settings, to maintain optimal storage and retention of data.

*Events dropped over time* and *Events processed vs dropped* metrics
----------------------------------------------------------------
--------------------------------------------------------------------

The "Events Dropped Over Time" metric displays a histogram of events that have been lost or dropped over a specific period. These events are dropped because the rate of incoming events exceeds the limit set by the average/peak EPS setting, causing the event queues to become full and resulting in event loss.

Expand Down

0 comments on commit b491321

Please sign in to comment.