You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filebeat v7.10.1 running on kubernetes 1.19.4 (self hosted). This makes filebeat panic and restart.
This happened 3 times in last 48 hours on one instance (of 8 running). Termination log is:
2021-01-06T06:27:59.774+0100 INFO log/harvester.go:325 File was removed: /var/log/containers/envoydemo-cron-1609910760-7xb8q_default_app-6988bc5f0b40a02b78ca61ab008e40f2bc1519a3f21c10401cef013df31be034.log. Closing because close_removed is enabled.
2021-01-06T06:28:19.538+0100 INFO log/harvester.go:333 File is inactive: /var/log/containers/glapi-worker-1609910400-5p64z_default_leads-8a63b334c71bf990558fe170936954967cdaf329959aa2b8cd9e46254d643d37.log. Closing because close_inactive of 5m0s reached.
2021-01-06T06:28:23.359+0100 INFO input/input.go:136 input ticker stopped
2021-01-06T06:28:30.527+0100 INFO input/input.go:136 input ticker stopped
panic: interface conversion: interface {} is cache.DeletedFinalStateUnknown, not *v1.Pod
goroutine 53011 [running]:
github.com/elastic/beats/v7/libbeat/autodiscover/providers/kubernetes.(*pod).OnDelete.func1()
/go/src/github.com/elastic/beats/libbeat/autodiscover/providers/kubernetes/pod.go:174 +0x7c
created by time.goFunc
/usr/local/go/src/time/sleep.go:168 +0x44
The text was updated successfully, but these errors were encountered:
filebeat v7.10.1 running on kubernetes 1.19.4 (self hosted). This makes filebeat panic and restart.
This happened 3 times in last 48 hours on one instance (of 8 running). Termination log is:
The text was updated successfully, but these errors were encountered: