Skip to content

Commit

Permalink
Merge branch '4.9.0' into enhancement/224-wazuh-indexer-package-gener…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
javimed committed May 31, 2024
2 parents 454d297 + 869e993 commit a1df063
Show file tree
Hide file tree
Showing 89 changed files with 1,844 additions and 872 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ All notable changes to this project will be documented in this file.
- Added warning about 4.8.0 upgrade. ([#7135](https://github.com/wazuh/wazuh-documentation/pull/7135))
- Added the ``indexer`` configuration option to the Wazuh API documentation. ([#7164](https://github.com/wazuh/wazuh-documentation/pull/7164))
- Added the ``offline-url`` vulnerability detection option to the Reference guide. ([#7193](https://github.com/wazuh/wazuh-documentation/pull/7193))
- Added a note in the Reference guide about the ``<vulnerability-detector>`` change. ([#7243](https://github.com/wazuh/wazuh-documentation/pull/7243))
- Added warning message about changing passwords for Docker and Kubernetes deployments. ([#7321](https://github.com/wazuh/wazuh-documentation/pull/7321))
- Addedd sub-section about assigning multiple agents to a group in *Grouping agents*. ([#7309](https://github.com/wazuh/wazuh-documentation/pull/7309))

### Changed

Expand All @@ -64,6 +67,11 @@ All notable changes to this project will be documented in this file.
- Updated ``installation-guide/wazuh-server/step-by-step`` considering configuration requirements for vulnerability detection. ([#7149](https://github.com/wazuh/wazuh-documentation/pull/7149))
- Updated the ``user-manual/reference/unattended-installation`` section. ([#7162](https://github.com/wazuh/wazuh-documentation/pull/7162))
- Changed Docker version requirement to ``6.0.0``. ([#7133](https://github.com/wazuh/wazuh-documentation/pull/7133))
- Updated the Vulnerability detection PoC. ([#7215](https://github.com/wazuh/wazuh-documentation/pull/7215))
- Replaced ``localhost`` occurrences. ([#7234](https://github.com/wazuh/wazuh-documentation/pull/7234)) ([#7285](https://github.com/wazuh/wazuh-documentation/pull/7285))
- Updated the upgrading central components section. ([#7273](https://github.com/wazuh/wazuh-documentation/pull/7273))
- Updated the *Monitoring Office 365 audit logs* section. ([#7275](https://github.com/wazuh/wazuh-documentation/pull/7275))
- Updated *Installing the Wazuh manager from sources* with the latest vulnerability detection changes. ([#7316](https://github.com/wazuh/wazuh-documentation/pull/7316))

### Fixed

Expand All @@ -72,6 +80,8 @@ All notable changes to this project will be documented in this file.
- Fixed password update step for distributed deployments. ([#6967](https://github.com/wazuh/wazuh-documentation/pull/6967))
- Added fixes and updates to the MITRE ATT&CK framework section. ([#6962](https://github.com/wazuh/wazuh-documentation/pull/6962))
- Modified master node address name to uppercase. ([#7127](https://github.com/wazuh/wazuh-documentation/pull/7127))
- Added securing credentials steps to the Vulnerability detection capability section and the Upgrading central components section. ([#7235](https://github.com/wazuh/wazuh-documentation/pull/7235))
- Replaced *Wazuh app* and *Wazuh plugin* references with *Wazuh dashboard* references. ([#7274](https://github.com/wazuh/wazuh-documentation/pull/7274))

### Removed

Expand All @@ -80,6 +90,11 @@ All notable changes to this project will be documented in this file.
- Removed ``launchctl`` unload step from macOS uninstalling manual. ([#7123](https://github.com/wazuh/wazuh-documentation/pull/7123))
- Removed ``Wazuh_Ruleset.pdf`` references. ([#7142](https://github.com/wazuh/wazuh-documentation/pull/7142))
- Removed documentation for the ``allow-os`` vulnerability detection option. ([#7177](https://github.com/wazuh/wazuh-documentation/pull/7177))
- Removed the *Migrating from OSSEC* section. ([#7301](https://github.com/wazuh/wazuh-documentation/pull/7301))

## [v4.7.5]

- Support for Wazuh 4.7.5

## [v4.7.4]

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Keep in mind that this repository is for the Wazuh documentation. There are some
- If you have **problems, bugs or unexpected results** when using any of the Wazuh components, create the issue in its respective repository:
- [Wazuh Core](https://github.com/wazuh/wazuh/issues)
- [Wazuh API](https://github.com/wazuh/wazuh-api/issues)
- [Wazuh App](https://github.com/wazuh/wazuh-dashboard-plugins/issues)
- [Wazuh Splunk app](https://github.com/wazuh/wazuh-splunk/issues)
- [Wazuh indexer](https://github.com/wazuh/wazuh-indexer/issues)
- [Wazuh dashboard](https://github.com/wazuh/wazuh-dashboard/issues)
- [All Wazuh repositories](https://github.com/wazuh)

In any case, **don't worry if you create an issue here**, we'll assist you with your problem.
Expand Down
7 changes: 6 additions & 1 deletion source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ newUrls['4.9'] = [
'/deployment-options/offline-installation/index.html',
'/deployment-options/offline-installation/step-by-step.html',
'/deployment-options/offline-installation/installation-assistant.html',
'/development/coredump.html',
'/development/packaging/generate-indexer-package.html',
];

Expand All @@ -110,7 +111,10 @@ removedUrls['4.8'] = [
'/user-manual/capabilities/vulnerability-detection/cpe-helper.html',
'/user-manual/capabilities/vulnerability-detection/querying-the-vulnerability-database.html',
'/user-manual/capabilities/vulnerability-detection/scan-types.html',
'/user-manual/capabilities/vulnerability-detection/allow-os.html'
'/user-manual/capabilities/vulnerability-detection/allow-os.html',
'/migration-guide/migrating-from-ossec/index.html',
'/migration-guide/migrating-from-ossec/ossec-server.html',
'/migration-guide/migrating-from-ossec/ossec-agent.html',
];

/* Redirections from 4.7 to 4.8 */
Expand Down Expand Up @@ -144,6 +148,7 @@ newUrls['4.7'] = [
'/release-notes/release-4-7-2.html',
'/release-notes/release-4-7-3.html',
'/release-notes/release-4-7-4.html',
'/release-notes/release-4-7-5.html',
'/cloud-security/azure/posture-management.html',
'/cloud-security/gcp/posture-management.html',
'/cloud-security/gcp/instances.html',
Expand Down
7 changes: 7 additions & 0 deletions source/_templates/cloud/notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. Copyright (C) 2015 Wazuh, Inc.
You can configure the integration with |service| either in the Wazuh manager or in a Wazuh agent. This choice depends solely on how you access your |service| infrastructure in your environment.

You only need to install dependencies when configuring the integration with |service| in a Wazuh agent. The Wazuh manager already includes all the necessary dependencies.

.. End of include file
43 changes: 43 additions & 0 deletions source/_templates/cloud/pip_installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. Copyright (C) 2015 Wazuh, Inc.
You can install the required modules with Pip, the Python package manager. Most UNIX distributions have this tool available in their software repositories.

.. tabs::

.. group-tab:: Yum

.. code-block:: console
# yum update && yum install python3-pip
.. group-tab:: APT

.. code-block:: console
# apt-get update && apt-get install python3-pip
We recommend using Pip 19.3 or later to simplify the installation of the dependencies.

.. tabs::

.. group-tab:: Python 3.8–3.10

.. code-block:: console
# pip3 install --upgrade pip
.. group-tab:: Python 3.11

.. code-block:: console
# pip3 install --upgrade pip --break-system-packages
.. note::

This command modifies the default externally managed Python environment. See the `PEP 668 <https://peps.python.org/pep-0668/>`__ description for more information.

To prevent the modification, you can run ``pip3 install --upgrade pip`` within a virtual environment. You must update the shebang of the |module_script| Python script with the interpreter in your virtual environment. For example, ``#!/path/to/your/virtual/environment/bin/python3``.


.. End of include file
20 changes: 20 additions & 0 deletions source/_templates/cloud/python_installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. Copyright (C) 2015 Wazuh, Inc.
The |service| module requires `Python 3 <https://www.python.org/downloads/>`__. Specifically, it's compatible with Python |py_cloud_cont_min|–|py_cloud_cont_max|. While later Python versions should work as well, we can't assure they are compatible.

.. tabs::

.. group-tab:: Yum

.. code-block:: console
# yum update && yum install python3
.. group-tab:: APT

.. code-block:: console
# apt-get update && apt-get install python3
.. End of include file
20 changes: 9 additions & 11 deletions source/_themes/wazuh_doc_theme_v3/src/scss/parts/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ footer {
left: $left-sidebar-width;
}

.nav-item svg {
height: 15px;
width: 17px;
}

& > .container {
@include media-max(xl) {
flex-direction: column;
Expand All @@ -38,6 +33,8 @@ footer {
display: inline-block;
width: 28px;
height: 16px;
position: relative;
bottom: .2em;
@include media-max(sm) {
width: 46px;
height: 24px;
Expand Down Expand Up @@ -66,19 +63,20 @@ footer {
align-items: center;
padding: 40px 0;
}
.nav-item,
.nav-item.rrss {
line-height: 16px;
align-items: center;
}
i {
font-size: 23px;
@include media-min(sm){
font-size: 1rem;
}
}
svg {
height: 21px;
width: 20px;
@include media-min(xl){
height: 21px;
width: 15px;
}
height: 19px;
width: 19px;
}
}
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions source/_themes/wazuh_doc_theme_v3/template-parts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
</div>
{% if theme_breadcrumb_root_title == 'Documentation' %}
<ul class="social-links col-12 col-md-6 col-xl-8">
<li class="nav-item d-none d-xl-inline-block"><a class="nav-link" href="{{ theme_wazuh_web_url + '/community/' }}" target="_blank" rel="noreferrer noopener">Community</a></li>
<li class="nav-item d-none d-xl-inline-block"><a class="nav-link" href="{{ theme_wazuh_web_url + '/contact-us/' }}" target="_blank" rel="noreferrer noopener">Contact us</a></li>
<li class="rrss nav-item d-inline-block"><a class="nav-link" title="Wazuh on Twitter" aria-label="Wazuh on Twitter" target="_blank" href="https://twitter.com/wazuh" rel="noreferrer noopener"><svg><use xlink:href="#ico-twitter"></use></svg></a></li>
<li class="rrss nav-item d-inline-block"><a class="nav-link" title="Wazuh on LinkedIn" aria-label="Wazuh on LinkedIn" target="_blank" href="https://www.linkedin.com/company/wazuh" rel="noreferrer noopener"><svg><use xlink:href="#ico-linkedin"></use></svg></a></li>
<li class="rrss nav-item d-inline-block"><a class="nav-link" title="Wazuh on Reddit" aria-label="Wazuh on Reddit" target="_blank" href="https://www.reddit.com/r/Wazuh/" rel="noreferrer noopener"><svg><use xlink:href="#ico-reddit"></use></svg></a></li>
<li class="rrss nav-item d-inline-block"><a class="nav-link" title="Wazuh on Github" aria-label="Wazuh on Github" target="_blank" href="https://github.com/wazuh" rel="noreferrer noopener"><svg><use xlink:href="#ico-github"></use></svg></a></li>
<li class="rrss nav-item d-inline-block"><a class="nav-link" title="Join us on Slack" aria-label="Join us on Slack" target="_blank" href="https://wazuh.com/community/join-us-on-slack/" rel="noreferrer noopener"><svg><use xlink:href="#ico-slack"></use></svg></a></li>
<li class="rrss nav-item d-inline-block"><a class="nav-link" title="Subscribe to our mailing list" aria-label="Subscribe to our mailing list" target="_blank" href="mailto:wazuh+subscribe@googlegroups.com" rel="noreferrer noopener"><svg><use xlink:href="#ico-mailinglist"></use></svg></a></li>
<li class="nav-item d-none d-xl-inline-flex"><a class="nav-link" href="{{ theme_wazuh_web_url + '/community/' }}" target="_blank" rel="noreferrer noopener">Community</a></li>
<li class="nav-item d-none d-xl-inline-flex"><a class="nav-link" href="{{ theme_wazuh_web_url + '/contact-us/' }}" target="_blank" rel="noreferrer noopener">Contact us</a></li>
<li class="rrss nav-item d-inline-flex"><a class="nav-link" title="Wazuh on Twitter" aria-label="Wazuh on Twitter" target="_blank" href="https://twitter.com/wazuh" rel="noreferrer noopener"><svg><use xlink:href="#ico-twitter"></use></svg></a></li>
<li class="rrss nav-item d-inline-flex"><a class="nav-link" title="Wazuh on LinkedIn" aria-label="Wazuh on LinkedIn" target="_blank" href="https://www.linkedin.com/company/wazuh" rel="noreferrer noopener"><svg><use xlink:href="#ico-linkedin"></use></svg></a></li>
<li class="rrss nav-item d-inline-flex"><a class="nav-link" title="Wazuh on Reddit" aria-label="Wazuh on Reddit" target="_blank" href="https://www.reddit.com/r/Wazuh/" rel="noreferrer noopener"><svg><use xlink:href="#ico-reddit"></use></svg></a></li>
<li class="rrss nav-item d-inline-flex"><a class="nav-link" title="Wazuh on Github" aria-label="Wazuh on Github" target="_blank" href="https://github.com/wazuh" rel="noreferrer noopener"><svg><use xlink:href="#ico-github"></use></svg></a></li>
<li class="rrss nav-item d-inline-flex"><a class="nav-link" title="Join us on Slack" aria-label="Join us on Slack" target="_blank" href="https://wazuh.com/community/join-us-on-slack/" rel="noreferrer noopener"><svg><use xlink:href="#ico-slack"></use></svg></a></li>
<li class="rrss nav-item d-inline-flex"><a class="nav-link" title="Subscribe to our mailing list" aria-label="Subscribe to our mailing list" target="_blank" href="mailto:wazuh+subscribe@googlegroups.com" rel="noreferrer noopener"><svg><use xlink:href="#ico-mailinglist"></use></svg></a></li>
</ul>
{% endif %}
</div>
Loading

0 comments on commit a1df063

Please sign in to comment.