Skip to content

Instantly share code, notes, and snippets.

@lucabelluccini
Created February 23, 2019 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucabelluccini/31d9e09147f3d45bcc780b2b4ce4509d to your computer and use it in GitHub Desktop.
Save lucabelluccini/31d9e09147f3d45bcc780b2b4ce4509d to your computer and use it in GitHub Desktop.
Install Beats on ARM

On a remote host:

git clone https://github.com/elastic/beats.git
cd beats
# checkout the version via tag
make crosscompile on the product
# pick the binaries and copy them

On the ARM system:

cd /tmp 
wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.2-i386.deb
sudo dpkg -i --force-architecture filebeat-5.6.2-i386.deb
# copy from remote host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment