Skip to content

Commit

Permalink
Keep win32 beats at version 7.17.12
Browse files Browse the repository at this point in the history
Those were the last ones released for win32

We might consider removing win32 support for the sidecar as well.
  • Loading branch information
mpfz0r committed Aug 2, 2023
1 parent 68a650e commit 952e87f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions dist/fetch_collectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

ARCHS=( x86 x86_64 )
FILEBEAT_VERSION=8.8.2
FILEBEAT_VERSION_32=7.17.12
WINLOGBEAT_VERSION=8.8.2
WINLOGBEAT_VERSION_32=7.17.12

# $1: beat name
# $2: beat operating system
Expand Down Expand Up @@ -40,7 +42,12 @@ download_beat()

for ARCH in "${ARCHS[@]}"
do
download_beat "filebeat" "windows" ${FILEBEAT_VERSION} ${ARCH}
download_beat "winlogbeat" "windows" ${WINLOGBEAT_VERSION} ${ARCH}
#download_beat "filebeat" "linux" ${FILEBEAT_VERSION} ${ARCH}
:
done

download_beat "filebeat" "windows" ${FILEBEAT_VERSION} x86_64
download_beat "filebeat" "windows" ${FILEBEAT_VERSION_32} x86

download_beat "winlogbeat" "windows" ${WINLOGBEAT_VERSION} x86_64
download_beat "winlogbeat" "windows" ${WINLOGBEAT_VERSION_32} x86

0 comments on commit 952e87f

Please sign in to comment.