Filebeat6.6.1 start up failed

the filebeat version is 6.6.1,the os version Red Hat Enterprise Linux Server release 5.7,when start up filebeat ,it failed.the log showed:
runtime: epollwait on fd 4 failed with 38
fatal error: runtime: netpoll failed

runtime stack:
runtime.throw(0x1795cdd, 0x17)
/usr/local/go/src/runtime/panic.go:616 +0x81
runtime.netpoll(0x12a7cef4ee0000, 0x0)
/usr/local/go/src/runtime/netpoll_epoll.go:75 +0x216
runtime.sysmon()
/usr/local/go/src/runtime/proc.go:4265 +0x424
runtime.mstart1(0x0)
/usr/local/go/src/runtime/proc.go:1227 +0xe7
runtime.mstart()
/usr/local/go/src/runtime/proc.go:1193 +0x76

goroutine 1 [runnable, locked to thread]:
io.init()
:1 +0x2e5

goroutine 6 [runnable]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:20
created by os/signal.init.0
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41

I need some help,thanks.

Hi,

We had the same problem - as RHEL 5.x is not supported by the Go language anymore the Beats won't work. You need at least RHEL 6.x: https://www.elastic.co/de/support/matrix

If for any reason you have to still work with RHEL 5.x you might want to check out LogStash and its file-input.

Best regards
Wolfram

thanks,but if i start up filebeat 6.2.3.It can work. Just the version 6.6.1,it is not worked!

I guess this is because Beats 6.3 upgraded go to version 1.9.4: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-6.3.0.html#_added_8

ok ,thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.