Skip to content

Commit 97749d1

Browse files
committed
Updated filebeat installation template
1 parent e1453f9 commit 97749d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

source/_templates/installations/filebeat/common/apt/install_filebeat.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
.. code-block:: console
44
5-
# apt-get -y install filebeat
5+
# curl -O https://packages.wazuh.com/4.x/apt/pool/main/f/filebeat/filebeat-oss-7.10.2-amd64.deb
6+
# apt-get install ./filebeat-oss-7.10.2-amd64.deb
67
78
.. End of include file

source/_templates/installations/filebeat/common/yum/install_filebeat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
.. code-block:: console
44
5-
# yum -y install filebeat
5+
# yum install https://packages.wazuh.com/4.x/yum/filebeat-oss-7.10.2-x86_64.rpm
66
77
88
.. End of include file

0 commit comments

Comments
 (0)