Skip to content

Commit

Permalink
Use correct filebeat version for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Oct 26, 2023
1 parent d1400a4 commit d33261d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/fetch_collectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ download_beat()

download_beat "filebeat" "linux" ${FILEBEAT_VERSION} x86_64
download_beat "filebeat" "linux" ${FILEBEAT_VERSION_32} x86
download_beat "filebeat" "linux" ${FILEBEAT_VERSION_32} arm64
download_beat "filebeat" "linux" ${FILEBEAT_VERSION} arm64

download_beat "auditbeat" "linux" ${FILEBEAT_VERSION} x86_64
download_beat "auditbeat" "linux" ${AUDITBEAT_VERSION_32} x86
download_beat "auditbeat" "linux" ${AUDITBEAT_VERSION_32} arm64
download_beat "auditbeat" "linux" ${AUDITBEAT_VERSION} arm64

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

0 comments on commit d33261d

Please sign in to comment.