Hi,
I would like to try elasticbeat available here https://github.com/radoondas/elasticbeat
I have downloaded the zip package. I use ES in Linux. I have made changes in the elasticbeat.yml file. But there is no application file to start the beat. In the site, they mentioned the following command to start the beat
./elasticbeat -c elasticbeat.yml
But I cant start this because I dont have elasticbeat file. In their site, they says that I need to build this file using Golang. Do I need to need to install Golang in my machine to build and run this beat, or is there any other way.
Thank you.