Dear Sirs,
I have successfully compiled beats from https://github.com/elastic/beats on a Pine64 arm64 device.
However, it will not connect to my elasticsearch. I think the verion produced is not the OSS version.
Can someone tell me how to compile just the oss version as there are no arm packages.
Basic Process
- Install Golang 1.14
- git clobne the above repo
- cd filebeat directory
- go build -x -v
Any help appreciated