Hi,
I have installed filebeat from source using below steps :
apt-get install -y golang make git && mkdir HOME/go \
&& mkdir -p {GOPATH}/src/github.com/elastic
&& cd ${GOPATH}/src/github.com/elastic
&& git clone https://github.com/elastic/beats.git
&& cd beats/filebeat
&& git checkout v6.6.2
&& make
However I'm getting error "filebeat: unrecognized service" for command , "service filebeat start".
Looks like I'm missing something here , Do I need to run any other command before starting the service ?
Any inputs will be appreciated. Thanks !