Filebeat service is not starting in debian docker image

We are trying to install filebeat in debian docker image.
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="

Its successfully building the image. But when we run the image and check from containter.
it says -
[FAIL] filebeat is not running ... failed!

When we checked filebeat logs, it has following error

2022-06-03T12:50:44.674Z	INFO	instance/beat.go:685	Home path: [/usr/share/filebeat] Config path: [/etc/filebeat] Data path: [/var/lib/filebeat] Logs path: [/var/log/filebeat] Hostfs Path: [/]
runtime: netpoll: break fd ready for 16
fatal error: runtime: netpoll: break fd ready for something unexpected

runtime stack:
runtime.throw({0x55a572fa5ea2, 0x7f8706ffc748})
	/usr/local/go/src/runtime/panic.go:1198 +0x71
runtime.netpoll(0xc000058000)
	/usr/local/go/src/runtime/netpoll_epoll.go:150 +0x2e5
runtime.findrunnable()
	/usr/local/go/src/runtime/proc.go:2947 +0x595
runtime.schedule()
	/usr/local/go/src/runtime/proc.go:3367 +0x239
runtime.park_m(0xc0001b2820)
	/usr/local/go/src/runtime/proc.go:3516 +0x14d
runtime.mcall()
	/usr/local/go/src/runtime/asm_amd64.s:307 +0x45

We wanted to build the image and deploy in azure app-service.

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