Skip to content

Commit

Permalink
Merge pull request #7812 from wazuh/enhancement/edr3370-rename-titles
Browse files Browse the repository at this point in the history
Change titles
  • Loading branch information
javimed authored Sep 26, 2024
2 parents 05fabef + 789443e commit 7788d05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Use case: Scanning a file
Getting started
^^^^^^^^^^^^^^^

Follow the instructions from :doc:`Integration with external APIs </user-manual/manager/integration-with-external-apis>` to enable the Integrator module and configure the VirusTotal integration.
Follow the instructions from :doc:`/user-manual/manager/integration-with-external-apis` to enable the Integrator module and configure the VirusTotal integration.

Below is an example of settings you must add to the ``/var/ossec/etc/ossec.conf`` file on the Wazuh server:

Expand Down
4 changes: 2 additions & 2 deletions source/user-manual/manager/integration-with-external-apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.. meta::
:description: The Wazuh Integrator module allows Wazuh to connect to external APIs and alerting tools. Learn more in this section of the documentation.

Integration with external APIs
==============================
External API integration
========================

The Wazuh Integrator module allows Wazuh to connect to external APIs and alerting tools such as `Slack`_, `PagerDuty`_, `VirusTotal`_, `Shuffle`_, and `Maltiverse`_. You can also configure the Integrator module to connect to other software. These integrations empower security administrators to enhance orchestration, automate responses, and fortify their defenses against cyber threats.

Expand Down
2 changes: 1 addition & 1 deletion source/user-manual/manager/wazuh-server-queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. meta::
:description: The Wazuh server includes a queue mechanism that streamlines the collection of events from monitored endpoints. Learn more in this section of the documentation.

Wazuh server queue
Queuing mechanisms
==================

The Wazuh server includes a queue mechanism that streamlines the collection of events from monitored endpoints. It ensures continuous data flow from the Wazuh agents, syslog endpoints, and agentless devices to the Wazuh server thereby preventing event flooding. The Wazuh server queue utilizes the First In, First Out (FIFO) methodology; therefore, the first queued event is the first to be removed from the queue and processed. It is based on distributed processing, allowing for the parallelization of log analysis tasks. This improves the scalability and performance of the log processing pipeline enabling Wazuh to handle large volumes of log data effectively.
Expand Down

0 comments on commit 7788d05

Please sign in to comment.