Skip to content

Commit 39614b5

Browse files
authored
Merge pull request #8481 from wazuh/enhancement/71-Version-4.3-Update-the-Filebeat-installation-commands
Enhancement/71 version 4.3 update the filebeat installation commands
2 parents a35b91f + 80f9182 commit 39614b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/upgrade-guide/legacy/upgrading-elastic-stack/from-6.8-to-7.x.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,16 @@ Upgrading Filebeat
201201

202202
.. group-tab:: YUM
203203

204-
.. include:: /_templates/installations/filebeat/common/yum/install_filebeat.rst
204+
.. code-block:: console
205+
206+
# yum install filebeat-|ELASTICSEARCH_LATEST|
205207
206208
207209
.. group-tab:: APT
208210

209-
.. include:: /_templates/installations/filebeat/common/apt/install_filebeat.rst
211+
.. code-block:: console
212+
213+
# apt-get install filebeat=|ELASTICSEARCH_LATEST|
210214
211215
.. group-tab:: ZYpp
212216

0 commit comments

Comments
 (0)