We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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