elastic / uptime

This project includes resources and general issue tracking for the Elastic Uptime solution
12 stars 3 forks source link

[Heartbeat] Run_once blocks on `kill -15` when output is blocked #434

Open andrewvc opened 2 years ago

andrewvc commented 2 years ago

When the elasticsearch output (or presumably other outputs) are blocked in run_once mode heartbeat cannot be killed with kill -15 (or ctrl-c). We should probably fix this, but it may involve libbeat changes.