Skip to content
Kevin He edited this page Feb 8, 2021 · 4 revisions
go get -d github.com/elastic/beats
cd $GOPATH/src/github.com/elastic/beats
VERSION=7.10.2
git checkout v$VERSION
GOOS=linux GOARCH=arm GOARM=7 go build -o filebeat-$VERSION-armv7h github.com/elastic/beats/filebeat
GOOS=linux GOARCH=arm GOARM=7 go build -o heartbeat-$VERSION-armv7h github.com/elastic/beats/heartbeat
GOOS=linux GOARCH=arm GOARM=7 go build -o metricbeat-$VERSION-armv7h github.com/elastic/beats/metricbeat
Clone this wiki locally