beats - vimagick/rpi-bin GitHub Wiki

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