Skip to content

Commit

Permalink
fix auditbeat collector version (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonEbel authored Dec 5, 2024
1 parent b05076b commit fa9e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/fetch_collectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ download_beat "filebeat" "linux" ${FILEBEAT_VERSION} x86_64
download_beat "filebeat" "linux" ${FILEBEAT_VERSION_32} x86
download_beat "filebeat" "linux" ${FILEBEAT_VERSION} arm64

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

Expand Down

0 comments on commit fa9e0ae

Please sign in to comment.