Slide 11
Slide 11 text
# Download Filebeat Package (Debian/Ubuntu)
curl -L -O https://download.elastic.co/beats/filebeat/
filebeat_1.0.1_amd64.deb
# Install from .deb file,
# without worrying about dependencies,
# because Golang !
sudo dpkg -i filebeat_1.0.1_amd64.deb
#!/usr/bin/env bash