I need a build for arm64 , no error during the build.
Build command: GOOS=linux GOARCH=arm CGO_ENABLED=1 go build
Here the 2 last line of the build :"/usr/lib/go-1.10/pkg/tool/linux_arm64/buildid -w $WORK/b291/pkg.a # internal
cp $WORK/b291/pkg.a /home/nvidia/.cache/go-build/f9/f9b2500a38d5aa1c3dce8a2eaefab509387746fef57b1c2a2c0a898c079578f3-d # internal
".
When copying in /usr/share/journalbeat/bin and restart service, error occured:"ERROR instance/beat.go:802 Exiting: error creating reader for local journal: journald reader only supported on linux"
I did the same for filebeat, with no error
Is it possible that the problem is linked to systemd version ? i'm running under v229. By looking at the release note, it seems that it needs min v233.
Can you confirm this?
I need a help, thanks