Skip to content

Commit

Permalink
Download ARM64 beats and include them in the OS package
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Oct 11, 2023
1 parent 73cdb9d commit 1f8a780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/fetch_collectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,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 "auditbeat" "linux" ${FILEBEAT_VERSION} x86_64
download_beat "auditbeat" "linux" ${AUDITBEAT_VERSION_32} x86
download_beat "auditbeat" "linux" ${AUDITBEAT_VERSION_32} arm64

download_beat "filebeat" "windows" ${FILEBEAT_VERSION} x86_64
download_beat "filebeat" "windows" ${FILEBEAT_VERSION_32} x86
Expand Down
2 changes: 2 additions & 0 deletions dist/recipearm64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def build

def install
bin.install 'graylog-sidecar'
lib('graylog-sidecar').install '../../collectors/filebeat/linux/arm64/filebeat'
lib('graylog-sidecar').install '../../collectors/auditbeat/linux/arm64/auditbeat'
etc('graylog/sidecar').install '../../../sidecar-example.yml', 'sidecar.yml'
var('lib/graylog-sidecar/generated').mkdir
var('log/graylog-sidecar').mkdir
Expand Down

0 comments on commit 1f8a780

Please sign in to comment.